Skip to content

Releases: techniq/svelte-ux

[email protected]

20 Oct 04:42
c82d26c
Compare
Choose a tag to compare

Patch Changes

  • fix(Drawer|Dialog): No longer stop mouseup event propgation, which fixes closing Menu by clicking outside (within Dialog/Drawer) (#499)

[email protected]

20 Oct 01:39
2f69665
Compare
Choose a tag to compare

Patch Changes

  • docs: Use Svelte 5 (#436)

  • fix(TableOfContents): Fix ssr support (#436)

  • fix(AppLayout): Fix SSR drawer layout on mobile. Resolves #22 (#436)

  • fix(SelectField): Fix Svelte 5 SSR compatibility (#436)

[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)