Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@isnifer isnifer released this 16 Dec 19:34
· 158 commits to master since this release

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