react-json-form

JSON editing made easy using form inputs.

BSD-3-CLAUSE License

Downloads
105
Stars
94
Committers
1

Bot releases are hidden (Show)

react-json-form - Version 1.8.0

Published by bhch over 2 years ago

05 Feb, 2022

What's new

  • #12: Array items will be animated when moved or removed
  • #13: Support for datetime input
  • #14: Auto growing textarea
  • #15: Allow clearing file fields
react-json-form - Version 1.7.1

Published by bhch almost 3 years ago

21 Dec, 2021

What's new

  • Fix bugs in previous release while setting default values
react-json-form - Version 1.7.0

Published by bhch almost 3 years ago

20 Dec, 2021

What's new

  • Support for readonly fields
  • Support for default initial values
react-json-form - Version 1.6.0

Published by bhch almost 3 years ago

19 Nov, 2021

What's new

Breaking changes

  • Fix #11: Earlier empty number values were set to empty string (''). This release will use null for empty numbers. It will also convert empty strings to null in the initial data (only for number types).
react-json-form - Version 1.5.2

Published by bhch almost 3 years ago

08 Nov, 2021

What's new

Bugfixes

  • #10: Value for choice input field (select input) was not being set from the data.
react-json-form - Version 1.5.1

Published by bhch about 3 years ago

22 Sep, 2021

What's new

Bugfixes

  • #7: Checkbox couldn't be unchecked once checked
  • #8: Initial blank data was not set for certain fields
  • #9: Integer field's value was set as string
react-json-form - Version 1.5.0

Published by bhch about 3 years ago

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.

react-json-form - Version 1.4.2

Published by bhch about 3 years ago

10 Sep, 2021

What's new

Bugfixes

  • #1: Choices for boolean type will now return a boolean value.
react-json-form - Version 1.4.1

Published by bhch about 3 years ago

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

Published by bhch about 3 years ago

4 Sep, 2021

Bugfixes

  • #2: Directly nested arrays were not rendered properly.
react-json-form - Version 1.3.0

Published by bhch about 3 years ago

Adds the following aliases:

Keyword Alias
min_items minItems
max_items maxItems
react-json-form - Version 1.2.0

Published by bhch about 3 years ago

Adds the following aliases:

Keyword Alias
array list
object dict
properties keys
react-json-form - v1.1.0

Published by bhch about 3 years ago

Previous release wasn't built with the proper React.createElement JSX pragma and that caused error.

react-json-form - v1.0.0

Published by bhch about 3 years ago

First release.

Package Rankings
Top 15.81% on Npmjs.org
Badges
Extracted from project README
npm badge
Related Projects