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

RFC: support for svelte 5 #359

Open
laciferin2024 opened this issue Jul 21, 2024 · 3 comments
Open

RFC: support for svelte 5 #359

laciferin2024 opened this issue Jul 21, 2024 · 3 comments

Comments

@laciferin2024
Copy link

Svelte 5 is quite stable now, it would be great to roll out support for svelte 5.

@benmccann
Copy link

This would require changes in Svelte 5 itself.

In Svelte 4, Svelte Native was implemented by overriding the DOM creation methods. However, Svelte 5 doesn't use those same methods anymore and so that won't work. The foreign namespace solution needs to be replaced with a custom render inside Svelte 5. That won't happen in time for Svelte 5.0, but is something that should be able to be added in a later minor release in a non-breaking fashion

@NathanWalker
Copy link

Anything we can do to help here @halfnelson @benmccann ?

@victorriba
Copy link

I think this project lacks maintainers?

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

No branches or pull requests

4 participants