Kbar Versions Save

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

v0.1.0-beta.35

1 year 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)

v0.1.0-beta.34

2 years ago

Bug fixes

v0.1.0-beta.33

2 years ago

Enhancements

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

Screen Shot 2022-03-27 at 6 08 51 PM

Bug fixes

  • Replaced usage of mouse/touch events with pointer #193

v0.1.0-beta.32

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!

v0.1.0-beta.31

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

v0.1.0-beta.30

2 years ago

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

v0.1.0-beta.29

2 years ago

Enhancements

  • Added the ability for developers to remap cmd+k to alternative key patterns.

v0.1.0-beta.28

2 years ago

Enhancements

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

Bug fixes

v0.1.0-beta.27

2 years ago

Enhancements

Thanks @Merlin04 for the contributions!

v0.1.0-beta.26

2 years ago

Bug fixes