You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,12 @@
27
27
npm install svelte-select
28
28
```
29
29
30
-
## Upgrading from Svelte Select v4 to v5 (not to be confused with Svelte v5!)
31
-
See [migration guide](/MIGRATION_GUIDE.md) if upgrading from v4 to v5.
30
+
## Svelte 5
31
+
I'm not currently using Svelte 5 in my day job or personal projects so might be a while before I tackle porting / upgrading to Svelte 5. Looking forward to it though, just need to find the time!
32
+
33
+
34
+
## Upgrading Svelte Select
35
+
See [migration guide](/MIGRATION_GUIDE.md) if upgrading
0 commit comments