Skip to content

Releases: techniq/svelte-ux

svelte-ux@1.0.6

16 May 11:41
a39b1dd

Choose a tag to compare

Patch Changes

  • fix(MultiSelect): Fix reactivity scope for filteredSelectedOptions and filteredUnselectedOptions. Issue #594 (#595)

svelte-ux@1.0.5

14 May 15:22
e09b1e2

Choose a tag to compare

Patch Changes

  • fix(Card): Support passing classes from settings() to underlying header, content, and actions components (#590)

svelte-ux@2.0.0-next.4

01 Apr 19:48
8038b09

Choose a tag to compare

Pre-release

Patch Changes

  • fix(Menu): Support bind:open (underlying Popover) (#584)

  • feat(DateRangeField): Add quickPresets support (#584)

  • fix(DateRange): Fix selection gradient (#584)

svelte-ux@2.0.0-next.3

19 Mar 12:49
f4494f8

Choose a tag to compare

Pre-release

Patch Changes

  • fix(SelectField|MultiSelect): Unify and enhance search functionality, enabling new custom search capability in MultiSelect.

svelte-ux@1.0.4

18 Mar 12:47
4d296db

Choose a tag to compare

Patch Changes

  • fix(SelectField|MultiSelect): Unify and enhance search functionality, enabling new custom search capability in MultiSelect.

svelte-ux@2.0.0-next.2

13 Mar 19:05
f382819

Choose a tag to compare

Pre-release

Patch Changes

  • Switch from @tailwindcss/postcss to @tailwindcss/vite. Update all non-major packages

svelte-ux@2.0.0-next.1

11 Mar 15:37
ec98303

Choose a tag to compare

Pre-release

Patch Changes

  • fix: Use next releases for all @layerstack/* packages (#571)

  • docs: Update @layerstack/tailwind to 2.0.0-next.1, fixing styling of tailwind typography when deployed (#571)

svelte-ux@2.0.0-next.0

11 Mar 02:27
f18da8b

Choose a tag to compare

Pre-release

Major Changes

  • Tailwind 4 support (#571)

Patch Changes

  • fix(Progress): Fix TypeError: Failed to set the 'value' property on 'HTMLProgressElement': The provided double value is non-finite. (6c2efa2)

svelte-ux@1.0.3

10 Mar 19:57

Choose a tag to compare

Patch Changes

  • fix(Progress): Fix TypeError: Failed to set the 'value' property on 'HTMLProgressElement': The provided double value is non-finite. (6c2efa2)

svelte-ux@1.0.2

06 Mar 19:21
bc3efaa

Choose a tag to compare

Patch Changes

  • fix: Update @layerstack/svelte-stores with improved themeStore when not using settings() context