Skip to content

Releases: corinis/jsForm

Bugfix and Refactoring

15 May 12:34
Compare
Choose a tag to compare

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

16 Feb 13:44
Compare
Choose a tag to compare

Bugfix issues with delete and move actions

DataHandler and jqWidget Support

28 Jan 20:47
Compare
Choose a tag to compare
1.3.5

update version in readme

Radio Release

12 Jul 09:04
Compare
Choose a tag to compare

Add support for radio boxes

Minor Bugfix-Release

22 Jun 11:58
Compare
Choose a tag to compare
  • 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

29 Jun 08:48
Compare
Choose a tag to compare
  • added bower support
  • update distribution file structure for easier external linking
  • minor bugfixes

Multi Selection

18 Feb 20:44
Compare
Choose a tag to compare

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

JSForm Stable Release 1.2.0

11 Sep 13:45
Compare
Choose a tag to compare

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

Internationalization and minor fixes

07 May 22:26
Compare
Choose a tag to compare

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

The "updated" Release

14 Jan 12:47
Compare
Choose a tag to compare
  • 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