svelte-native icon indicating copy to clipboard operation
svelte-native copied to clipboard

RFC: support for svelte 5

Open laciferin2024 opened this issue 1 year ago • 1 comments

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

laciferin2024 avatar Jul 21 '24 19:07 laciferin2024

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

benmccann avatar Aug 16 '24 03:08 benmccann

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

NathanWalker avatar Oct 21 '24 16:10 NathanWalker

I think this project lacks maintainers?

varbdev avatar Nov 17 '24 20:11 varbdev

I've opened an issue to track custom renderer support in Svelte: https://github.com/sveltejs/svelte/issues/15470

benmccann avatar Mar 08 '25 00:03 benmccann