Kbar Versions Save

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

v0.1.0-beta.15

2 years ago

Enhancements

  • We're back at our original API, with KBarResults by default virtualized. 100k results? No problem 💯

v0.1.0-beta.14

2 years ago

Bug fixes

  • Fixed an issue with shortcuts registered with shift
  • Removed UI jump when scrollbar comes in and out of view
  • Removed active state wrapping

v0.1.0-beta.12

2 years ago
  • Export useMatches

v0.1.0-beta.10

2 years ago

Bug fixes

  • Clear search query on unmount

v0.1.0-beta.9

2 years ago

Enhancements

v0.1.0-beta.8

2 years ago

Bug fixes

v0.1.0-beta.7

2 years ago

Improvements

Bug fixes

Thanks @tommoor for the contributions 💯

v0.1.0-beta.6

2 years ago

Improvements

  • External clicking to a nested action will now set focus back on the input
  • icon and subtitle are now part of the Action type – please see the example for usage.

Bug fixes

  • Fixed an issue calling perform on a nonexistent action

0.1.0-beta.5

2 years ago

Improvements

  • Some users had issues running kbar with our lib targeted at esnext. Now, kbar is a little more conservative, targeting es5.

0.1.0-beta.4

2 years ago

Improvements

We've reworked and improved the API to support all types of styling; classNames, inline styles, css-in-js. A few components have been moved around – please reference the updated Readme and documentation for usage.

  • Initial docs are now available – hit cmd/ctrl+k and search docs 📚
  • Keyboard shortcuts can be use immediately after one another without a delay; e.g. pressing h navigates to the home page, and immediately pressing g+d navigates to the docs.
  • A tiny bump animation is added when navigating between nested actions.