Skip to content

Releases: techniq/svelte-ux

svelte-ux@2.0.0-next.15

23 Jul 19:31
0fd14bc

Choose a tag to compare

Pre-release

Patch Changes

  • Update dependencies (#622)

svelte-ux@2.0.0-next.14

08 Jul 13:39
69bc282

Choose a tag to compare

Pre-release

Minor Changes

  • feat: Setup default icons on settings() for easy overriding. Change default to lucide (from mdi) (#616)

  • feat: Support component icons (Unplugin icons, etc) (#616)

svelte-ux@2.0.0-next.13

23 Jun 18:57
23dfd88

Choose a tag to compare

Pre-release

Patch Changes

  • fix(TableOfContents): Fix classes and props types (#571)

svelte-ux@2.0.0-next.12

23 Jun 18:46
9b3a55d

Choose a tag to compare

Pre-release

Patch Changes

  • feat(TableOfContents): Simplify base styling and provide greater control via classes, props, itemIndent and linkIndent props and link slot. (#571)

  • feat(TreeList): Support passing props to underlying ul/li elements. Add data-level attribute to li for CSS targeting (#571)

svelte-ux@2.0.0-next.9

13 Jun 16:30
d94dd60

Choose a tag to compare

Pre-release

Patch Changes

  • fix: Move culori and @fortawesome/fontawesome-common-types to devDependenies (#571)

svelte-ux@2.0.0-next.11

13 Jun 17:25
854ee84

Choose a tag to compare

Pre-release

Patch Changes

  • chore: Update @layerstack/tailwind with better theme generation and runtime separation (#571)

svelte-ux@2.0.0-next.10

13 Jun 16:40
d27840c

Choose a tag to compare

Pre-release

Patch Changes

  • chore: Update deps (#571)

svelte-ux@2.0.0-next.8

10 Jun 20:46
48cf8db

Choose a tag to compare

Pre-release

Patch Changes

  • fix(NavItem): Apply active classes after base classes (#571)

  • refactor: Replace date-fns usage with new @layerstack/utils date utils (based on d3-time) to reduce bundle size (#602)

svelte-ux@2.0.0-next.7

30 May 16:57
a8dde9b

Choose a tag to compare

Pre-release

Patch Changes

  • fix(Drawer): Fix display of action buttons (#571)

svelte-ux@2.0.0-next.6

30 May 04:03
8cff0d7

Choose a tag to compare

Pre-release

Patch Changes

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

  • fix: Update deps including @layerstack/utils with improved format (#571)

  • fix(DateRangeField): Include year when displaying month selection (#571)