Skip to content

Releases: detools/vue-form

2.5.3

26 Nov 10:44
Compare
Choose a tag to compare

2.5.3

Fixed

  • Reinitialization for all values types except Array

2.5.2

26 Nov 10:44
Compare
Choose a tag to compare

2.5.2

Fixed

  • Reinitialization for Array values

2.5.1

26 Nov 10:43
Compare
Choose a tag to compare

2.5.1

Fixed

  • Rename ConnectedCheckboxGroupMixin => ConnectedArrayFieldMixin
  • Use ConnectedArrayFieldMixin for ConnectedArrayField, ConnectedCheckboxGroup

2.5.0

25 Nov 17:39
Compare
Choose a tag to compare

2.5.0

Added

2.4.2

25 Nov 17:38
Compare
Choose a tag to compare

2.4.2

Updated

2.4.1

25 Nov 10:56
Compare
Choose a tag to compare

2.4.1

Fixed

  • Internal manageTouchedFieldsState method
  • Passing touched state from vue-form to control

2.4.0

25 Nov 09:45
Compare
Choose a tag to compare

2.4.0

Updated

  • Common methods were moved to ConnectedControlMixin

2.3.1

24 Nov 15:24
Compare
Choose a tag to compare

2.3.1

Fixed

  • Form submission when async validation in progress

How to test:

  1. Open Inline Validators Form
  2. Type 123456 => click Submit
  3. You will get an async error — form won't submit
  4. Type github => click Submit
  5. Form will be submitted after async form validation

2.3.0

24 Nov 13:13
Compare
Choose a tag to compare

2.3.0

Added

  • Form level sync validation. Demo

2.2.0

24 Nov 13:07
Compare
Choose a tag to compare

2.2.0

Changed

  • asyncValidators will be called only on blur event
  • As before, they will be called only if there is no sync errors