Skip to content

Releases: jsonform/jsonform

v2.2.5

20 Sep 09:31
Compare
Choose a tag to compare

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

10 Jun 08:03
Compare
Choose a tag to compare

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

23 Mar 14:47
Compare
Choose a tag to compare

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

22 Dec 11:51
Compare
Choose a tag to compare

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

20 Jul 07:29
Compare
Choose a tag to compare

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

10 Jun 12:22
Compare
Choose a tag to compare

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:
1b1daf2 — Add htmlClass for sections
78787fb — 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

30 Jan 15:29
Compare
Choose a tag to compare

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

19 Jun 07:46
Compare
Choose a tag to compare

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

Fixes :
#231 — Fix whitespaces in id / classnames
#232 — Fix multiselect checkboxes not working with tabarray
#233 — Fix expanded class on tabarray

Features :
#230 — Allow numeric step "any"
#239 — Update template {{values}} data on drag and drop

v2.1.4

02 May 10:35
Compare
Choose a tag to compare

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

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

Features :
#86 — HTML5 input "range" and maximum with exclusiveMaximum=true

v2.1.3

08 Jan 12:18
Compare
Choose a tag to compare

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.