Jsonform Versions Save

Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.

v2.2.5

2 years ago

This is a minor release following various bug fixes and improvements from the community

Fixes: #365 — Add a range slider live value indicator #367 — Only apply templating when the default is of type string

New features: #305 — Add support for minLength #377 — Add support for accept attribute for file input

Documentation: #379 — Add example in playground for file upload

v2.2.4

2 years ago

This is a minor release following various bug fixes and improvements from the community

Fixes: #321 — Accessibility of inputs #341 — Accessibility of forms #349 — Fix field init when default is available #361 — Fix selectfieldset style

  • Various style / linting fixes

New features: #348 — Add support for draggable property #354 — Add the ability to select tabarray with rel

v2.2.3

3 years ago

This is a minor release following various bug fixes and improvements from the community

Fixes: #326 — Updates loop to ignore null value

Added: New template in the playground for HTML Wysiwyg

v2.2.2

3 years ago

This is a minor release following various bug fixes and improvements from the community

Fixes: #308 — radiobuttons type does not show passed value #295 — Context error in formNode.prototype.updateElement #292 — Expanded fieldset get closed when "Add new" button is clicked

Features: #303 — Add navigation tabs

v2.2.1

3 years ago

This is a utility release (no change in code) to fix npm release (v2.2.0) that had extra unwanted console.log()

v2.2.0

3 years ago

This is a minor release following various bug fixes and improvements from the community

Fixes: #246 — Legend to show enum values #264 — User can now remove items if minItem is set (cf. #83 too) #279 — Improve selectfieldset behaviour

Features: https://github.com/jsonform/jsonform/commit/1b1daf239ee8dafffe89642b0a730d64d8c25f69 — Add htmlClass for sections https://github.com/jsonform/jsonform/commit/78787fbba8061ccef82d4ca683e809181b282134 — Prevent activating a selectfieldset in a tabarray Correct https links, indentation, spaces, etc

Maintenance: The jsonform.github.io website is now built from the master branch.

v2.1.6

4 years ago

This is a minor release following various bug fixes and improvements from the community

Fixes : #261 — Allow number type fields to accept decimal numbers #246 — Updated the binding of changes when using a legend

v2.1.5

4 years ago

This is a minor release following various bug fixes and improvements from the community

Fixes : https://github.com/jsonform/jsonform/issues/231 — Fix whitespaces in id / classnames https://github.com/jsonform/jsonform/issues/232 — Fix multiselect checkboxes not working with tabarray https://github.com/jsonform/jsonform/issues/233 — Fix expanded class on tabarray

Features : https://github.com/jsonform/jsonform/pull/230 — Allow numeric step "any" https://github.com/jsonform/jsonform/pull/239 — Update template {{values}} data on drag and drop

v2.1.4

5 years ago

This is a minor release following various bug fixes and improvements from the community

Fixes : https://github.com/jsonform/jsonform/issues/138 — Array-elements are deactivated within selectfieldsets https://github.com/jsonform/jsonform/issues/210 — Nested array initial value not populated correctly https://github.com/jsonform/jsonform/issues/226 — AdvancedFieldSet Title / Legend can't be changed

Features : https://github.com/jsonform/jsonform/issues/86 — HTML5 input "range" and maximum with exclusiveMaximum=true

v2.1.3

5 years ago

This is a minor release following various bug fixes from the community

We also add the htmlMetaData field to enable adding custom properties to elements.