Skip to content

v4.10.3

Compare
Choose a tag to compare
@logaretm logaretm released this 29 Jun 22:30
· 216 commits to main since this release

πŸ› Bug Fixes

  • SSR: Avoid referencing window with setTimeout for validation batching #4339 (#4340) thanks to @userquin πŸ™Œ
  • Respect model modifiers when emitting the value with useField v-model integration #4333 (c3698f0)

✨ Enhancements

Made object dirty meta checks less strict by treating undefined and missing keys as the same value #4338 (32537e1)

This may cause some differences with the value of dirty meta for forms and object value fields but it shouldn't affect most cases.