Skip to content

Commit 1bba3f6

Browse files
Version Packages (#633)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f53a3e2 commit 1bba3f6

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.changeset/yummy-dogs-return.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/svelte-ux/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte-ux
22

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- Fixed (Drawer/Dialog) open/close events firing on mount and unrelated updates. Now events are emitted only on actual state transitions by tracking the previous open value, preventing unintended closes and focus jumps. ([#632](https://github.com/techniq/svelte-ux/pull/632))
8+
Added (beforeOptions/afterOptions) slots to the (SelectField, MultiSelect, MultiSelectField, MultiSelectMenu) components.
9+
Updated docs examples (beforeOptions/afterOptions).
10+
311
## 1.0.7
412

513
### Patch Changes

packages/svelte-ux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/svelte-ux",
7-
"version": "1.0.7",
7+
"version": "1.0.8",
88
"scripts": {
99
"dev": "vite dev",
1010
"build": "vite build",

0 commit comments

Comments
 (0)