8000 Tags · steveoni/kbar · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: steveoni/kbar

Tags

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 (timc1#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: timc1#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 (timc1#222)

* chore(dependencies): add React v18 support

* chore(dependencies): add React v18 support

v0.1.0-beta.35

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

v0.1.0-beta.33

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: priority (timc1#190)

* feat: priority

* chore: helpers

* cleanup

* command score & finer fuzzy search

* cleanup

* tests

* cleanup

* move tests to root

* ci run test

* docs

v0.1.0-beta.32

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for passi
3D9E
ng through `onKeyDown` in KBarSearch component (

…timc1#189)

* Added support for passing through `onKeyDown` in KBarSearch component

* Move `props` spreading
0