Sourced from vue's releases.
v3.4.25
Please refer to CHANGELOG.md for details.
v3.4.24
Please refer to CHANGELOG.md for details.
Sourced from vue's changelog.
3.4.25 (2024-04-24)
Bug Fixes
- defineModel: align prod mode runtime type generation with defineProps (4253a57), closes #10769
- runtime-core: properly get keepAlive child (#10772) (3724693), closes #10771
- runtime-core: use normal object as internal prototype for attrs and slots (064e82f), closes /github.com/vuejs/core/commit/6df53d85a207986128159d88565e6e7045db2add#r141304923
3.4.24 (2024-04-22)
Bug Fixes
- compiler-core: handle template ref bound via v-bind object on v-for (#10706) (da7adef), closes #10696
- compiler-core: properly parse await expressions in edge cases (b92c25f), closes #10754
- compiler-sfc: handle readonly operator and ReadonlyArray/Map/Set types (5cef52a), closes #10726
- compiler-ssr: fix hydration mismatch for conditional slot in transition (f12c81e), closes #10743
- compiler-ssr: fix v-html SSR for nullish values (1ff4076), closes #10725
- deps: update compiler (#10760) (15df5c1)
- runtime-core: fix edge case of KeepAlive inside Transition with slot children (#10719) (e51ca61), closes #10708
- runtime-core: further fix slots _ctx check (cde7f05), closes #10724
- runtime-core: props should be readonly via direct template access (b93f264), closes #8216 #10736
- transition: transition is breaking/flickering when enter is canceled (#10688) (65109a7)
574c3e6
release: v3.4.258ee69e7
ci: use single thread for e2e tests on ci064e82f
fix(runtime-core): use normal object as internal prototype for attrs and
slots4253a57
fix(defineModel): align prod mode runtime type generation with
defineProps3724693
fix(runtime-core): properly get keepAlive child (#10772)958286e
release: v3.4.24b92c25f
fix(compiler-core): properly parse await expressions in edge cases173ec65
test: revert to threadsf12c81e
fix(compiler-ssr): fix hydration mismatch for conditional slot in
transitionc8e87a1
test: use pool: vmThreads