Skip to content

Releases: huntabyte/cmdk-sv

v0.0.18

15 Jul 23:51
c9e8931
Compare
Choose a tag to compare

Patch Changes

  • chore: Add Svelte 5 as a peer dependency (#88)

  • fix: select first value after search (#83)

  • fix: Removes self-closing non-void elements to fix Svelte 5 warnings (#84)

  • fix: Support meta key and home/end shortcuts (#78)

v0.0.17

28 Mar 17:07
75e7adf
Compare
Choose a tag to compare

Patch Changes

  • fix: remove leftover logs (#70)

v0.0.16

23 Mar 18:46
713ac80
Compare
Choose a tag to compare

Patch Changes

  • Fixed bug where page would crash when a large list was rendered (#55)

v0.0.15

04 Mar 16:43
46f4f19
Compare
Choose a tag to compare

Patch Changes

  • chore: Updated svelte-package to fix malformed package build (#64)

v0.0.14

03 Mar 22:41
845a225
Compare
Choose a tag to compare

Patch Changes

  • Expose keydown event from Input component (#57)

  • change moduleResolution to NodeNext (#62)

v0.0.13

12 Jan 00:35
96343df
Compare
Choose a tag to compare

Patch Changes

  • Fix type resolution and intellisense for most components (#46)

v0.0.12

20 Nov 02:37
bd71d0b
Compare
Choose a tag to compare

Patch Changes

  • feat: expose state slot prop for Command.Root (#38)

v0.0.11

19 Nov 17:36
71894a5
Compare
Choose a tag to compare

Patch Changes

  • fix: maintain original list order when clearing search value (#35)

v0.0.10

18 Nov 18:11
60f7088
Compare
Choose a tag to compare

Patch Changes

  • fix: move Command additional props to types file (#31)

v0.0.9

18 Nov 05:50
28fe1a7
Compare
Choose a tag to compare

Patch Changes

  • feat: export defaultFilter function (#29)