Skip to content

Releases: corinis/jsForm

Bugfix and Refactoring

Choose a tag to compare

@corinis corinis released this 15 May 12:34

Refactoring:

  • Upgrade of ES Version 6 : Use of "const" and "let" instead of var
  • Documentation cleanups

Many minor bugfixes:

  • handling of collection controls
  • primitive handling
  • boolean handling
  • Merge dependencies

Bugfix Release

Choose a tag to compare

@corinis corinis released this 16 Feb 13:44

Bugfix issues with delete and move actions

DataHandler and jqWidget Support

Choose a tag to compare

@corinis corinis released this 28 Jan 20:47
1.3.5

update version in readme

Radio Release

Choose a tag to compare

@corinis corinis released this 12 Jul 09:04

Add support for radio boxes

Minor Bugfix-Release

Choose a tag to compare

@corinis corinis released this 22 Jun 11:58
  • Add Responsive Jquery.ui Dialog control
  • Clean up some code to allow easier control of collection
  • Minor bugfixes with array, tree control and input fields

Bower Support

Choose a tag to compare

@corinis corinis released this 29 Jun 08:48
  • added bower support
  • update distribution file structure for easier external linking
  • minor bugfixes

Multi Selection

Choose a tag to compare

@corinis corinis released this 18 Feb 20:44

Add ability to easily select from a list of existing values. See the wiki for more information.

JSForm Stable Release 1.2.0

Choose a tag to compare

@corinis corinis released this 11 Sep 13:45

This is a production ready stable release with minor fixes to allow objects without javascript in select options and checkboxes

Internationalization and minor fixes

Choose a tag to compare

@corinis corinis released this 07 May 22:26

Some minor bugfixing and complete internationalization (https://github.com/corinis/jsForm/wiki/Controls#internationalization). Stable for production use.

The "updated" Release

Choose a tag to compare

@corinis corinis released this 14 Jan 12:47
  • handles updates in formfields vcorrectly and also allowing for css display of changed fields
  • adapt functionality to compare an existing object with the form
  • minor bugfixes