Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(runtime-core): prevent unmounted vnode from being inserted during transition leave #12862

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

edison1105
Copy link
Member

close #12860

Copy link

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 100 kB (+25 B) 38.1 kB (+14 B) 34.3 kB (+18 B)
vue.global.prod.js 158 kB (+25 B) 58 kB (+16 B) 51.6 kB (-49 B)

Usages

Name Size Gzip Brotli
createApp (CAPI only) 46.5 kB (+25 B) 18.2 kB (+9 B) 16.7 kB (+1 B)
createApp 54.6 kB (+25 B) 21.3 kB (+10 B) 19.4 kB (+20 B)
createSSRApp 58.8 kB (+25 B) 23 kB (+11 B) 21 kB (+8 B)
defineCustomElement 59.4 kB (+25 B) 22.9 kB (+12 B) 20.8 kB (+3 B)
overall 68.6 kB (+25 B) 26.4 kB (+10 B) 24 kB (+15 B)

Copy link

pkg-pr-new bot commented Feb 12, 2025

Open in Stackblitz

@vue/compiler-core

npm i https://pkg.pr.new/@vue/compiler-core@12862

@vue/compiler-ssr

npm i https://pkg.pr.new/@vue/compiler-ssr@12862

@vue/compiler-dom

npm i https://pkg.pr.new/@vue/compiler-dom@12862

@vue/compiler-sfc

npm i https://pkg.pr.new/@vue/compiler-sfc@12862

@vue/reactivity

npm i https://pkg.pr.new/@vue/reactivity@12862

@vue/runtime-core

npm i https://pkg.pr.new/@vue/runtime-core@12862

@vue/runtime-dom

npm i https://pkg.pr.new/@vue/runtime-dom@12862

@vue/server-renderer

npm i https://pkg.pr.new/@vue/server-renderer@12862

@vue/shared

npm i https://pkg.pr.new/@vue/shared@12862

vue

npm i https://pkg.pr.new/vue@12862

@vue/compat

npm i https://pkg.pr.new/@vue/compat@12862

commit: 2ea4051

@edison1105 edison1105 changed the title fix(runtime-core): prevent unmounted vnode from being inserted fix(runtime-core): prevent unmounted vnode from being inserted after transition leave Feb 12, 2025
@edison1105 edison1105 added ready to merge The PR is ready to be merged. ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. labels Feb 12, 2025
@edison1105 edison1105 changed the title fix(runtime-core): prevent unmounted vnode from being inserted after transition leave fix(runtime-core): prevent unmounted vnode from being inserted during transition leave Feb 12, 2025
@edison1105
Copy link
Member Author

/ecosystem-ci run

@vue-bot
Copy link
Contributor

vue-bot commented Feb 12, 2025

📝 Ran ecosystem CI: Open

suite result latest scheduled
language-tools success success
nuxt success success
pinia success success
primevue success success
quasar success success
radix-vue success success
router success success
test-utils success success
vant success success
vite-plugin-vue success success
vitepress success success
vue-i18n success success
vue-macros success success
vuetify success success
vueuse success success
vue-simple-compiler success success

@yyx990803 yyx990803 merged commit d6a6ec1 into main Feb 12, 2025
15 checks passed
@yyx990803 yyx990803 deleted the edison/fix/12860 branch February 12, 2025 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. ready to merge The PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KeepAlive + Transition + v-if 同时使用时会导致时会导致内存泄漏的问题依然存在
3 participants