Skip to content

Releases: techniq/svelte-ux

svelte-ux@0.75.3

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)

svelte-ux@0.75.2

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)

create-svelte-ux@0.6.6

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

Patch Changes

svelte-ux@0.75.1

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

Patch Changes

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

svelte-ux@0.75.0

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

create-svelte-ux@0.6.5

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

svelte-ux@0.74.9

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

Patch Changes

svelte-ux@0.74.8

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

Patch Changes

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

svelte-ux@0.74.7

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

Patch Changes

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

svelte-ux@0.74.6

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)