Releases: bhch/react-json-form
Releases · bhch/react-json-form
Version 2.14.4
29 Jan 22:14
Compare
Sorry, something went wrong.
No results found
30 Jan, 2025
Bugfixes
#103 : Make oneOf/anyOf items readony if the parent schema is also readonly (PR #104 by Jon Winsley).
#105 : Use step="1" for integer and step="any" for number fields.
Version 2.14.3
08 Oct 02:25
Compare
Sorry, something went wrong.
No results found
08 Oct, 2024
Bugfixes
#102 : Fixed validation for schema item choices.
Version 2.14.2
10 Sep 06:21
Compare
Sorry, something went wrong.
No results found
Version 2.14.1
06 Jul 02:55
Compare
Sorry, something went wrong.
No results found
06 Jul, 2024
Bugfixes
#96 : Populate title for oneOf when referenced through $ref.
#98 : Use step="any" in number inputs to fix validation in some browsers.
#99 : Suppress buggy oneOf/anyOf validation for the time being.
Fix a bug in multiselect widget which added empty items when nothing was selected.
Version 2.14.0
06 Jul 02:40
Compare
Sorry, something went wrong.
No results found
29 Feb, 2024
New features
#93 : Added a clickable link on url format input fields.
v2.13.5
15 Jan 12:48
Compare
Sorry, something went wrong.
No results found
15 Jan, 2024
This release fixes a bug introduced in the previous release.
Bugfixes
Fixed a bug which caused the form to crash when using the autocomplete and multiselect-autocomplete widgets.
Version 2.13.4
12 Jan 06:37
Compare
Sorry, something went wrong.
No results found
12 Jan, 2024
Bugfixes
Display choice titles for selected choices in multiselect input. Earlier, selected choices displayed the value instead of the title.
Version 2.13.3
07 Jan 03:00
Compare
Sorry, something went wrong.
No results found
07 Jan, 2023
This release brings support for React 18.
Version 2.13.2
02 Dec 14:32
Compare
Sorry, something went wrong.
No results found
02 Dec, 2023
This is a patch release which fixes a mistake left in previous release.
Bugfixes
Fixed a mistake introduced in previous release.
Version 2.13.1
02 Dec 13:19
Compare
Sorry, something went wrong.
No results found
02 Dec, 2023
This release fixes an important bug in subschema (oneOf/anyOf) matching for initial form data.
Bugfixes
#92 : Previously, the form ignored oneOf/anyOf while syncing stale data with new schema. This caused the form to crash. This release fixes that.