Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-09 | 479 Bytes | |
svelte-ux@1.0.8 source code.tar.gz | 2025-08-09 | 554.9 kB | |
svelte-ux@1.0.8 source code.zip | 2025-08-09 | 725.5 kB | |
Totals: 3 Items | 1.3 MB | 2 |
Patch Changes
- Fixed (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) Added (beforeOptions/afterOptions) slots to the (SelectField, MultiSelect, MultiSelectField, MultiSelectMenu) components. Updated docs examples (beforeOptions/afterOptions).