Skip to content

Releases: techniq/svelte-ux

[email protected]

12 Aug 17:55
4e8d3e1
Compare
Choose a tag to compare

Patch Changes

  • fix(Dialog/Drawer): event propagation preventing outside click detection (#635)

  • fix(SelectField): keep menu open on reactive updates; close only on selection or outside click (#638)

  • docs(MultiSelect/MultiSelectField/MultiSelectMenu): Enhanced demo examples with functional item creation dialogs (#635)

  • docs(NumberStepper): demo example with prefix/suffix slot (#635)

  • docs(SelectField): demo filtering logic and form handling (#635)

  • fix(SelectField): focus management when used within dialogs (#635)

[email protected]

09 Aug 19:33
1bba3f6
Compare
Choose a tag to compare

Patch Changes

  • Fixed (Drawer/Dialog) open/close events firing on mount and unrelated updates. Now events are emitted only on actual state transitions by tracking the previous open value, preventing unintended closes and focus jumps. (#632)
    Added (beforeOptions/afterOptions) slots to the (SelectField, MultiSelect, MultiSelectField, MultiSelectMenu) components.
    Updated docs examples (beforeOptions/afterOptions).

[email protected]

09 Aug 19:44
ca33a56
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • feat(SelectField|MultiSelect|MultiSelectField|MultiSelectMenu): Added (beforeOptions/afterOptions) slots. (#571)

  • fix(Drawer/Dialog): open/close events firing on mount and unrelated updates. Now events are emitted only on actual state transitions by tracking the previous open value, preventing unintended closes and focus jumps. (#632) (#571)

[email protected]

05 Aug 18:21
012d2ca
Compare
Choose a tag to compare

Patch Changes

  • feat(NumberStepper): Add slots to passthrough prefix and suffix to the NumberStepper component (#629)

[email protected]

02 Aug 17:24
5053f64
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Update deps (#571)

  • Fix(TableOfContent): No known conditions for "./elements" specifier in "svelte" package (#571)

[email protected]

30 Jul 16:58
65f1456
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix(Icon): Restore adding inline-block by default (#571)

[email protected]

30 Jul 16:15
16f5e0a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: Replace use of unplugin-icons ~icon/ imports with @lucide/svelte package for default icons to remove Vite configuration. Fixes #618 (#625)

[email protected]

23 Jul 19:31
0fd14bc
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Update dependencies (#622)

[email protected]

08 Jul 13:39
69bc282
Compare
Choose a tag to compare
[email protected] Pre-release
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)

[email protected]

23 Jun 18:57
23dfd88
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

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