Releases: bhch/react-json-form
Releases · bhch/react-json-form
Version 2.14.3
Version 2.14.2
10 Sep, 2024
Bugfixes
- #101: Fix crashes when using
anyOf
due to a typo (submitted by @burakyilmaz321).
Version 2.14.1
06 Jul, 2024
Bugfixes
Version 2.14.0
v2.13.5
Version 2.13.4
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, 2023
This release brings support for React 18.
Version 2.13.2
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, 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.