Skip to content

Commit 7a3f17c

Browse files
committed
Bump v0.42.0.
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 * Fix rjsf-team#452: Support recursively referenced definitions. (rjsf-team#453) * Fix rjsf-team#454: Document what master actually is, suffix its version with -dev.
1 parent 91e7273 commit 7a3f17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-jsonschema-form",
3-
"version": "0.41.2-dev",
3+
"version": "0.42.0",
44
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
55
"scripts": {
66
"build:readme": "toctoc README.md -w",

0 commit comments

Comments
 (0)