You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking changes
When a text input is emptied by the user, it's value is now reset to `undefined` instead of being set to `""` (empty string) as previously. This better matches traditional HTML forms behavior.
New features
* Add an array field template component (rjsf-team#437)
* Wrap radio and checkbox labels into span to enable styling. (rjsf-team#428)
* Reset text inputs value when emptied (rjsf-team#442)
* Add transform hook for changing errors from json schema validation (rjsf-team#432)
* Add a noHtml5Validate prop (rjsf-team#448)
* Add support for a onBlur event handler (rjsf-team#431)
* Allow empty option for enum fields (rjsf-team#451)
Bugfixes
* Fixrjsf-team#452: Support recursively referenced definitions. (rjsf-team#453)
* Fixrjsf-team#454: Document what master actually is, suffix its version with -dev.
0 commit comments