Releases: timc1/kbar
Releases · timc1/kbar
v0.1.0-beta.35
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 pressesg
andd
sequentially. In this case, we only want the[g, d]
shortcut to be called. (#203)
v0.1.0-beta.34
v0.1.0-beta.33: feat: priority (#190)
v0.1.0-beta.32
Enhancements
- Added support for an
onKeyDown
callback withinKBarSearch
. Additionally, fixed an issue where external props (onChange
,placeholder
, etc.) overrodeKBarSearch
's internal implementation (#189) Thanks @schickling!
v0.1.0-beta.31
Enhancements
- Customize how you want to toggle your command bar – by default
kbar
toggles using Cmdk, now pass a pattern tooptions.toggleShortcut
to create a more fine tuned experience for your site. #185
v0.1.0-beta.29
Enhancements
- Added the ability for developers to remap cmd+k to alternative key patterns.
v0.1.0-beta.30
Override 0.1.0-beta.29
as we find an alternative approach to tinykeys
.
v0.1.0-beta.28
v0.1.0-beta.27
v0.1.0-beta.26
Bug fixes
- Fixes an issue where native ctrl+k behavior on macOS was overridden by kbar toggling (#156)