Skip to content

Releases: techniq/svelte-ux

[email protected]

17 Dec 02:13
f28e263
Compare
Choose a tag to compare

Minor Changes

  • Allow custom styling of ThemeSwitch component (#525)

[email protected]

03 Dec 14:11
e1fc930
Compare
Choose a tag to compare

Minor Changes

  • feat(Selection): Add change event. Resolves #520 (ad00d1e)

[email protected]

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)

[email protected]

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

Patch Changes

[email protected]

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)

[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