Releases: foxhound87/mobx-react-form
Releases · foxhound87/mobx-react-form
v6.12.1
6.12.1 (2025-05-05)
Bug Fixes
- support for YUP .ref() and .when() methods (45bdfff), closes #626
v6.12.0
6.12.0 (2025-04-16)
Features
- validation package type inference when extending validation plugins (74d3117)
v6.11.2
6.11.2 (2025-04-02)
Bug Fixes
- fix:
autocomplete
to autoComplete
(4d6436c)
v6.11.1
6.11.1 (2025-04-01)
Bug Fixes
ValidationPlugins
interface allows custom plugins keys (04acfa7)
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)