Releases: bhch/react-json-form
Releases · bhch/react-json-form
Version 1.8.1
Version 1.8.0
Version 1.7.1
21 Dec, 2021
What's new
- Fix bugs in previous release while setting default values
Version 1.7.0
20 Dec, 2021
What's new
- Support for readonly fields
- Support for default initial values
Version 1.6.0
19 Nov, 2021
What's new
Breaking changes
- Fix #11: Earlier empty number values were set to empty string (
''
). This release will usenull
for empty numbers. It will also convert empty strings tonull
in the initial data (only for number types).
Version 1.5.2
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
Version 1.5.0
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
Version 1.4.1
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.