File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments