Skip to content

Latest commit

 

History

History
144 lines (67 loc) · 4.82 KB

CHANGELOG.md

File metadata and controls

144 lines (67 loc) · 4.82 KB

3.1.0 (2020-10-24)

Features

  • slugify label in ValidationProvider name (fe326f3)
  • label: add for attr (0568eb2)
  • add alternativeLabel & for attr (c72bab3)

3.0.1 (2020-10-10)

Bug Fixes

  • use ValidationProvider of user (8765a2d)

3.0.0 (2020-10-04)

chore

BREAKING CHANGES

  • renamed validation to rules, defaultMinLength to defaultMin, defaultMaxLength to defaultMax, defaultMin to defaultMinValue, defaultMax to defaultMaxValue, minLength to rules.min, maxLength to rules.max, min to rules.min_value, max to rules.max_value

2.0.0 (2020-07-19)

Features

  • allow custom attr on btn reset & submit (f92c961)
  • allow custom attr on btn reset & submit (b4116cc)

BREAKING CHANGES

  • btnSubmitText will become btnSubmit.value same for btnResetText

1.1.1 (2019-07-07)

Bug Fixes

  • slugify: return non ASCII characters (10f57ca)

1.1.0 (2019-02-09)

Features

  • allow VeeValidate simple validation rules (78da861)

1.0.0 (2019-02-09)

Features

BREAKING CHANGES

  • replace parentClass by field.attr.class or attr.class

0.7.0 (2019-02-02)

Features

  • allow custom css classes (bb1a356)
  • allow custom css classes (3a5f5f5)

0.6.0 (2019-02-02)

Features

0.5.0 (2018-12-12)

Features

  • allow html inside formFields props (2a1ad16)

0.4.0 (2018-11-17)

Bug Fixes

  • set defaultMinLength props to false by default (3eacdd3)

Features

0.3.2 (2018-11-10)

Bug Fixes

0.3.1 (2018-11-09)

Bug Fixes

  • export css file for npm (efdeb0e)

0.3.0 (2018-11-09)

Bug Fixes

  • validation on blur (889e07d)
  • validation on blur for input radio (5cadbe6)

Features

0.2.0 (2018-09-30)

Bug Fixes

Features

  • add min, max, minLength, maxLength props (39da3c3)
  • add resetFormAfterSubmit props (cfe1ea3)
  • label: add help props (9208a4c)