kbar

fast, portable, and extensible cmd+k interface for your site

MIT License

Downloads
272.6K
Stars
4.8K
Committers
34

Bot releases are hidden (Show)

kbar - Latest Release

Published by timc1 10 months ago

Enhancements

  • Support longer query strings via fuse.js (#350)
kbar -

Published by timc1 11 months ago

kbar - v0.1.0-beta.43

Published by timc1 about 1 year ago

Enhancements

  • Improvements to Fuse type safety + memoization (#329)
kbar - v0.1.0-beta.42

Published by timc1 about 1 year ago

Enhancements

  • Improvements to search speed, replacing command-score with Fuse ⚡ (#325)
kbar -

Published by timc1 over 1 year ago

Enhancements

  • Introduce API to enable/disable kbar at runtime (#324)

Bug fixes

  • Suppress kbar in elements with plaintext-only contenteditable. (#322)
kbar - v0.1.0-beta.40

Published by timc1 over 1 year ago

kbar - v0.1.0-beta.39

Published by timc1 almost 2 years ago

Bug fixes

kbar -

Published by timc1 almost 2 years ago

Bug fixes

  • Fixed an issue where kbar would capture focus from external autofocus'ed inputs on first mount (#254)
kbar -

Published by timc1 almost 2 years ago

Bug fixes

  • Fixed an issue where shortcuts were called when kbar is opened. See more (#251)
kbar -

Published by timc1 over 2 years ago

Fixes

  • Fix React 18 dependency warnings (#222)
  • Specify types location for import checkers (#223)
kbar -

Published by timc1 over 2 years ago

Bug fixes

  • Fixed an issue where tinykeys would fire all handlers for every key sequence that is matched; ie shortcuts registered with [g, d] and [g] will both be called if a user presses g and d sequentially. In this case, we only want the [g, d] shortcut to be called. (#203)
kbar -

Published by timc1 over 2 years ago

Bug fixes

kbar -

Published by timc1 over 2 years ago

Enhancements

Priority support is here! Developers can now control the order in which each action and their respective sections display. #190

Bug fixes

  • Replaced usage of mouse/touch events with pointer #193
kbar - v0.1.0-beta.32

Published by timc1 over 2 years ago

Enhancements

  • Added support for an onKeyDown callback within KBarSearch. Additionally, fixed an issue where external props (onChange, placeholder, etc.) overrode KBarSearch's internal implementation (#189) Thanks @schickling!
kbar -

Published by timc1 over 2 years ago

Enhancements

  • Customize how you want to toggle your command bar – by default kbar toggles using Cmdk, now pass a pattern to options.toggleShortcut to create a more fine tuned experience for your site. #185
kbar -

Published by timc1 over 2 years ago

Override 0.1.0-beta.29 as we find an alternative approach to tinykeys.

kbar -

Published by timc1 over 2 years ago

Enhancements

  • Added the ability for developers to remap cmd+k to alternative key patterns.
kbar - v0.1.0-beta.28

Published by timc1 over 2 years ago

Enhancements

  • Added support for rendering kbar within a shadow dom (#173)

Bug fixes

kbar -

Published by timc1 almost 3 years ago

Enhancements

Thanks @Merlin04 for the contributions!

kbar -

Published by timc1 almost 3 years ago

Bug fixes