Update dependency cmdk to v1 #39
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.2.0->^1.0.0Release Notes
pacocoursey/cmdk (cmdk)
v1.1.1Compare Source
What's Changed
New Contributors
Full Changelog: dip/cmdk@v1.1.0...v1.1.1
v1.1.0Compare Source
What's Changed
@radix-ui/react-compose-refsto merge refs, save on bundle sizeuseSyncExternalStoreand remove shim. Note that React 18 has always been a required peerDependency ofcmdkNew Contributors
Full Changelog: dip/cmdk@v1.0.4...v1.1.0
v1.0.4Compare Source
What's Changed
New Contributors
Full Changelog: dip/cmdk@v1.0.3...v1.0.4
v1.0.3Compare Source
use-sync-external-storeshim for compatibility with Next.js 15 and React 19 RCv1.0.2Compare Source
v1.0.1Compare Source
What's Changed
New Contributors
Full Changelog: dip/cmdk@v1.0.0...v1.0.1
v1.0.0Compare Source
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
[email protected].valueis now case sensitive3dae25dThe
valueprop you pass toCommand.Itemand receive inonSelectis now case sensitive. But while the value is no longer lowercased, it is still trimmed.Command.Listis now required (CommandListin shadcn)54aa261Rendering the
Command.Listpart (CommandListif using shadcn) is now mandatory. Otherwise, you should expect to see an error like this:The fix:
Update
[aria-disabled]and[aria-selected]CSS selectorsc57e6b7The
aria-disabledandaria-selectedprops will now be set tofalse, instead of beingundefined. If you previously used CSS selectors based on attribute presence, you will now need to use the attribute value.What's Changed
Command.Listin a portal in54aa261Command.Emptynot appearing on first render inbe4388edisablePointerSelectionprop toCommandto disable item selection via pointer, like Raycast by @joaom00 in #116forceMountby @joaom00 in #143@radix-ui/react-dialogversion by @wmcheung in #194keywordsprop to theCommand.Itemcomponent by @itaikeren in #158asChildprop to all component parts by @joaom00 in #138New Contributors
Full Changelog: dip/cmdk@v0.2.1...v1.0.0
v0.2.1Compare Source
Been a while—this is a hefty release. Sorry for the delay.
What's New
<Command />by @revogabe in #123forceMountprop to<Command.Item />and<Command.Group />by @MildTomato in #101overlayClassNameandcontentClassNameprops to<Command.Dialog />: by @joaom00 in #114data-disabledto<Command.Item />by @joaom00 in #122aria-activedescendantin<Command.Input />by @joaom00 in #108offsetHeightto calculate list height by @joaom00 in #121What's Fixed
<Command.Loading />to indicate it spreads onto adivelement by @0xcadams in #154Docs
Internal
New Contributors
Full Changelog: dip/cmdk@v0.2.0...v0.2.1
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.