Skip to content

Releases: timc1/kbar

v0.1.0-beta.35

26 May 10:20
Compare
Choose a tag to compare

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

21 Apr 20:26
Compare
Choose a tag to compare

Bug fixes

  • Type fixes for React 18 (4ab070d)
  • Fixed an issue where currentRootActionId could be undefined in cases where the root action was removed dynamically (6acbc2a)

v0.1.0-beta.33: feat: priority (#190)

27 Mar 22:12
b4666e0
Compare
Choose a tag to compare

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

23 Mar 23:21
e9f877e
Compare
Choose a tag to compare

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

18 Mar 22:34
Compare
Choose a tag to compare

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.29

10 Mar 21:01
Compare
Choose a tag to compare

Enhancements

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

v0.1.0-beta.30

11 Mar 01:14
Compare
Choose a tag to compare

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

v0.1.0-beta.28

23 Feb 18:23
Compare
Choose a tag to compare

Enhancements

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

Bug fixes

  • Fixes an issue where scrollable content displayed their scrollbars when kbar is opened (0f84f34)

v0.1.0-beta.27

18 Jan 19:38
Compare
Choose a tag to compare

Enhancements

  • Refs are now passed to KBarPositioner (#159)
  • Added the ability to disable implicit document lock (#160)
  • Added mod key discrepancies to cmd references (9dd99ec)

Thanks @Merlin04 for the contributions!

v0.1.0-beta.26

16 Jan 01:38
Compare
Choose a tag to compare

Bug fixes

  • Fixes an issue where native ctrl+k behavior on macOS was overridden by kbar toggling (#156)