New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mobx-react-form

Package Overview
Dependencies
Maintainers
1
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-react-form - npm Package Versions

1
25

5.9.0

Diff

Changelog

Source

5.9.0 (next)

  • Introduced inputMode Field property.
  • Introduced autoTrimValue form option (can be also enabled on single field).
  • Fix: #283
foxhound87
published 5.8.0 •

Changelog

Source

5.8.0 (next)

  • set() method will increase changed prop and trigger onChange Event Hook
  • Mobx events (observe/intercept) allowed props guarded.
  • Introduced onSync Hook (triggered on onChange Event Handler)
  • Introduced validateOnSubmit form option (active by default).
  • Fix: ref prop for separated props mode renamed to refs (plural)
  • Fix: #337
foxhound87
published 5.7.1 •

Changelog

Source

5.7.1 (next)

  • fix: allow ref prop on set()
  • fix: ref computed accessible (before was accessed by $ref)
foxhound87
published 5.7.0 •

Changelog

Source

5.7.0 (next)

  • Introduced ref Field prop. (handle React Refs);
  • ref is auto-binded with the input when using bind() or can be defined/changed with set()
  • autoFocus bheavior changed, now can be defined in field definitions or can be assigned with set().
  • focus() method reimplemented using auto-ref (fixed).
  • Introduced Field blur() method (using auto-ref).
  • Fix: #529 #250 #524
foxhound87
published 5.6.0 •

foxhound87
published 5.5.2 •

Changelog

Source

5.5.2 (next)

  • Fix: Empty Constructor (was requiring at least an empyt object if used with only class fileds definitions)
foxhound87
published 5.5.1 •

Changelog

Source

5.5.1 (next)

  • Introduced preserveDeletedFieldsValues form option (disabled by default).
  • Fix: after deleting and adding same field, the defined initial values will not be preserverd anymore.
foxhound87
published 5.5.0 •

Changelog

Source

5.5.0 (next)

  • Updated add()/del()/update() actions to handle changed field prop. (not triggering anymore onChange when using add(), use onAdd/onDel hooks instead).
  • Updated changed computed prop behavior for nested fields and Event Hooks triggering.
  • Events Hooks now are triggered also from actions if not used Event Handlers.
  • fix: #585 #531
foxhound87
published 5.4.1 •

Changelog

Source

5.4.1 (next)

fix: #371 #399 #408

foxhound87
published 5.4.0 •

Changelog

Source

5.4.0 (next)

  • Support for default Bindings Template.
  • clear() & reset() methods will revert to initial validation state instead of validate().
  • introduced onKeyUp and onKeyDown fields Hooks and Handlers.
  • introduced validateOnClear & validateOnReset form options (disabled by default).
  • introduced removeNullishValuesInArrays form option (disabled by default).
  • introduced retrieveOnlyEnabledFieldsErrors form option (disabled by default).
  • retrieveOnlyDirtyValues form option renamed to retrieveOnlyDirtyFieldsValues.
  • retrieveOnlyEnabledFields form option renamed to retrieveOnlyEnabledFieldsValues
  • fix: #617 #615 #613 #614 #544 #454 #518 #376 #497 #582 #394
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