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
In this project, the master branch reflects ongoing development, and releases are available as tags. While obvious to me, I'm gonna add a note about this in the docs. Thanks.
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 (#437)
* Wrap radio and checkbox labels into span to enable styling. (#428)
* Reset text inputs value when emptied (#442)
* Add transform hook for changing errors from json schema validation (#432)
* Add a noHtml5Validate prop (#448)
* Add support for a onBlur event handler (#431)
* Allow empty option for enum fields (#451)
Bugfixes
* Fix#452: Support recursively referenced definitions. (#453)
* Fix#454: Document what master actually is, suffix its version with -dev.
Prerequisites
Description
Master branch is not matching current release. It is confusing and usually expected that master branch is latest and matching NPM latest.
Steps to Reproduce
Expected behavior
Master branch should match with Version & updated in NPM
Actual behavior
Master branch is having same version 0.41.2 as NPM but codebase are different.
Have a look at master branch commit history:
https://github.com/mozilla-services/react-jsonschema-form/commits/master
Version
0.41.2
The text was updated successfully, but these errors were encountered: