Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version mismatch with NPM & github repository #454

Closed
2 tasks done
nachiket-p opened this issue Jan 28, 2017 · 1 comment
Closed
2 tasks done

Version mismatch with NPM & github repository #454

nachiket-p opened this issue Jan 28, 2017 · 1 comment

Comments

@nachiket-p
Copy link

Prerequisites

  • I have read the documentation;
  • In the case of a bug report, I understand that providing a SSCCE example is tremendously useful to the maintainers.

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

  1. I am using latest 0.41.2, and tried to use ArrayFieldTemplate (as visible in Demo Playground & Documentation on Github)
  2. It did not work, upon investigation I realize that NPM codebase (0.41.2) is not matching with Master (which is also marked as 0.41.2)

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

@n1k0
Copy link
Collaborator

n1k0 commented Jan 28, 2017

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.

@n1k0 n1k0 closed this as completed in 91e7273 Jan 28, 2017
n1k0 added a commit that referenced this issue Jan 28, 2017
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants