We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2524959 commit e8df0a0Copy full SHA for e8df0a0
.changeset/hot-stingrays-move.md
packages/svelte-ux/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# svelte-ux
2
3
+## 0.75.4
4
+
5
+### Patch Changes
6
7
+- fix(MultiSelect): Resolve infinite loop when using `mode="immediate"` and Svelte 5 ([#508](https://github.com/techniq/svelte-ux/pull/508))
8
9
## 0.75.3
10
11
### Patch Changes
packages/svelte-ux/package.json
@@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/svelte-ux",
- "version": "0.75.3",
+ "version": "0.75.4",
"scripts": {
"dev": "vite dev",
"build": "vite build",
0 commit comments