You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mobx-react-form

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-react-form - npm Package Versions

1245
26

6.7.1

Diff
f
foxhound87
published 6.7.1 •

Changelog

Source

6.7.1 (master)

  • Fix: #632 observable hooks and handlers
f
foxhound87
published 6.7.0 •

Changelog

Source

6.7.0 (master)

  • Feat: introduced class/classes props to handle Field extension in Fields Definitions.
f
foxhound87
published 6.6.1 •

Changelog

Source

6.6.1 (master)

  • Fix: added missing bind method to field interface
f
foxhound87
published 6.6.0 •

Changelog

Source

6.6.0 (master)

  • Introduced ZOD validation driver
  • Added SVK support for array of objects
  • Fix: #404
f
foxhound87
published 6.5.0 •

Changelog

Source

6.5.0 (master)

  • Deprecatad: setHooks() & getHooks() methods.
  • Handle set()/get() for hooks and handlers
f
foxhound87
published 6.4.0 •

Changelog

Source

6.4.0 (master)

  • Feat: ability to define or override hooks after initialization.
  • Feat: Introduced setHooks() & getHooks() methods.
f
foxhound87
published 6.3.7 •

Changelog

Source

6.3.7 (master)

  • Fix: handle onSubmit hook return promise
f
foxhound87
published 6.3.6 •

Changelog

Source

6.3.6 (master)

  • Fix: composer error() method.
  • Fix: default models/interfaces have now named exports.
  • Fix: check event w/ isEvent() to call preventDefault() for native support.
f
foxhound87
published 6.3.5 •

Changelog

Source

6.3.5 (master)

  • Fix: parseCheckArray checks for incremental field status.
  • Updated semantic-release
f
foxhound87
published 6.3.4 •

Changelog

Source

6.3.4 (master)

  • Fix: isEmptyArray reimplemented in isArrayFromStruct util function;
  • Removed lodash _.isArray() with Array.isArray()
  • Introduced struct prop in makeField method.