Releases: techniq/svelte-ux
svelte-ux@0.75.5
create-svelte-ux@0.6.7
Patch Changes
- Update dependencies (
29cc311
)
svelte-ux@0.75.4
Patch Changes
- fix(MultiSelect): Resolve infinite loop when using
mode="immediate"
and Svelte 5 (#508)
svelte-ux@0.75.3
Patch Changes
- fix(Drawer|Dialog): No longer stop mouseup event propgation, which fixes closing Menu by clicking outside (within Dialog/Drawer) (#499)
svelte-ux@0.75.2
create-svelte-ux@0.6.6
Patch Changes
-
fix: Use svelte version from prompt options for
layerchart
template (fb2dbe8e54d0b9df61a99a0788a3d00ed9a77f80
) -
fix:
layerchart
template (and use simplified AreaChart) (c8139939d5f2e3be8cf803676f65def0b4b7cc85
)
svelte-ux@0.75.1
Patch Changes
- Fix form store updates when using zod schema (#494)
svelte-ux@0.75.0
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)
create-svelte-ux@0.6.5
Patch Changes
- Update dependencies (
1ae554b5a8211057484a9b8e95cc788f331baee8
)
svelte-ux@0.74.9
Patch Changes
-
fix(TextField/Field): Expose
id
prop (e5445e5b95771576648fb5e26705d421a2edb3a5
) -
Remove on:apply in favor of onApply (#482)