Mobx React Form Versions Save

Reactive MobX Form State Management

v6.9.4

2 months ago

6.9.4 (2024-02-21)

Bug Fixes

  • zod plugin: fix validation crash (d6e006d)
  • zod validation crashes when some of fields don't have errors #636 (2d9f991)

v6.9.3

4 months ago

6.9.3 (2024-01-17)

Bug Fixes

  • introduced SubmitOptions and SubmitHooks models (e9b6ada)

v6.9.2

4 months ago

6.9.2 (2024-01-17)

Bug Fixes

  • deprecated checkSVKValidationPlugin (e593c96)

v6.9.1

4 months ago

6.9.1 (2024-01-17)

Bug Fixes

  • introduced validate() input types (ed171fc)

v6.9.0

4 months ago

6.9.0 (2024-01-17)

Features

  • validator types improvements (415cc6a)

v6.8.3

4 months ago

6.8.3 (2024-01-16)

Bug Fixes

  • deprecated field showAsyncErrors(), field import in FormInterface (3eebace)

v6.8.2

4 months ago

6.8.2 (2024-01-14)

Bug Fixes

  • fix: call invalidate() with deep argument (da37640)

v6.8.1

4 months ago

6.8.1 (2024-01-14)

Bug Fixes

  • fix: call invalidate() with async argument (f891f24)

v6.8.0

4 months ago

6.8.0 (2024-01-14)

Features

  • field invalidate() methods arguments updated, introduced deep (411b8d7)

v6.7.5

4 months ago

6.7.5 (2024-01-14)

Bug Fixes

  • better handling of deep argument for showErrors() & invalidate() methods (bb99862)