Skip to content

Commit 71e6a9d

Browse files
Version Packages (next) (#640)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fa78e67 commit 71e6a9d

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88
"breezy-bushes-admire",
99
"bright-crabs-play",
1010
"clear-regions-listen",
11+
"cold-bushes-strive",
1112
"common-bushes-move",
1213
"cool-teams-judge",
1314
"cuddly-coins-tease",
1415
"cuddly-snakes-tie",
16+
"dialog-drawer-event-propagation",
1517
"dirty-pets-switch",
1618
"fair-bugs-carry",
19+
"fine-vans-move",
1720
"forty-roses-dance",
1821
"four-bears-join",
1922
"funny-days-crash",
@@ -22,12 +25,16 @@
2225
"loud-bees-juggle",
2326
"lovely-queens-love",
2427
"major-turkeys-ask",
28+
"multiselect-demo-enhancements",
2529
"nice-lamps-sing",
2630
"nice-onions-sell",
2731
"nine-carpets-own",
32+
"numberstepper-documentation",
2833
"open-hats-arrive",
2934
"plain-games-prove",
3035
"ready-planets-deny",
36+
"selectfield-demo-improvements",
37+
"selectfield-focus-management",
3138
"silent-items-tickle",
3239
"stale-words-allow",
3340
"true-fans-crash",

packages/svelte-ux/CHANGELOG.md

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

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

523
### 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)