Skip to content

Releases: rohitpotato/svelte-command-palette

v2.0.2

04 Jan 01:06

Choose a tag to compare

  • Remove CommandPalette and related components from the project (910d964)
  • Add lucide-svelte dependency and enhance README with custom icon usage examples (def25e1)
  • Update README to include breaking changes and new features for v2.0 of the Command Palette (ad9c2a8)
  • Update demo GIF link in README for improved visibility (815ad40)
  • Update package dependencies and add new modules (51a75c6)
  • Add Command Palette and supporting components with TypeScript definitions (01c27cc)

Svelte 5 support with version 2.0

04 Jan 00:03

Choose a tag to compare

What's New in v2.0

  • Svelte 5 Support - Fully migrated to Svelte 5 with runes ($props, $state, $effect, $derived)
  • Customizable Trigger Shortcut - Change the default $mod+k to any shortcut
  • Component Callbacks - onOpen, onClose, onActionSelect props
  • Action Icons - Add icons to your actions
  • Action Grouping - Group related actions together
  • Custom Empty State - Provide a custom snippet for empty results
  • Focus Trap - Keyboard focus stays within the palette
  • Improved Accessibility - Better ARIA attributes and keyboard handling
  • Type Exports - Export action type for TypeScript users

v1.2.1

24 Oct 21:10

Choose a tag to compare

  • bug fix (d166083)
  • small fix (7caebe0)
  • Bug Fixed: Not selecting second option as first arrow down No execution action on enter key when no action is selected Resestting active command after palette is closed (2cd5ae1)

v1.2.0

31 Aug 14:03

Choose a tag to compare

  • Merge pull request #15 from rohitpotato/rohitkashyap/add-theming-support (d09b60d)
  • Added store methods API Updated Readme Updated Docs (2314e43)
  • Updated Readme (3c5e6a2)
  • demo site change (364d691)
  • Added dark mode as default (851026c)
  • Added dark mode to docs Refactor (4c81624)
  • Added theme store with reactive context (0f056c1)
  • Added theming support (5b92f54)

v1.1.7

23 Aug 08:22

Choose a tag to compare

  • Merge pull request #14 from rohitpotato/rohitkashyap/add-mit-license (8fbbb7c)
  • Create LICENSE (aea2d4d)

v1.1.6

24 Jul 18:02

Choose a tag to compare

  • Merge pull request #8 from raghavkanwal/main (9ffdbc3)
  • Update CommandPalette.svelte (4b0652e)
  • Change height to support single or double options (467f23b)

v1.1.4

16 Jul 11:45

Choose a tag to compare

  • Merge pull request #5 from jercle/fixReadmeSyntax (836e6e1)
  • Merge pull request #3 from Gilgahex/patch-1 (3288569)
  • 📝 Fix syntax errors in readme (651a42d)
  • Update README.md (6a5ccf4)

v1.1.3

15 Jul 12:25

Choose a tag to compare

  • Prevent default behaviour on palette toggle - fix for windows (94783f9)
  • bug fix (9ca7b4e)

v1.1.0

11 Jul 06:47

Choose a tag to compare

  • Added readme and script (3ce5c84)
  • Added svelte-command-palette package to website (e29aa13)
  • Craft v1.0.0 release (46aa25e)
  • reverted version change (9385af8)
  • changed package name in package.json (dd84510)

v1.0.0

10 Jul 21:27

Choose a tag to compare

  • reverted version change (9385af8)
  • changed package name in package.json (dd84510)