react-hook-form-jsonschema
Advanced tools
Changelog
[0.2.0-beta.13] - 2020-03-26
onChange
from being triggered during the initial render.Changelog
[0.2.0-beta.12] - 2020-03-20
defaultValues
prop.Changelog
[0.2.0-beta.11] - 2020-02-21
getDataFromPath
to getDataFromPointer
as declared in the README.md
.Changelog
[0.2.0-beta.10] - 2020-02-21
ErrorTypes
onChange
and formProps
props to FormContext
.$
(which was added at version 0.2.0-beta.6
) and all 'paths' should now be relative to the JSON Schema, respecting the RFC 6901 which defines the string syntax for JSON Pointers, pay special attention to section 6 which defines the URI frament identifier representation of JSON pointers.Changelog
[0.2.0-beta.9] - 2020-02-18
notInEnum
to return expected value in expected
field of the ErrorMessage
.Changelog
[0.2.0-beta.8] - 2020-02-17
number
error messages to now return messages describing whether the input does not match the expected pattern for a number.Changelog
[0.2.0-beta.7] - 2020-02-14
onSubmit
now passes an object with data
, event
and methods
as members to the callback.Changelog
[0.2.0-beta.6] - 2020-02-13
$ref
and $id
resolving in accord to the JSON Schema specification$
to represent objects of an instance of the JSON Schema, instead of a path starting with #
, which resembled a URI fragment identifier representation of a JSON pointer.context
parameter now gives info as an annotated sub schemaisRequired
not evaluating correctly if it is inside another object that is not required