Releases: foxhound87/mobx-react-form
Releases · foxhound87/mobx-react-form
v6.2.2
6.2.2 (2023-04-14)
Bug Fixes
- fix: mobx cycle detected in computation (get() strict mode) (5a8181d)
v6.2.1
6.2.1 (2023-04-14)
Bug Fixes
- fix: input function applied 2 times when using
set()
(da89513)
v6.2.0
6.2.0 (2023-04-14)
Features
v6.1.1
6.1.1 (2023-04-14)
Bug Fixes
v6.1.0
6.1.0 (2023-04-11)
Features
- introduced
fallbackValue
and retrieveNullifiedEmptyStrings
form options (a5d151b)
v6.0.0
6.0.0 (2023-04-08)
Features
BREAKING CHANGES
v5.10.2
5.10.2 (2023-04-08)
Bug Fixes
- fix: onSync/onChange handlers (bf2acf2)
v5.10.1
5.10.1 (2023-04-04)
Bug Fixes
set()
will apply input
function also to initial
and default
props (97c276a), closes #519
v5.10.0
5.10.0 (2023-04-03)
Features
- introduced trim method and options + fixes (72f4a8b), closes #283
v5.9.1
5.9.1 (2023-04-03)
Bug Fixes
- using
autoTrimValue
option will not trigger onChange
Event Hook (6223b4f)