Releases: techniq/svelte-ux
Releases · techniq/svelte-ux
[email protected]
Minor Changes
- Allow custom styling of ThemeSwitch component (#525)
[email protected]
[email protected]
[email protected]
Patch Changes
- Update dependencies (
29cc311
)
[email protected]
Patch Changes
- fix(MultiSelect): Resolve infinite loop when using
mode="immediate"
and Svelte 5 (#508)
[email protected]
Patch Changes
- fix(Drawer|Dialog): No longer stop mouseup event propgation, which fixes closing Menu by clicking outside (within Dialog/Drawer) (#499)
[email protected]
[email protected]
Patch Changes
-
fix: Use svelte version from prompt options for
layerchart
template (fb2dbe8e54d0b9df61a99a0788a3d00ed9a77f80
) -
fix:
layerchart
template (and use simplified AreaChart) (c8139939d5f2e3be8cf803676f65def0b4b7cc85
)
[email protected]
Patch Changes
- Fix form store updates when using zod schema (#494)
[email protected]
Minor Changes
-
feat(Notification): Add
variant
(default, fill) andcolor
(theme) props (#491) -
feat(Notification): Simplify usage with title/description/icon/actions props (#491)
-
breaking(Notification): Rename
variant
toactionsPlacement
(and repurposevariant
) (#491)
Patch Changes
-
Update dependencies (
1ae554b5a8211057484a9b8e95cc788f331baee8
) -
fix(Form): Only prevent submitting to server if validation fails or no server action/method are defined (#493)