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(Teleport): support Vue teleport defer prop #1546

Closed
wants to merge 1 commit into from
Closed

Conversation

hwkr
Copy link

@hwkr hwkr commented Jan 6, 2025

Vue 3.5 added a deffered prop to the built in <teleport> component which allows you to defer the teleport until the end of the current render cycle.

This PR exposes it on the Radix-Vue Teleport component but I'm not sure if we need to bump the Vue dependency for the project to be 3.5 as well 🤔

@hwkr hwkr changed the title Support Vue Teleport Defer Prop feat(Teleport): support Vue teleport defer prop Jan 6, 2025
@zernonia
Copy link
Member

zernonia commented Jan 9, 2025

Thanks for the PR @hwkr ! This is a good suggestion. We don't neccessary need to bump the peer dependency 😁

Will be closing this as feature will only be pushed to v2 17d9deb

@zernonia zernonia closed this Jan 9, 2025
@hwkr
Copy link
Author

hwkr commented Jan 9, 2025

@zernonia Sounds good! Is there a timeline on V2 right now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants