Releases: techniq/svelte-ux
[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)
[email protected]
Patch Changes
- Update dependencies (
1ae554b5a8211057484a9b8e95cc788f331baee8
)
[email protected]
Patch Changes
-
fix(TextField/Field): Expose
id
prop (e5445e5b95771576648fb5e26705d421a2edb3a5
) -
Remove on:apply in favor of onApply (#482)
[email protected]
Patch Changes
- Dispatch
apply
event when applying from MultiSelect (#479)
[email protected]
Patch Changes
- Dispatch
apply
event when applying from MultiSelect (#476)
[email protected]
[email protected]
Patch Changes
- Replace
open
property onclose
event with separateclose
andcloseAttempt
events in Dialogs and Drawers (#468)