-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Rewrite Svelte adapter with Svelte v5 syntax #448
Comments
What qualifies as enough? Seems like it's quite close to stable and most people use version 5 for new projects. And so are we and now looking for a virtual list solution. Would it make sense to just wait some weeks/months for the update or better go figure it out by ourselves? |
Svelte 4 syntax seems to work on both 4 and 5, otherwise 5 syntax only works on 5. An OSS should be backward compatible as much as possible so there is no strong reason to migrate for now. |
@inokawa seems like
|
Hi @inokawa, I agree with @gyzerok's suggestion. I believe it is necessary to be compatible. The Svelte 5 API is now stabilizing. The official team also recommends using Svelte 5 directly, and migration tools have been released. https://svelte-5-preview.vercel.app/docs/old-vs-new |
The peer dependency issue seems to be not inevitable, because So after the Svelte |
I think |
@inokawa Svelte 5 finally got released now. Eagerly looking forward to be able to use your great virtual list library with it 😃 |
Released in |
Related to #323
Try it after v5 becomes popular enough.
The text was updated successfully, but these errors were encountered: