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

formstate

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formstate - npm Package Versions

234

2.1.0

Diff

basarat
published 2.0.0 •

Changelog

Source

2.0.0

  • BREAKING: Minimum Requirement for MobX is now version 6. This is enforced by peerDependencies.
  • We no longer use decorators internally as it is not recommended by MobX. ref
  • The compiled JS we ship is now compiled with TypeScript useDefineForClassFields. More info on this option
basarat
published 1.4.0 •

Changelog

Source

1.4.0

  • Update for how isArrayLike needs to be done for latest version of mobx. ref
basarat
published 1.3.0 •

Changelog

Source

1.3.0

  • .composed FormState should run its validators as soon as all sub fields have been validated. Previously it only ran when sub fields where validated and changed. This shouldn't cause any need for a refactor as normally .validate is only called after a user interaction with fields. ref
basarat
published 1.2.0 •

Changelog

Source

1.2.0

  • enableAutoValidation enableAutoValidationAndValidate disableAutoValidation functions on FormState should consistently always toggle the autoValidation state for both itself and its children. ref
basarat
published 1.1.1 •

Changelog

Source

1.1.1

  • If a validator dies unexpectedly (throws an error/exception) the validate call does the same instead of silently ignoring it. Should not cause any change if your validators worked previously.
basarat
published 1.1.0 •

Changelog

Source

1.1.0

  • Added support for Map in FormState class.
basarat
published 1.0.2 •

basarat
published 1.0.1 •

Changelog

Source

1.0.1

  • Fixed Cannot assign to read only property 'on$ChangeAfterValidation'. This is due to a breaking change in MobX.
basarat
published 1.0.0 •

Changelog

Source

1.0.0

  • 🎉 1.0.0
  • FieldState.reinitValue is now called reset. reset is also an operation supported on FormState and resets all the sub fields. (commit)
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