Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: timc1/kbar

v0.1.0-beta.48

31 Jul 02:23

Choose a tag to compare

Bug fixes

Fixes an issue where the active index resets when actions are registered async (2473c30)

v0.1.0-beta.47

29 Jul 01:12

Choose a tag to compare

Bug fixes

  • Fixes an issue where the active index resets when actions are registered async (2473c30)

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

03 Jan 15:33

Choose a tag to compare

Enhancements

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

v0.1.0-beta.44

17 Nov 13:34

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

Choose a tag to compare

Enhancements

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

v0.1.0-beta.42

16 Aug 19:04

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

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

Choose a tag to compare

chore: 0.1.0-beta.40

v0.1.0-beta.39

03 Dec 00:17
6721467

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

Choose a tag to compare

Bug fixes

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