Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 27 Jan 05:23
· 69 commits to main since this release

Mobile Support πŸ“±

This release adds comprehensive mobile/touch device support:

  • Responsive modals – Full-screen on small viewports with proper touch targets
  • Back button/swipe closes modals – Native mobile UX via centralized history management
  • Omnibar on mobile – Tap the ⌘K badge or floating search button to open
  • LookupModal keyboard support – Browse shortcuts using the virtual keyboard
  • Floating Action Button (FAB) – Always visible on touch devices for quick access

Try the demos on your phone β†’

New Features

  • protected flag – Prevent users from removing essential bindings (docs)
  • Recent actions – Track and display recently executed actions (persisted to localStorage)
  • SearchTrigger component – Integrate search into existing UI (e.g., navbar search icons)
  • Number-aware search – Omnibar supports inline parameter entry for actions with digit placeholders

Bug Fixes

  • Fix modal switching from omnibar (e.g., "Show shortcuts" action now works)
  • Fix cursor position in LookupModal to appear after typed keys
  • Fix groups prop to rename all groups, not just prefix-derived ones

Documentation

Full Changelog: v0.7.0...v0.8.0