v4.10.3
π 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.