Skip to content

Releases: techniq/svelte-ux

[email protected]

08 Oct 16:12
1790f3e
Compare
Choose a tag to compare

Patch Changes

[email protected]

06 Oct 14:03
371d4c4
Compare
Choose a tag to compare

Patch Changes

  • Fix form store updates when using zod schema (#494)

[email protected]

05 Oct 15:28
0b76e3c
Compare
Choose a tag to compare

Minor Changes

  • feat(Notification): Add variant (default, fill) and color (theme) props (#491)

  • feat(Notification): Simplify usage with title/description/icon/actions props (#491)

  • breaking(Notification): Rename variant to actionsPlacement (and repurpose variant) (#491)

Patch Changes

[email protected]

05 Oct 15:28
0b76e3c
Compare
Choose a tag to compare

Patch Changes

[email protected]

15 Sep 22:49
1e09cbb
Compare
Choose a tag to compare

Patch Changes

[email protected]

10 Sep 11:18
376f4f5
Compare
Choose a tag to compare

Patch Changes

  • Dispatch apply event when applying from MultiSelect (#479)

[email protected]

05 Sep 15:11
a960a7c
Compare
Choose a tag to compare

Patch Changes

  • Dispatch apply event when applying from MultiSelect (#476)

[email protected]

18 Aug 19:54
1c0a51c
Compare
Choose a tag to compare

Patch Changes

  • [DateField] Fix usage within

    (#470)

  • [DatePickerField] Add hidden input for use within (#470)

[email protected]

16 Aug 17:43
fdec934
Compare
Choose a tag to compare

Patch Changes

  • Replace open property on close event with separate close and closeAttempt events in Dialogs and Drawers (#468)

[email protected]

14 Aug 19:11
1bbacb9
Compare
Choose a tag to compare

Patch Changes

  • Refactor close method in Dialog and Drawer and expose as a slot prop across all props (#464)

  • Remove close-attempt on Dialog and Drawer (#464)

  • [intersection action] Use closest scrollable parent/ancestor for InterSectionObserver root or null to use viewport (#463)