[Feat]: Make package available for svelte@next 5.0.0 #796
-
Which variants of Embla Carousel are relevant to this feature request?
Feature descriptionI'm working in Svelte 5 and would love to have this available in that. If it's as simple as changing the package svelte dep to "|| ^5.0.0" I would greatly appreciate it!. Additional ContextAdditional details here... Before submitting
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Hi @LiddellHunter, Thank you for your feature request. I haven’t read the release notes for Svelte v5. But feel free to contribute here and read the release notes. The only Svelte specific thing that
Additionally, I think we need to test it with v5 and simply see if it’s working as expected. Best, |
Beta Was this translation helpful? Give feedback.
-
Anyone stumbling across this, feel free to make a contribution and please read this comment before. |
Beta Was this translation helpful? Give feedback.
-
#992 will look to address this in the coming week or so but please see the use of overrides while 5.0 is still in |
Beta Was this translation helpful? Give feedback.
-
Anyone who wants to use bleeding edge Svelte will have to use this setting in their project: "overrides": {
"embla-carousel-svelte": {
"svelte": "^5.0.0-next.1"
}
} Having said that, the next Embla release includes Svelte 5 support thanks to @S1r-Lanzelot: Closing this as resolved. |
Beta Was this translation helpful? Give feedback.
Svelte 5 support was just released in v8.3.0.