Releases: rjsf-team/react-jsonschema-form
Releases · rjsf-team/react-jsonschema-form
v0.28.1
- Fixed #176: Fixed unsynced error state after form submission. (#177)
- Fixes #174: Fixed playground didn't update editors.
v0.28.0
- Fixed #31: Denote required Array and Object fields.
- Fixed #165: Add a ColorWidget. r=@n1k0 (#168)
- Added a new
safeRenderCompletion
Form prop.
v0.27.0
- Fixes #150: Using native date widgets by default. (#158)
v0.26.1
- Fixed #156: Definition refs are not handled properly (#157)
v0.26.0
- Fixed #147: Revisited async rendering strategy, improved performances and UI reactivity (#153)
- Fixed #142, merged #148: Added
DateWidget
along DateTimeWidget
, added buttons to set current date/time and to reset field values.
v0.25.0
- Merged #132: Handle fixed items arrays (@rhgb)
- Fixed #140: Schema
$ref
now always overrides local schema type; also ensures local defaults will take precedence over referenced ones.
v0.24.0
Fixes #137: Optional fields shouldn't always enforce a value.
Previously default values where assigned to state for every field type by default, even if their schema wasn't defining one and the user has had no interaction with widgets yet.
Now the field value remains undefined
until there's end user interaction with its widget(s).
v0.23.2
- Fixed #135: Playground's schema editor doesn't render. (#136)
- Fixes #130: Live validation not fully disabled by default. (#138)
- Object field description is now rendered in a paragraph.
v0.23.1
- Merged #131: Upgraded React to v15.0.1.
v0.23.0
- Fixes #122: Better default
DateTimeWidget
: