Releases: foxhound87/mobx-react-form
Releases · foxhound87/mobx-react-form
v6.8.0
6.8.0 (2024-01-14)
Features
- field
invalidate()
methods arguments updated, introduced deep
(411b8d7)
v6.7.5
6.7.5 (2024-01-14)
Bug Fixes
- better handling of
deep
argument for showErrors()
& invalidate()
methods (bb99862)
v6.7.4
6.7.4 (2024-01-07)
Bug Fixes
- extend hooks and handlers on form instance using set() (9d748ab)
v6.7.3
6.7.3 (2024-01-07)
Bug Fixes
- reset validation action for mobx strict mode (63ea8c8)
v6.7.2
6.7.2 (2024-01-07)
Bug Fixes
- mobx strict mode for hooks and handlers (ff08c81)
v6.7.1
6.7.1 (2024-01-06)
Bug Fixes
v6.7.0
6.7.0 (2024-01-04)
Features
- configurable field classes (72e8c13)
- introduced
class
/classes
props to handle Field
extension in Fields Definitions (ffb8f87)
v6.6.1
6.6.1 (2023-12-20)
Bug Fixes
- added missing bind method to field interface (4a3b242)
v6.6.0
6.6.0 (2023-12-03)
Features
v6.5.0
6.5.0 (2023-10-05)
Features
- handle
set()/get()
for hooks
and handlers
(d6b9525)