Skip to content

2.0.9

Compare
Choose a tag to compare
@logaretm logaretm released this 04 May 02:01

Bug Fixes

  • Cancel ongoing validations if the validator has been reset #943 #740 #1138 #937
  • Fixed global delay having no effect if data-vv-delay is not applied #1117
  • Fixed checkboxes and radio buttons not being selected after click #1279 #1273
  • Fixed classes and aria attributes not being set on a checkbox/radio siblings #1283
  • Prevent name/data-vv-name attribute warning when using confirmed/after/before rules #1285
  • Fix disabled fields being validated #1287
  • Fix debounced validation executing immediately for Vue components #1295
  • Fixed localize change with VueI18n plugin #1296

Enhancements

  • Avoid mutating HTML for the purpose of caching the field id on the input elements which cause snapshot tests to fail when run individually. #1249
  • Thanks to @Milkker for adding closest form detection which should enable data-vv-scope for custom components that are children of a form element #1294