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

1

0.2.0-beta.5

Diff

Changelog

Source

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

Added

  • customValidators to allow the user to define their own validation functions

Changed

  • BREAKING: Renamed FormValuesWithSchema type to JSONFormContextValues
steckhelena
published 0.2.0-beta.4 •

Changelog

Source

[0.2.0-beta.4] - 2020-02-05

Fixed

  • Returning non-filled form inputs in the object passed to onSubmit
steckhelena
published 0.2.0-beta.3 •

Changelog

Source

[0.2.0-beta.3] - 2020-01-31

Changed

  • BREAKING: Changed InputTypes and UITypes enum values to reflect their enum names and what was documented in the README
  • BREAKING: Changed min and max props returned from getInputProps() to be strings, not numbers
  • BREAKING: Just re-exports types and Controller component from react-hook-form
steckhelena
published 0.2.0-beta.2 •

Changelog

Source

[0.2.0-beta.2] - 2020-01-30

Fixed

  • type of onChange possibly being undefined
steckhelena
published 0.2.0-beta.1 •

Changelog

Source

[0.2.0-beta.1] - 2020-01-29

Added

  • Added useCheckbox hook

Changed

  • Changed the BasicInputReturnType to also return a reference to the validator used
  • BREAKING: The useObject hook now automatically associates a boolean to a checkbox

Fixed

  • Fixed returned form data not converting string values that represent booleans to actual booleans
steckhelena
published 0.2.0-beta.0 •

Changelog

Source

[0.2.0-beta.0] - 2020-01-23

Changed

  • Renamed 'mode' prop on FormContext to 'validationMode'
steckhelena
published 0.2.0-beta •

Changelog

Source

[0.2.0-beta] - 2020-01-22

Added

  • Now re-exports the react-hook-form public API
steckhelena
published 0.1.3 •

Changelog

Source

[0.1.3] - 2020-01-21

Added

  • Added test to make sure schema is not modified

Changed

  • Fixed tons of typos on README
  • Made README more friendly
  • Refactored internal API to be more easily expandable
  • Removed complexity from big function bodies
steckhelena
published 0.1.2 •

Changelog

Source

[0.1.2] - 2020-01-21

Added

  • Typings for JSON Schema object
  • Removed unused mock

Changed

  • Add typings for JSON Schema object
  • Build process is cleaner
  • React hook form is now an external dependency, not bundled with the code anymore
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