Skip to content

Releases: alexhisen/mobx-schema-form

v1.14.2

10 Feb 05:37
Compare
Choose a tag to compare
  • fix: AutoCompleteField should not pass empty array to non-multiple Autocomplete

v1.14.1...v1.14.2

v1.14.1

23 Jan 02:15
Compare
Choose a tag to compare
  • fix: readOnlyCondition must override the prior getter otherwise it gets bound to the first model it's created under with this schema.

v1.14.0...v1.14.1

v1.14.0

03 Nov 23:54
Compare
Choose a tag to compare
  • feat: readOnlyCondition for conditional readOnly property. Also support mobx-form-store 2.0.

v1.13.5...v1.14.0

v1.13.5

30 Oct 22:57
Compare
Choose a tag to compare
  • fix: Autocomplete component incorrectly checks for typeof value which returns object for null, so give it [] instead

v1.13.4...v1.13.5

v1.13.4

30 Oct 20:03
Compare
Choose a tag to compare
  • fix: work-around for util.validate not handling null for array types correctly

v1.13.3...v1.13.4

v1.13.3

30 Oct 19:12
Compare
Choose a tag to compare
  • fix: Use null when Autocomplete value gets changed to an empty array, otherwise it always looks changed

v1.13.2...v1.13.3

v1.13.2

30 Oct 08:26
Compare
Choose a tag to compare
  • fix: Correct Proptypes syntax

v1.13.1...v1.13.2

v1.13.1

30 Oct 07:35
Compare
Choose a tag to compare
  • fix: Correctly support mobx observable arrays

v1.13.0...v1.13.1

v1.13.0

30 Oct 07:06
Compare
Choose a tag to compare
  • feat: Autocomplete Field Widget (aka multiselect)

v1.12.0...v1.13.0

v1.12.0

23 Oct 00:33
Compare
Choose a tag to compare

feat: Add data-checked attribute to DL tag in FieldWrapper for checkboxes and switches.

v1.11.1...v1.12.0