Skip to content

Releases: timc1/kbar

v0.1.0-beta.45: fix: allow matches on words far in the label

03 Jan 15:33
Compare
Choose a tag to compare

Enhancements

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

v0.1.0-beta.44

17 Nov 13:34
Compare
Choose a tag to compare

Bug fixes

  • Support for alternative language inputs (3e0de56)
  • Fix delayed performance with slower devices (3e0de56)
  • Prevent arrow up/down and enter keys from propagating (2d9d711)

v0.1.0-beta.43

16 Aug 19:37
Compare
Choose a tag to compare

Enhancements

  • Improvements to Fuse type safety + memoization (#329)

v0.1.0-beta.42

16 Aug 19:04
Compare
Choose a tag to compare

Enhancements

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

v0.1.0-beta.41

17 Jul 14:45
Compare
Choose a tag to compare

Enhancements

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

Bug fixes

  • Suppress kbar in elements with plaintext-only contenteditable. (#322)

v0.1.0-beta.40

30 Jan 22:33
Compare
Choose a tag to compare
chore: 0.1.0-beta.40

v0.1.0-beta.39

03 Dec 00:17
6721467
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue where hitting ESC to close kbar with a browser's fullscreen mode enabled exits fullscreen (#265)
  • Cleanup React 18 warnings (#257)

v0.1.0-beta.38

09 Nov 20:40
Compare
Choose a tag to compare

Bug fixes

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

v0.1.0-beta.37

06 Nov 22:47
Compare
Choose a tag to compare

Bug fixes

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

v0.1.0-beta.36: chore(dependencies): add React v18 support (#222)

17 Jun 21:23
ba8c1e3
Compare
Choose a tag to compare

Fixes

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