Releases: rjsf-team/react-jsonschema-form
Releases · rjsf-team/react-jsonschema-form
v0.29.0
04 May 06:57
Compare
Sorry, something went wrong.
No results found
Fixes #178 : Local schema props precedence over foreign definitions. (#179 )
Fixes #126 : Added support for disabled and readonly fields (#183 )
Fixes #180 : Added support for the date string format. (#182 )
v0.28.1
29 Apr 10:22
Compare
Sorry, something went wrong.
No results found
Fixed #176 : Fixed unsynced error state after form submission. (#177 )
Fixes #174 : Fixed playground didn't update editors.
v0.28.0
27 Apr 11:07
Compare
Sorry, something went wrong.
No results found
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
24 Apr 12:14
Compare
Sorry, something went wrong.
No results found
Fixes #150 : Using native date widgets by default. (#158 )
v0.26.1
22 Apr 08:10
Compare
Sorry, something went wrong.
No results found
Fixed #156 : Definition refs are not handled properly (#157 )
v0.26.0
21 Apr 07:08
Compare
Sorry, something went wrong.
No results found
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
18 Apr 06:56
Compare
Sorry, something went wrong.
No results found
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
15 Apr 13:08
Compare
Sorry, something went wrong.
No results found
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
13 Apr 11:41
Compare
Sorry, something went wrong.
No results found
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
10 Apr 13:04
Compare
Sorry, something went wrong.
No results found
Merged #131 : Upgraded React to v15.0.1.