Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pacocoursey/cmdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.19
Choose a base ref
...
head repository: pacocoursey/cmdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.21
Choose a head ref
  • 10 commits
  • 9 files changed
  • 8 contributors

Commits on Aug 18, 2022

  1. prune: yarn.lock; docs(website): pnpm; chore: enforce pnpm (#39)

    * prune: 🔥 yarn.lock; docs: 📝 pnpm (localized)
    
    Addition to #18
    - Contributors are requested to use `pnpm`
    
    * chore: enforce pnpm at top-level
    JeromeFitz authored Aug 18, 2022
    1 Configuration menu
    Copy the full SHA
    8477246 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Update hook name in README (#41)

    The hook name in readme is apparently wrong.
    caumeira authored Aug 21, 2022
    1 Configuration menu
    Copy the full SHA
    3760c39 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. remove dollar sign from code snippet (#44)

    prevents invalid code getting into clipboard when using Github's native "copy code" button
    kuldar authored Aug 30, 2022
    1 Configuration menu
    Copy the full SHA
    9fae175 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. fix(keybinds): last fn respects disabled items (#47)

    * fix(keybinding): Meta+ArrowDown respects disabled items
    
    * chore(keybinds): update test
    
    * revert id change
    
    * chore: update test
    
    * remove .only
    
    Co-authored-by: Paco <34928425+pacocoursey@users.noreply.github.com>
    thiskevinwang and pacocoursey authored Sep 5, 2022
    1 Configuration menu
    Copy the full SHA
    eb0947f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. fix: Upgrade radix-ui/react-dialog to v1 (#48)

    upgrade radix-ui/react-dialog
    pacocoursey authored Sep 6, 2022
    1 Configuration menu
    Copy the full SHA
    e1d4d66 View commit details
    Browse the repository at this point in the history
  2. v0.1.20

    pacocoursey committed Sep 6, 2022
    1 Configuration menu
    Copy the full SHA
    15b0c3d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. arrow keys wrap around (#57)

    * arrow keys wrap around
    
    * make wraparound dependent on loop prop
    
    * document loop prop
    
    * prettier formatting
    Kilian authored Nov 16, 2022
    1 Configuration menu
    Copy the full SHA
    994dea6 View commit details
    Browse the repository at this point in the history
  2. Allow setting a container for Radix.Portal (#58)

    * Allow setting container to Radix Portal
    
    * add documentation for container prop
    
    * Add note explaining container prop
    
    * Replace `querySelector` in example with useRef
    
    * prettier formatting
    
    * fix up jsdoc
    
    Co-authored-by: Paco <34928425+pacocoursey@users.noreply.github.com>
    Kilian and pacocoursey authored Nov 16, 2022
    1 Configuration menu
    Copy the full SHA
    d7905f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. 1 Configuration menu
    Copy the full SHA
    605ae13 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. 1 Configuration menu
    Copy the full SHA
    6ad8a86 View commit details
    Browse the repository at this point in the history
Loading