Skip to content

2.0.0-rc.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@logaretm logaretm released this 16 Aug 11:29

πŸ› Fixed

  • Make sure window.Event is a constructor since people tend to overwrite it for some reason #730 #722 #679 but it could still interfere with the plugin operation. This fix ensures that the pipeline dies not break.
  • Fix an issue where the validator would fallback to the last truthy rules value, which prevented fields with no rules from validating properly #728
  • Fix an issue where initial validation generates error object with the incorrect scope of the field #732.
  • Fix an issue where a child component is able to pause the validator operation before being destroyed, now only the owner component will be allowed to pause it when the before destroy hook kicks in #733.

✨ Enhancements

  • Added aria option to the plugin configuration, which allows you to opt-out of aria attributes being set on the inputs, default is true.
  • Added validity option to the plugin configuration, which allows you to opt-out of custom validity being set on the inputs, default is true.