Drop maxAgeMinutes from __experimental_startVerification. (#4338) by @panteliselef
Drop types __experimental_SessionVerificationConfig and __experimental_SessionVerificationMaxAgeMinutes.
The "Restricted access" screen has been improved for visual consistency and the ability to contact support. The displayed texts have been made more clear and the sign-in button has been moved to the bottom. (#4335) by @nikospapcom
Add experimental standalone mode for <UserButton /> and <OrganizationSwitcher />. (#4042) by @panteliselef
When __experimental_asStandalone: true the component will not render its trigger, and instead it will render only the contents of the popover in place.
APIs that changed:
(For internal usage) Added __experimental_prefetchOrganizationSwitcher as a way to mount an internal component that will render the useOrganizationList() hook and prefetch the necessary data for the popover of <OrganizationSwitcher />. This enhances the UX since no loading state will be visible and keeps CLS to the minimum.
New property for mountOrganizationSwitcher(node, { __experimental_asStandalone: true })
New property for mountUserButton(node, { __experimental_asStandalone: true })
Use EIP-4361 message spec for Web3 wallets sign in signature requests (#4334) by @chanioxaris
Drop maxAgeMinutes from __experimental_startVerification. (#4338) by @panteliselef
Drop types __experimental_SessionVerificationConfig and __experimental_SessionVerificationMaxAgeMinutes.
The "Restricted access" screen has been improved for visual consistency and the ability to contact support. The displayed texts have been made more clear and the sign-in button has been moved to the bottom. (#4335) by @nikospapcom
Add experimental standalone mode for <UserButton /> and <OrganizationSwitcher />. (#4042) by @panteliselef
When __experimental_asStandalone: true the component will not render its trigger, and instead it will render only the contents of the popover in place.
APIs that changed:
(For internal usage) Added __experimental_prefetchOrganizationSwitcher as a way to mount an internal component that will render the useOrganizationList() hook and prefetch the necessary data for the popover of <OrganizationSwitcher />. This enhances the UX since no loading state will be visible and keeps CLS to the minimum.
New property for mountOrganizationSwitcher(node, { __experimental_asStandalone: true })
New property for mountUserButton(node, { __experimental_asStandalone: true })
Use EIP-4361 message spec for Web3 wallets sign in signature requests (#4334) by @chanioxaris
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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the clerk-dependencies group with 3 updates: @clerk/backend, @clerk/shared and @clerk/types.
Updates
@clerk/backend
from 1.13.10 to 1.14.1Release notes
Sourced from
@clerk/backend
's releases.Changelog
Sourced from
@clerk/backend
's changelog.Commits
bf83dd5
ci(repo): Version packages (#4353)e1a2654
fix(backend): Remove console error message from refresh token flow failures (...1647b9e
ci(repo): Version packages (#4336)fb7ba1f
chore(backend): Organization takes precedence over personal account in organi...2102052
feat(clerk-js,types,backend): Use EIP-4361 message spec for Web3 wallets (#4334)Updates
@clerk/shared
from 2.9.1 to 2.9.2Release notes
Sourced from
@clerk/shared
's releases.Changelog
Sourced from
@clerk/shared
's changelog.Commits
1647b9e
ci(repo): Version packages (#4336)752ce9b
fix(shared): Retry with exponential backoff if loadScript fails (#4349)Updates
@clerk/types
from 4.25.1 to 4.26.0Release notes
Sourced from
@clerk/types
's releases.Changelog
Sourced from
@clerk/types
's changelog.Commits
1647b9e
ci(repo): Version packages (#4336)99cdf9b
chore(clerk-js,localizations,types): Enhance localization for RestrictedAcces...ce40ff6
feat(clerk-js,types): Standalone UserButton and OrganizationSwitcher (#4042)2102052
feat(clerk-js,types,backend): Use EIP-4361 message spec for Web3 wallets (#4334)e81d45b
chore(clerk-js,types): DropmaxAgeMinutes
from `__experimental_startVerific...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