vuejs/core: v3.5.42
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.
Daily edition · Vue.js
TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.
release: v3.5.42
Revert "fix(compiler-core): handle invalid static arg in same-name v-bind shorthand" (#15362) This reverts commit 38577161c0cfcd4e1013eec0030b781a32fc3744.
fix(compiler-core): handle invalid static arg in same-name v-bind shorthand (#15347)
fix(runtime-dom): support !important on CSS custom properties in style binding (#15348)
fix(runtime-core): keep .trim result when combined with .number v-model modifier (#15346)
fix(suspense): don't treat the leaving branch as the fallback while its mount is pending (#15333) close #15332
fix(runtime-core): resolve $el for dev root comment fragment (#15313) close #12680
fix(shared): correctly compare Map and Set values (#15328) close #15320
fix(v-model): re-sync select when model is overridden in change handler (#15298) close #10505
fix(runtime-core): avoid caching unmounted suspense children (#15291) close #15288
fix(hydration): handle moving unresolved async fragment (#15263)
fix(hydration): handle async component unmount before lazy hydration (#15252)