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

feat(transition): support transition to teleport component child #11959

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

Conversation

yangxiuxiu1115
Copy link
Contributor

fix #11910

Copy link

pkg-pr-new bot commented Sep 18, 2024

Open in Stackblitz

@vue/compiler-core

pnpm add https://pkg.pr.new/@vue/compiler-core@11959

@vue/compiler-dom

pnpm add https://pkg.pr.new/@vue/compiler-dom@11959

@vue/compiler-sfc

pnpm add https://pkg.pr.new/@vue/compiler-sfc@11959

@vue/compiler-ssr

pnpm add https://pkg.pr.new/@vue/compiler-ssr@11959

@vue/runtime-core

pnpm add https://pkg.pr.new/@vue/runtime-core@11959

@vue/runtime-dom

pnpm add https://pkg.pr.new/@vue/runtime-dom@11959

@vue/reactivity

pnpm add https://pkg.pr.new/@vue/reactivity@11959

@vue/server-renderer

pnpm add https://pkg.pr.new/@vue/server-renderer@11959

@vue/shared

pnpm add https://pkg.pr.new/@vue/shared@11959

vue

pnpm add https://pkg.pr.new/vue@11959

@vue/compat

pnpm add https://pkg.pr.new/@vue/compat@11959

commit: ba6f748

Copy link

github-actions bot commented Sep 18, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 101 kB (+7 B) 38 kB (+5 B) 34.1 kB (+3 B)
vue.global.prod.js 159 kB (+7 B) 57.9 kB (+4 B) 51.5 kB (+36 B)

Usages

Name Size Gzip Brotli
createApp (CAPI only) 49.1 kB (+259 B) 18.9 kB (+93 B) 17.2 kB (+80 B)
createApp 55.6 kB (+259 B) 21.4 kB (+90 B) 19.6 kB (+130 B)
createSSRApp 59.7 kB (+259 B) 23.1 kB (+84 B) 21 kB (+50 B)
defineCustomElement 60.4 kB (+259 B) 22.9 kB (+90 B) 20.9 kB (+27 B)
overall 69.1 kB (+7 B) 26.4 kB (+6 B) 23.9 kB (-38 B)

@edison1105
Copy link
Member

/ecosystem-ci run

@vue-bot
Copy link
Contributor

vue-bot commented Sep 18, 2024

📝 Ran ecosystem CI: Open

suite result latest scheduled
language-tools failure failure
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 failure failure
vuetify success success
vueuse success success
vue-simple-compiler success success

@edison1105 edison1105 added scope: transition 🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. labels Sep 19, 2024
@edison1105 edison1105 added ready to merge The PR is ready to be merged. version: minor labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍰 p2-nice-to-have Priority 2: this is not breaking anything but nice to have it addressed. ready to merge The PR is ready to be merged. scope: transition version: minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transition should sniff for teleport in custom components
3 participants