-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency cmdk to v1 #36
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cmdk-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
9 times, most recently
from
May 13, 2024 20:58
5c2fe33
to
c426576
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
3 times, most recently
from
June 10, 2024 18:54
ccb40fe
to
307300f
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
from
June 17, 2024 16:32
307300f
to
1b0fa4d
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
from
June 24, 2024 17:44
1b0fa4d
to
3c3e5db
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
4 times, most recently
from
July 8, 2024 07:53
79fdaa7
to
b835c82
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
2 times, most recently
from
July 22, 2024 05:59
309e258
to
dbdfd4c
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
2 times, most recently
from
August 10, 2024 00:39
b939c83
to
d2931a2
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
2 times, most recently
from
August 26, 2024 07:14
cde7393
to
2fc4073
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
from
August 26, 2024 09:53
2fc4073
to
c27b0f4
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
2 times, most recently
from
September 9, 2024 07:30
29d586c
to
19aaee3
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
2 times, most recently
from
September 23, 2024 04:02
88f4370
to
a095f0d
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
from
September 30, 2024 03:31
a095f0d
to
99e0c76
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
3 times, most recently
from
October 7, 2024 04:23
3410f06
to
31eebbf
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
2 times, most recently
from
October 14, 2024 09:08
56e30c6
to
5156427
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
from
October 21, 2024 09:56
5156427
to
5cebab0
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
from
November 4, 2024 03:49
5cebab0
to
cc74fa7
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
from
November 11, 2024 06:30
cc74fa7
to
c85cd37
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
from
November 18, 2024 10:06
c85cd37
to
6671f37
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
from
December 2, 2024 04:41
6671f37
to
eec9fc9
Compare
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
from
December 9, 2024 05:35
eec9fc9
to
b7af000
Compare
|
renovate
bot
force-pushed
the
renovate/cmdk-1.x
branch
from
December 23, 2024 10:12
b7af000
to
79bdffe
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0
Release Notes
pacocoursey/cmdk (cmdk)
v1.0.4
Compare Source
What's Changed
New Contributors
Full Changelog: pacocoursey/cmdk@v1.0.3...v1.0.4
v1.0.3
Compare Source
use-sync-external-store
shim for compatibility with Next.js 15 and React 19 RCv1.0.2
Compare Source
use-sync-external-store
shim to support Next.js 15 and React 19 RCFull Changelog: pacocoursey/cmdk@v1.0.1...v1.0.2
v1.0.1
Compare Source
What's Changed
New Contributors
Full Changelog: pacocoursey/cmdk@v1.0.0...v1.0.1
v1.0.0
Compare 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]
.value
is now case sensitive3dae25d
The
value
prop you pass toCommand.Item
and receive inonSelect
is now case sensitive. But while the value is no longer lowercased, it is still trimmed.Command.List
is now required (CommandList
in shadcn)54aa261
Rendering the
Command.List
part (CommandList
if using shadcn) is now mandatory. Otherwise, you should expect to see an error like this:The fix:
Update
[aria-disabled]
and[aria-selected]
CSS selectorsc57e6b7
The
aria-disabled
andaria-selected
props 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.List
in a portal in54aa261
Command.Empty
not appearing on first render inbe4388e
disablePointerSelection
prop toCommand
to disable item selection via pointer, like Raycast by @joaom00 in https://github.com/pacocoursey/cmdk/pull/116forceMount
by @joaom00 in https://github.com/pacocoursey/cmdk/pull/143@radix-ui/react-dialog
version by @wmcheung in https://github.com/pacocoursey/cmdk/pull/194keywords
prop to theCommand.Item
component by @itaikeren in https://github.com/pacocoursey/cmdk/pull/158asChild
prop to all component parts by @joaom00 in https://github.com/pacocoursey/cmdk/pull/138New Contributors
Full Changelog: pacocoursey/cmdk@v0.2.1...v1.0.0
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.