This is a major version release as it contains breaking changes.
Breaking Changes
You will need to update your code to account for these changes before upgrading to cmdk@1.0.0.
value is now case sensitive 3dae25da8ca8448ea5b101a50f5d5987fe27679c
The value prop you pass to Command.Item and receive in onSelect is now case sensitive. But while the value is no longer lowercased, it is still trimmed.
Command.List is now required (CommandList in shadcn) 54aa2617a80ce897dedfaea65a24cc439cd3c03f
Rendering the Command.List part (CommandList if using shadcn) is now mandatory. Otherwise, you should expect to see an error like this:
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps cmdk from 0.2.1 to 1.0.3.
Release notes
Sourced from cmdk's releases.
... (truncated)
Commits
c5470e3
bring back use-sync-external-store shim5b4f24d
v1.0.21d83da4
v1.0.2-beta.00b290ce
remove use-sync-external-store shimeab8e0f
v1.0.15d9d6e3
fix(context): read disablePointerSelection from propsRef (#314)0bd1fe2
fix: useSyncExternalStore backward compatibility (#296)660e1f3
Upgrade@radix-ui/react-id
(#297)06e9cb6
feat: allow react v19 as peer dep (#318)92344c5
Relax dependencies on Radix-UI to SemVer MAJOR releases (#278)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show