Skip to content

Releases: techniq/svelte-ux

[email protected]

25 Feb 13:22
eff6f1a
Compare
Choose a tag to compare

Patch Changes

  • fix(QuickSearch): Update svelte-actions with upstream autoFocus fix for Firefox/Safari timing issue (254970a)

  • fix(SelectField|MenuItem): Restore scrollIntoView for highlighted item due to reactivity regression. Resolves #553 (4aa6ea2)

[email protected]

18 Feb 15:57
a44ef7a
Compare
Choose a tag to compare

Patch Changes

  • fix: Update @layerstack/tailwind to fix hydration warnings when using SSR (cf5ee00)

[email protected]

13 Feb 16:44
ccd810e
Compare
Choose a tag to compare

Patch Changes

  • fix(TextField): Remove inputHolder.input object property setter workaround for Input/textarea bind:this type differences as solution to fix Vite dev server freezing (#549)

  • Update dependencies and remove unused (moved to layerstack packages) (94b9737)

[email protected]

07 Feb 19:18
73cc5fc
Compare
Choose a tag to compare

Patch Changes

  • Resolve bug causing negative counts in pagination when there are fewer items than the per page count (#541)

[email protected]

19 Jan 19:40
a8edb29
Compare
Choose a tag to compare

Minor Changes

  • breaking: Migrate to @layerstack/* packages (#489)

  • breaking: Replace tailwind plugin svelte-ux/plugins/tailwind.cjs with @layerstack/tailwind/plugin (#489)

[email protected]

15 Jan 22:20
cd9fed8
Compare
Choose a tag to compare

Patch Changes

  • Update dependencies (c9f7a27)

  • feat(TextField): Add bind:inputEl support when using multiline (textarea) (d51c505)

  • Bump dependencies (f55562d)

[email protected]

15 Jan 22:20
cd9fed8
Compare
Choose a tag to compare

Patch Changes

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