react-json-form

JSON editing made easy using form inputs.

BSD-3-CLAUSE License

Downloads
102
Stars
92
Committers
1

Bot releases are hidden (Show)

react-json-form - Version 2.14.2 Latest Release

Published by bhch about 1 month ago

10 Sep, 2024

Bugfixes

  • #101: Fix crashes when using anyOf due to a type (submitted by @burakyilmaz321).
react-json-form - Version 2.14.1

Published by bhch 4 months ago

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.
react-json-form - Version 2.14.0

Published by bhch 4 months ago

29 Feb, 2024

New features

  • #93: Added a clickable link on url format input fields.
react-json-form - v2.13.4

Published by bhch 9 months ago

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.
react-json-form - Version 2.13.4

Published by bhch 9 months ago

12 Jan, 2024

Bugfixes

  • Display choice titles for selected choices in multiselect input. Earlier, selected choices displayed the value instead of the title.
react-json-form - Version 2.13.3

Published by bhch 10 months ago

07 Jan, 2023

This release brings support for React 18.

react-json-form - Version 2.13.2

Published by bhch 11 months ago

02 Dec, 2023

This is a patch release which fixes a mistake left in previous release.

Bugfixes

  • Fixed a mistake introduced in previous release.
react-json-form - Version 2.13.1

Published by bhch 11 months ago

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.
react-json-form - Version 2.13.0

Published by bhch 11 months ago

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.
react-json-form - Version 2.12.1

Published by bhch 11 months ago

14 Nov, 2023

This is a patch release which fixes one critical bug.

Bugfixes

  • #90: When initial data was null, the form was not creating blank data for it.
react-json-form - Version 2.12.0

Published by bhch 12 months ago

09 Nov, 2023

New features

  • Support for const keyword.
  • #70: Support for collapsing sections.
  • #86: Support for multiselect-autocomplete widget.

Improvements

  • #88: The form is more tolerant now when null is provided for arrays or object types. The form will implicitly convert null to appropriate type instead of showing an error.
react-json-form - Version 2.11.1

Published by bhch about 1 year ago

06 Sep, 2023

Bugfixes

  • Fixed #83: Set disabled attribute on textarea.
  • Fixed #84: Correct the error message for maximum keyword.
  • Fixed #85: Display array description.
react-json-form - Version 2.11.0

Published by bhch about 1 year ago

13 Aug, 2023

Bugfixes

  • #81: readonly keyword had to effect on datetime input.

Minot changes

  • #82: Now all readonly inputs will also get the disabled html attribute.
  • When datetime and multiselect fields are readonly, their container divs will get a readonly class to offer better styling control.
react-json-form - Version 2.10.0

Published by bhch about 1 year ago

12 Aug, 2023

New features

  • #77: Support for making the whole form readonly.
  • #78: Support for the readonly keyword on arrays and objects.
  • #79: Multiselect widget will now display selected values in the input field.

Bugfixes

  • #80: Fixed a bug due to which error messages for top-level arrays were not being displayed.
react-json-form - Version 2.9.0

Published by bhch about 1 year ago

27 Jul, 2023

New features

  • #75: Support for the description keyword.

Minor changes

  • #76: Manually added keys (when using additionalProperties) will display their key name as it is. Earlier, the name was prettified (i.e. capitalized, underscores removed) for display purposes, but that will no longer happen.
react-json-form - Version 2.8.4

Published by bhch about 1 year ago

24 Jul, 2023

Bugfixes

  • Use first value in case the type is an array of multiple types (i.e. {'type': ['string', 'number']}. This is temporary and full support for multiple types shall be added in future.
react-json-form - Version 2.8.3

Published by bhch about 1 year ago

24 Jul, 2023

Bugfixes

  • #72: Reset selected value to blank if it's not a valid choice.
  • #73: Add choice validation for string and number types.
react-json-form - Version 2.8.2

Published by bhch over 1 year ago

19 Jun, 2023

Bugfixes

  • #67: Fixed a bug which crashed the form for oneOf/anyOf schemas
react-json-form - Version 2.8.1

Published by bhch over 1 year ago

01 Jun, 2023

Bugfixes

  • #66: Fixed a bug due to which the type of subschemas with a $ref wasn't being determined correctly.
react-json-form - Version 2.8.0

Published by bhch over 1 year ago

23 Apr, 2023

New features

  • Hidden input:
    Support for hidden inputs using "widget": "hidden".
Package Rankings
Top 15.81% on Npmjs.org
Badges
Extracted from project README
npm badge
Related Projects