Skip to content

Releases: bhch/react-json-form

Version 2.14.3

08 Oct 02:25
Compare
Choose a tag to compare

08 Oct, 2024

Bugfixes

  • #102: Fixed validation for schema item choices.

Version 2.14.2

10 Sep 06:21
Compare
Choose a tag to compare

10 Sep, 2024

Bugfixes

Version 2.14.1

06 Jul 02:55
Compare
Choose a tag to compare

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
Choose a tag to compare

29 Feb, 2024

New features

  • #93: Added a clickable link on url format input fields.

v2.13.5

15 Jan 12:48
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

07 Jan, 2023

This release brings support for React 18.

Version 2.13.2

02 Dec 14:32
Compare
Choose a tag to compare

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
Choose a tag to compare

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.

Version 2.13.0

23 Nov 05:27
Compare
Choose a tag to compare

23 Nov, 2023

This is a minor release.

New features

  • #68: Now refs can be overridden.

Bugfixes

  • #91: Account for the $ref keyword at top level when type is not provided.