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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
@clerk/clerk-js@5.0.0-beta.36
Minor Changes
Improved error handling for registration and retrieval of passkeys. (#3025) by @panteliselef
ClerkRuntimeError codes introduced:
passkey_not_supported
passkeys_pa_not_supported
passkey_invalid_rpID_or_domain
passkey_already_exists
passkey_operation_aborted
passkey_retrieval_cancelled
passkey_retrieval_failed
passkey_registration_cancelled
passkey_registration_failed
Example usage:
Make the user name on clickable, i.e. part of the button's trigger. (#2411) by @marcelscruz
This change inverts the positions of
cl-userButtonTrigger
andcl-userButtonBox
, the latter now being a child of the former.Consolidate
afterSignOutOneUrl
&afterSignOutAllUrl
toafterSignOutUrl
and drop usage of Dashboard settings in ClerkJS components. The Dashboard settings should only apply to the Account Portal application. (#2414) by @dimklMinor Changes
Remove MembershipRole. The type
MembershipRole
would always include the old role keysadmin
,basic_member
,guest_member
. (#2388) by @panteliselefIf developers still depend on them after the introduction of custom roles, the can provide them as their custom types for authorization.
Update
@clerk/clerk-js
and@clerk/clerk-react
to support the following examples: (#2412) by @dimklPatch Changes
Prevent submitting on enter in Organization Profile form when submit button is disabled. (#2400) by @panteliselef
Bug fix: Clear feedback of input field if
setError
is called with undefined. (#2399) by @panteliselefUpdated dependencies [
fe2607b6f
,2e4a43017
]:@clerk/localizations@2.0.0-beta.19
Minor Changes
Improved error handling for registration and retrieval of passkeys. (#3025) by @panteliselef
ClerkRuntimeError codes introduced:
passkey_not_supported
passkeys_pa_not_supported
passkey_invalid_rpID_or_domain
passkey_already_exists
passkey_operation_aborted
passkey_retrieval_cancelled
passkey_retrieval_failed
passkey_registration_cancelled
passkey_registration_failed
Example usage:
This helps with tree-shaking and will reduce your total bundle size in most cases.
You can continue to use the top-level
@clerk/localizations
import as this is a non-breaking change. You can gradually opt-in to this optimization.@clerk/types@4.0.0-beta.22
Minor Changes
Improved error handling for registration and retrieval of passkeys. (#3025) by @panteliselef
ClerkRuntimeError codes introduced:
passkey_not_supported
passkeys_pa_not_supported
passkey_invalid_rpID_or_domain
passkey_already_exists
passkey_operation_aborted
passkey_retrieval_cancelled
passkey_retrieval_failed
passkey_registration_cancelled
passkey_registration_failed
Example usage:
Update
@clerk/clerk-js
and@clerk/clerk-react
to support the following examples: (#2412) by @dimkl@clerk/chrome-extension@1.0.0-beta.36
Patch Changes
afec17953
]:@clerk/clerk-expo@1.0.0-beta.36
Patch Changes
afec17953
]:@clerk/fastify@1.0.0-beta.36
Patch Changes
afec17953
]:gatsby-plugin-clerk@5.0.0-beta.36
Patch Changes
@clerk/nextjs@5.0.0-beta.36
Patch Changes
Adds telemetry event to clerkMiddleware initialization, passes publishableKey to
createClerkClient()
internally. (#3042) by @BRKalowUpdated dependencies []:
@clerk/clerk-react@5.0.0-beta.32
Patch Changes
afec17953
]:@clerk/remix@4.0.0-beta.36
Patch Changes
@clerk/themes@2.0.0-beta.7
Patch Changes
afec17953
]: