Skip to content

Releases: dobromir-hristov/vuelidate-error-extractor

v2.3.0

26 Dec 18:10
Compare
Choose a tag to compare

2.3.0 (2018-12-26)

Bug Fixes

  • fix issue with using wrong validator param key. (6c71274)
  • Make Foundation 6 template default error field element a div (59b1e60)

Features

  • allow overriding i18n validation messages on FormWrapper, MultiErrorExtractor and SingleErrorExtractor components. (c6d9012)

v2.2.2

30 Jul 18:44
Compare
Choose a tag to compare

2.2.2 (2018-07-29)

Bug Fixes

  • fix multiErrorExtractor hasErrors property (1c2a55f)
  • return null if not dirty on isValid computed property (df15584)

v2.2.0

25 Jul 07:27
Compare
Choose a tag to compare

2.2.0 (2018-07-25)

Bug Fixes

  • Add Docs for Nested object validation using $each (60e8e21)

Features

  • add ability to walk through nested $each declarations. (2821014)

v2.1.1

18 Jul 06:54
Compare
Choose a tag to compare

2.1.0 (2018-07-18)

Features

  • Add Bootstrap 4 templates. (39e185d)

v2.0.0

18 Jul 06:52
Compare
Choose a tag to compare

2.0.0 (2018-07-15)

Bug Fixes

  • move docs to docs-source. (b1cff93)
  • set proper vuepress base (f181a10)

Features

  • Add formWrapper to provide/inject validator data into error-extractors. (69df4ec)
  • Add multiErrorExtractor. Almost complete rewrite of the plugin. (2c041dd)

BREAKING CHANGES

  • template structure changed. Rename messageExtractorMixin to single-error-extractor-mixin.

v1.3.0

05 Dec 00:21
Compare
Choose a tag to compare

1.3.0 (2017-12-05)

Features

  • add attribute prop to use instead of the label (7fe6a56)

v1.2.1

10 Oct 22:23
Compare
Choose a tag to compare

1.2.1 (2017-10-10)

Bug Fixes

  • slot did not have a closing tag. (298db82)

v1.2.0

10 Oct 22:24
Compare
Choose a tag to compare

1.2.0 (2017-10-10)

Bug Fixes

  • fix errors when trying to access messages that do not have props at all. (68e1555)

Features

  • support nested parameter dot notation and nested messages. (4db24ee)