Skip to content

2.0.0-rc.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@logaretm logaretm released this 28 Sep 01:19
· 3166 commits to main since this release

πŸ› 🐞 Squashed

  • fix an issue where components emitted input events but did not update their values before emitting the event, which affected element-ui library #841.
  • fix an issue where length rule did not handle numeric inputs correctly #836
  • fix Rules not being exported correctly by the plugin #844 which prevented the minimal builds from working correctly.

Enhancements ✨

  • Fields with multiple dots in their names are now resolved correctly by the error bag and the mapFields helper #856
  • Update ErrorField typings #852
  • Numeric scopes with the value 0 are now handled, thanks @danielgranat for #851 and #857
  • Updated TypeScript typings, thanks @enternet for #830