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(Transition): handle KeepAlive + transition leaving edge case #13152

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

edison1105
Copy link
Member

@edison1105 edison1105 commented Apr 2, 2025

close #13153

Copy link

pkg-pr-new bot commented Apr 2, 2025

Open in StackBlitz

@vue/compiler-core

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

@vue/compiler-dom

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

@vue/compiler-ssr

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

@vue/compiler-sfc

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

@vue/reactivity

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

@vue/runtime-core

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

@vue/runtime-dom

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

@vue/server-renderer

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

@vue/shared

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

vue

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

@vue/compat

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

commit: 5481015

Copy link

github-actions bot commented Apr 2, 2025

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 100 kB (+24 B) 38.2 kB (+14 B) 34.4 kB (+34 B)
vue.global.prod.js 158 kB (+24 B) 58.3 kB (+10 B) 51.9 kB (-33 B)

Usages

Name Size Gzip Brotli
createApp (CAPI only) 46.5 kB (+46 B) 18.2 kB (+22 B) 16.7 kB (+37 B)
createApp 54.4 kB (+46 B) 21.2 kB (+23 B) 19.4 kB (+5 B)
createSSRApp 58.7 kB (+48 B) 22.9 kB (+31 B) 20.9 kB (+30 B)
defineCustomElement 59.2 kB (+46 B) 22.7 kB (+24 B) 20.8 kB (+27 B)
overall 68.5 kB (+24 B) 26.4 kB (+12 B) 24 kB (-45 B)

@edison1105 edison1105 force-pushed the edison/fix/TransitionLeaving branch from 4673e95 to 5481015 Compare April 3, 2025 01:55
@edison1105 edison1105 added ready to merge The PR is ready to be merged. scope: transition 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. labels Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: transition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When Transition and keep-alive are used together, the display is incorrect
1 participant