Releases: dobromir-hristov/vuelidate-error-extractor
Releases · dobromir-hristov/vuelidate-error-extractor
v2.3.0
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
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
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
2.1.0 (2018-07-18)
Features
- Add Bootstrap 4 templates. (39e185d)
v2.0.0
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
1.3.0 (2017-12-05)
Features
- add attribute prop to use instead of the label (7fe6a56)
v1.2.1
1.2.1 (2017-10-10)
Bug Fixes
- slot did not have a closing tag. (298db82)
v1.2.0
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)