Changelog
2.0.0
peerDependencies
.useDefineForClassFields
. More info on this optionChangelog
1.3.0
.compose
d FormState
should run its validators
as soon as all sub fields have been validated. Previously it only ran when sub fields where validated and changed. This shouldn't cause any need for a refactor as normally .validate
is only called after a user interaction with fields. refChangelog
1.1.1
validate
call does the same instead of silently ignoring it. Should not cause any change if your validators worked previously.Changelog
1.0.1
Cannot assign to read only property 'on$ChangeAfterValidation'
. This is due to a breaking change in MobX.