Releases: foxhound87/mobx-react-form
Releases · foxhound87/mobx-react-form
v6.10.1
6.10.1 (2024-07-28)
Bug Fixes
- added joi to webpack config (210b3f7)
v6.9.4
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
6.9.3 (2024-01-17)
Bug Fixes
- introduced
SubmitOptions
and SubmitHooks
models (e9b6ada)
v6.9.2
6.9.2 (2024-01-17)
Bug Fixes
- deprecated
checkSVKValidationPlugin
(e593c96)
v6.9.1
6.9.1 (2024-01-17)
Bug Fixes
- introduced
validate()
input types (ed171fc)
v6.9.0
6.9.0 (2024-01-17)
Features
- validator types improvements (415cc6a)
v6.8.3
6.8.3 (2024-01-16)
Bug Fixes
- deprecated field
showAsyncErrors()
, field import in FormInterface
(3eebace)
v6.8.2
6.8.2 (2024-01-14)
Bug Fixes
- fix: call
invalidate()
with deep
argument (da37640)
v6.8.1
6.8.1 (2024-01-14)
Bug Fixes
- fix: call
invalidate()
with async
argument (f891f24)