Skip to content

Commit 279a2aa

Browse files
Version Packages (next)
1 parent 3cff15d commit 279a2aa

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
"cool-teams-judge",
1313
"cuddly-coins-tease",
1414
"cuddly-snakes-tie",
15+
"dialog-drawer-event-propagation",
1516
"dirty-pets-switch",
1617
"fair-bugs-carry",
18+
"fine-vans-move",
1719
"forty-roses-dance",
1820
"four-bears-join",
1921
"funny-days-crash",
@@ -22,12 +24,16 @@
2224
"loud-bees-juggle",
2325
"lovely-queens-love",
2426
"major-turkeys-ask",
27+
"multiselect-demo-enhancements",
2528
"nice-lamps-sing",
2629
"nice-onions-sell",
2730
"nine-carpets-own",
31+
"numberstepper-documentation",
2832
"open-hats-arrive",
2933
"plain-games-prove",
3034
"ready-planets-deny",
35+
"selectfield-demo-improvements",
36+
"selectfield-focus-management",
3137
"silent-items-tickle",
3238
"stale-words-allow",
3339
"true-fans-crash",

packages/svelte-ux/CHANGELOG.md

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

3+
## 2.0.0-next.20
4+
5+
### Patch Changes
6+
7+
- fix(Dialog/Drawer): event propagation preventing outside click detection ([#635](https://github.com/techniq/svelte-ux/pull/635))
8+
9+
- fix(SelectField): keep menu open on reactive updates; close only on selection or outside click ([#638](https://github.com/techniq/svelte-ux/pull/638))
10+
11+
- docs(MultiSelect/MultiSelectField/MultiSelectMenu): Enhanced demo examples with functional item creation dialogs ([#635](https://github.com/techniq/svelte-ux/pull/635))
12+
13+
- docs(NumberStepper): demo example with prefix/suffix slot ([#635](https://github.com/techniq/svelte-ux/pull/635))
14+
15+
- docs(SelectField): demo filtering logic and form handling ([#635](https://github.com/techniq/svelte-ux/pull/635))
16+
17+
- fix(SelectField): focus management when used within dialogs ([#635](https://github.com/techniq/svelte-ux/pull/635))
18+
319
## 2.0.0-next.19
420

521
### 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 <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/svelte-ux",
7-
"version": "2.0.0-next.19",
7+
"version": "2.0.0-next.20",
88
"scripts": {
99
"dev": "vite dev --port 3001",
1010
"build": "vite build",

0 commit comments

Comments
 (0)