Skip to content

Releases: detools/vue-form

3.0.0

16 Dec 19:34
Compare
Choose a tag to compare

3.0.0

Breaking changes

  • handleReset callback now handleCancel, because personally I didn't use any reset button, but every time I have a Cancel button
  • Demo site now moved on from Github Pages to Netlify

Updated

  • initialValues now track changes via watch instead of updated callback
  • SECRET_VUE_FORM_METHOD moved to store at all

Fixed

  • length validator
  • ArrayField's move method
  • On success form level sync validation (if exists) syncErrors no more cleared
  • On failed form level sync validation error messages now merge with existing errors
  • Field Level Sync Error messages have high priority
  • Validators now can react on any changes. See Dynamic Validators Form
  • All time when vue-form needs to validate some value — it uses actual validators
  • Values now validate on reinitializeValues

Added

2.7.8

16 Dec 19:34
Compare
Choose a tag to compare

2.7.8

Fixed

  • Do deep equal of initialValues via lodash.isEqual on updated

2.7.7

16 Dec 19:34
Compare
Choose a tag to compare

2.7.7

Fixed

  • vue-form now passes itself initial value to every component
  • User no need to define fileList if he passed initalValues to Form

2.7.6

16 Dec 19:34
Compare
Choose a tag to compare

2.7.6

Fixed

  • Pass fileList prop as file-list prop to <Upload />
  • Can't use value for now as file-list prop

2.7.5

16 Dec 19:34
Compare
Choose a tag to compare

2.7.5

Fixed

  • Pass <Upload /> value as file-list prop to UI component
  • Add default noop value for handleModelChange
  • Call handleModelChange on reinitialize

2.7.4

16 Dec 19:33
Compare
Choose a tag to compare

2.7.4

Added

  • <Button /> component from element-ui, just for convenience

2.7.3

16 Dec 19:33
Compare
Choose a tag to compare

2.7.3

Updated

  • When form field has removed from form — it value won't be passed to submit

2.7.2

16 Dec 19:33
Compare
Choose a tag to compare

2.7.2

Fixed

  • Added append, prepend props to <Input />

2.7.1

16 Dec 19:32
Compare
Choose a tag to compare

2.7.1

Fixed

  • Merge values for submit instead of destructuring

2.7.0

16 Dec 19:32
Compare
Choose a tag to compare

2.7.0

Added

  • <Upload /> control