Skip to content

Tags: timc1/kbar

Tags

v0.1.0-beta.45

Toggle v0.1.0-beta.45's commit message
fix: allow matches on words far in the label

The current settings passed to fuse.js, make it unable to match something appearing very far in the label. In other words, if the label is made of 10 words and the query of the user aim to select on the 10th word, you'll never get the item.

With this PR I suggest to relax this constraint by asking fuse.js to ignore the location when performing its searches.

It should fixes the issue #337.

v0.1.0-beta.43

Toggle v0.1.0-beta.43's commit message
chore: 0.1.0-beta.43

v0.1.0-beta.42

Toggle v0.1.0-beta.42's commit message
chore: 0.1.0-beta.42

v0.1.0-beta.41

Toggle v0.1.0-beta.41's commit message
chore: 0.1.0-beta.41

v0.1.0-beta.40

Toggle v0.1.0-beta.40's commit message
chore: 0.1.0-beta.40

v0.1.0-beta.39

Toggle v0.1.0-beta.39's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: prevent the escape key from minimizing Safari (#265)

* fix: prevent the escape key from minimizing Safari

Safari uses the escape key as a shortcut for exiting full screen.
Stopping propagation is _not_ enough to prevent this behaviour. Use
`preventDefault` instead of `stopPropagation` to avoid messing with the
users' browser experience.

Closes: #264

* fix: stop propagation in addition to preventing default

v0.1.0-beta.38

Toggle v0.1.0-beta.38's commit message
chore: 0.1.0-beta.38

v0.1.0-beta.37

Toggle v0.1.0-beta.37's commit message
chore: 0.1.0-beta.37

v0.1.0-beta.36

Toggle v0.1.0-beta.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): add React v18 support (#222)

* chore(dependencies): add React v18 support

* chore(dependencies): add React v18 support