Skip to content

Releases: 14nrv/vue-form-json

v3.0.1

10 Oct 16:57
Compare
Choose a tag to compare

3.0.1 (2020-10-10)

Bug Fixes

  • use ValidationProvider of user (8765a2d)

v3.0.0

04 Oct 18:07
Compare
Choose a tag to compare

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

v2.0.0

19 Jul 16:32
Compare
Choose a tag to compare

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

v1.1.1

07 Jul 11:30
Compare
Choose a tag to compare

1.1.1 (2019-07-07)

Bug Fixes

  • slugify: return non ASCII characters (10f57ca)

v1.1.0

09 Feb 17:15
Compare
Choose a tag to compare

1.1.0 (2019-02-09)

Features

  • allow VeeValidate simple validation rules (78da861)

v1.0.0

09 Feb 13:55
Compare
Choose a tag to compare

1.0.0 (2019-02-09)

Features

BREAKING CHANGES

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

v0.7.0

02 Feb 16:37
Compare
Choose a tag to compare

0.7.0 (2019-02-02)

Features

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

v0.6.0

02 Feb 12:09
Compare
Choose a tag to compare

0.6.0 (2019-02-02)

Features

v0.5.0

12 Dec 20:33
Compare
Choose a tag to compare

0.5.0 (2018-12-12)

Features

  • allow html inside formFields props (2a1ad16)

v0.4.0

17 Nov 16:36
Compare
Choose a tag to compare

0.4.0 (2018-11-17)

Bug Fixes

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

Features