Releases: rjsf-team/react-jsonschema-form
Releases · rjsf-team/react-jsonschema-form
v0.13.0
- 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.9.0
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
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)
v0.7.0
Full Changelog
Closed issues:
- Add support for custom field class attribute to uiSchema #12
Merged pull requests:
- Added UpDown and RangeWidget. #19 (n1k0)