File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 8
8
" breezy-bushes-admire" ,
9
9
" bright-crabs-play" ,
10
10
" clear-regions-listen" ,
11
+ " cold-bushes-strive" ,
11
12
" common-bushes-move" ,
12
13
" cool-teams-judge" ,
13
14
" cuddly-coins-tease" ,
14
15
" cuddly-snakes-tie" ,
16
+ " dialog-drawer-event-propagation" ,
15
17
" dirty-pets-switch" ,
16
18
" fair-bugs-carry" ,
19
+ " fine-vans-move" ,
17
20
" forty-roses-dance" ,
18
21
" four-bears-join" ,
19
22
" funny-days-crash" ,
22
25
" loud-bees-juggle" ,
23
26
" lovely-queens-love" ,
24
27
" major-turkeys-ask" ,
28
+ " multiselect-demo-enhancements" ,
25
29
" nice-lamps-sing" ,
26
30
" nice-onions-sell" ,
27
31
" nine-carpets-own" ,
32
+ " numberstepper-documentation" ,
28
33
" open-hats-arrive" ,
29
34
" plain-games-prove" ,
30
35
" ready-planets-deny" ,
36
+ " selectfield-demo-improvements" ,
37
+ " selectfield-focus-management" ,
31
38
" silent-items-tickle" ,
32
39
" stale-words-allow" ,
33
40
" true-fans-crash" ,
Original file line number Diff line number Diff line change 1
1
# svelte-ux
2
2
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
+
3
21
## 2.0.0-next.19
4
22
5
23
### Patch Changes
Original file line number Diff line number Diff line change 4
4
"author" : " Sean Lynch <techniq35@gmail.com>" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " techniq/svelte-ux" ,
7
- "version" : " 2.0.0-next.19 " ,
7
+ "version" : " 2.0.0-next.20 " ,
8
8
"scripts" : {
9
9
"dev" : " vite dev --port 3001" ,
10
10
"build" : " vite build" ,
You can’t perform that action at this time.
0 commit comments