Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-hook-form-jsonschema

Package Overview
Dependencies
Maintainers
59
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hook-form-jsonschema - npm Package Versions

2

0.2.0

Diff

Changelog

Source

[0.2.0] - 2021-08-03

igorbrasileiro
published 0.3.0-beta •

alcar
published 0.2.0-beta.13 •

Changelog

Source

[0.2.0-beta.13] - 2020-03-26

Fixed

  • Prevent onChange from being triggered during the initial render.
alcar
published 0.2.0-beta.12 •

Changelog

Source

[0.2.0-beta.12] - 2020-03-20

Added

  • defaultValues prop.

Security

  • Upgrade all upgradable dependencies.
steckhelena
published 0.2.0-beta.11 •

Changelog

Source

[0.2.0-beta.11] - 2020-02-21

Fixed

  • getDataFromPath to getDataFromPointer as declared in the README.md.
steckhelena
published 0.2.0-beta.10 •

Changelog

Source

[0.2.0-beta.10] - 2020-02-21

Fixed

  • Typo in ErrorTypes

Added

  • onChange and formProps props to FormContext.

Changed

  • BREAKING: no longer uses paths starting with $ (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.
steckhelena
published 0.2.0-beta.9 •

Changelog

Source

[0.2.0-beta.9] - 2020-02-18

Fixed

  • notInEnum to return expected value in expected field of the ErrorMessage.
steckhelena
published 0.2.0-beta.8 •

Changelog

Source

[0.2.0-beta.8] - 2020-02-17

Changed

  • BREAKING: number error messages to now return messages describing whether the input does not match the expected pattern for a number.
steckhelena
published 0.2.0-beta.7 •

Changelog

Source

[0.2.0-beta.7] - 2020-02-14

Changed

  • BREAKING: onSubmit now passes an object with data, event and methods as members to the callback.
steckhelena
published 0.2.0-beta.6 •

Changelog

Source

[0.2.0-beta.6] - 2020-02-13

Added

Changed

  • BREAKING: Now uses paths starting with $ 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.
  • custom validator context parameter now gives info as an annotated sub schema

Fixed

  • Not checking if value exists before using enum validation on it
  • isRequired not evaluating correctly if it is inside another object that is not required
  • Empty data not being ignored when parsing form data
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc