We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb4c8b commit 7873dfaCopy full SHA for 7873dfa
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.0-beta.13] - 2020-03-26
11
+
12
### Fixed
13
14
- Prevent `onChange` from being triggered during the initial render.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-hook-form-jsonschema",
3
- "version": "0.2.0-beta.12",
+ "version": "0.2.0-beta.13",
4
"description": "Wrapper arround react-hook-form to create forms from a JSON schema.",
5
"main": "output/index.cjs.js",
6
"module": "output/index.esm.js",
0 commit comments