Skip to content

Commit 505aef0

Browse files
Version Packages (next)
1 parent d9c72f9 commit 505aef0

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"cuddly-snakes-tie",
1515
"dirty-pets-switch",
1616
"fair-bugs-carry",
17+
"forty-roses-dance",
1718
"four-bears-join",
1819
"funny-days-crash",
1920
"green-maps-bathe",
@@ -27,6 +28,7 @@
2728
"open-hats-arrive",
2829
"plain-games-prove",
2930
"ready-planets-deny",
31+
"silent-items-tickle",
3032
"stale-words-allow",
3133
"true-fans-crash",
3234
"violet-books-sneeze",

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+
## 2.0.0-next.19
4+
5+
### Patch Changes
6+
7+
- feat(SelectField|MultiSelect|MultiSelectField|MultiSelectMenu): Added (beforeOptions/afterOptions) slots. ([#571](https://github.com/techniq/svelte-ux/pull/571))
8+
9+
- fix(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) ([#571](https://github.com/techniq/svelte-ux/pull/571))
10+
311
## 2.0.0-next.18
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": "2.0.0-next.18",
7+
"version": "2.0.0-next.19",
88
"scripts": {
99
"dev": "vite dev --port 3001",
1010
"build": "vite build",

0 commit comments

Comments
 (0)