Skip to content

Releases: rjsf-team/react-jsonschema-form

v0.15.0

16 Mar 14:40

Choose a tag to compare

  • Fixed #63: Allow registering custom widgets.

v0.14.0

15 Mar 15:41

Choose a tag to compare

  • Fixed #25: Support enumNames in schema.

v0.13.0

15 Mar 09:20

Choose a tag to compare

  • Closed #53: Ensure formData are properly validated when schema is updated.
  • Closed #59: Test that the dom reflects the Select's changed event value.
  • Closed #61: Allow users to enter float in number field.
  • Closed #48: Use default schema values to initialize form data.

v0.12.0

03 Mar 17:49

Choose a tag to compare

v0.11.0

22 Feb 15:38

Choose a tag to compare

  • Allow customization of titles, see #38

To see the complete diff, head to v0.10.0...v0.11.0

v0.10.0

28 Jan 20:55

Choose a tag to compare

Full Changelog

Closed issues:

  • Multiple buttons #33

Merged pull requests:

v0.9.2

28 Jan 20:54

Choose a tag to compare

v0.9.1

28 Jan 20:54

Choose a tag to compare

v0.9.0

28 Jan 20:54

Choose a tag to compare

Full Changelog

Merged pull requests:

  • Renamed uiSchema widget to ui:widget to avoid name collisions. #30 (n1k0)
  • Added object properties ordering to uiSchema. #29 (n1k0)

v0.8.0

28 Jan 20:54

Choose a tag to compare

Full Changelog

Closed issues:

  • Playground doesn't render CodeMirror syntax styles #24
  • Add support for custom widget components #13

Merged pull requests:

  • Custom schema fields #28 (n1k0)
  • Fixes #13: Added support for custom widget components. #26 (n1k0)