Skip to content

Releases: bhch/react-json-form

Version 1.8.1

06 Feb 11:01
Compare
Choose a tag to compare

06 Feb, 2022

What's new

Bugfixes

  • #16 : Datetime widgets inside an array weren't being moved

Version 1.8.0

05 Feb 13:05
Compare
Choose a tag to compare

05 Feb, 2022

What's new

  • #12: Array items will be animated when moved or removed
  • #13: Support for datetime input
  • #14: Auto growing textarea
  • #15: Allow clearing file fields

Version 1.7.1

21 Dec 04:31
Compare
Choose a tag to compare

21 Dec, 2021

What's new

  • Fix bugs in previous release while setting default values

Version 1.7.0

20 Dec 09:54
Compare
Choose a tag to compare

20 Dec, 2021

What's new

  • Support for readonly fields
  • Support for default initial values

Version 1.6.0

19 Nov 11:44
Compare
Choose a tag to compare

19 Nov, 2021

What's new

Breaking changes

  • Fix #11: Earlier empty number values were set to empty string (''). This release will use null for empty numbers. It will also convert empty strings to null in the initial data (only for number types).

Version 1.5.2

07 Nov 19:20
Compare
Choose a tag to compare

08 Nov, 2021

What's new

Bugfixes

  • #10: Value for choice input field (select input) was not being set from the data.

Version 1.5.1

22 Sep 07:08
Compare
Choose a tag to compare

22 Sep, 2021

What's new

Bugfixes

  • #7: Checkbox couldn't be unchecked once checked
  • #8: Initial blank data was not set for certain fields
  • #9: Integer field's value was set as string

Version 1.5.0

20 Sep 16:17
Compare
Choose a tag to compare

20 Sep, 2021

What's new

Textarea input

Now a textarea input can be specified for a string field using the widget keyword.

Movable array items

Array items can now be re-ordered.

Minor improvements

Some minor bugfixes and some performance improvements.

Version 1.4.2

10 Sep 17:15
Compare
Choose a tag to compare

10 Sep, 2021

What's new

Bugfixes

  • #1: Choices for boolean type will now return a boolean value.

Version 1.4.1

05 Sep 04:16
Compare
Choose a tag to compare

05 Sep, 2021

What's new

  • Move the text of remove item button inside a span. This would allow for better styling such as hiding the text and only displaying an icon or only showing the text on screen readers.