Skip to content

Releases: alexhisen/mobx-schema-form

v1.5.0

13 May 20:57
Compare
Choose a tag to compare
  • fix: onModelChange event was not firing for dismounted widgets that were not in error and they were not being removed from the model.fields array.
  • feat: falseConditionValue can be specified to which to set a dismounted field data value when its condition changes to evaluating to false.
  • refactor: import Button without braces for consistency with other widgets

v1.4.1...v1.5.0