Skip to content

Releases: techniq/svelte-ux

svelte-ux@0.75.5

23 Nov 23:19
1f356f9
Compare
Choose a tag to compare

Patch Changes

  • fix(SelectField): Properly handle option selection with option slot defined using <svelte:fragment slot="option"> or <div slot="option"> (#512)

  • Update dependencies (29cc311)

  • feat(RangeField): Add change event (3c04e5e)

create-svelte-ux@0.6.7

23 Nov 23:19
1f356f9
Compare
Choose a tag to compare

Patch Changes

svelte-ux@0.75.4

03 Nov 03:33
e8df0a0
Compare
Choose a tag to compare

Patch Changes

  • fix(MultiSelect): Resolve infinite loop when using mode="immediate" and Svelte 5 (#508)

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