ci(repo): Version packages#8939
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Repository UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/electron
@clerk/electron-passkeys
@clerk/eslint-plugin
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
API Changes Report
Summary
No API Changes DetectedAll packages have stable APIs with no detected changes. Report generated by Break Check Last ran on |
89f0cae to
a9f3520
Compare
a9f3520 to
6e7caf0
Compare
6e7caf0 to
7cf6813
Compare
5ebf269 to
32c152e
Compare
32c152e to
920ca8e
Compare
920ca8e to
73b145f
Compare
73b145f to
6af835e
Compare
6af835e to
90de2fb
Compare
90de2fb to
f52aeef
Compare
f52aeef to
ac52b25
Compare
ac52b25 to
093a5ec
Compare
093a5ec to
8bfa28a
Compare
8bfa28a to
1eeb259
Compare
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.
Releases
@clerk/clerk-js@6.21.0
Minor Changes
@clerk/uiversion on theClerkobject via a newuiVersionproperty. It returns the version of the prebuilt UI bundle once it has loaded (for exampleClerk.uiVersionin the browser console), orundefinedif the UI has not been loaded yet.@clerk/clerk-jsand@clerk/uiare versioned and loaded independently, souiVersioncan differ fromClerk.version. (#8931) by @jacekradkoPatch Changes
Display native OAuth callback errors in the UI. (#8786) by @wobsoriano
Allow changing enterprise connection provider between self-serve SSO steps (#8881) by @LauraBeatris
Self-serve SSO: fix the configuration wizard rendering a blank step when a connection is reset from the first configuration step. Resetting now returns to the provider selection step. (#8970) by @iagodahlem
Self-serve SSO: restore keyboard-accessible provider selection, mark configuration wizard steps complete based on connection state rather than position, and fix the organization Security page loading state. (#8940) by @iagodahlem
Updated dependencies [
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/react@6.11.0
Minor Changes
@clerk/uiversion on theClerkobject via a newuiVersionproperty. It returns the version of the prebuilt UI bundle once it has loaded (for exampleClerk.uiVersionin the browser console), orundefinedif the UI has not been loaded yet.@clerk/clerk-jsand@clerk/uiare versioned and loaded independently, souiVersioncan differ fromClerk.version. (#8931) by @jacekradkoPatch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/react-router@3.5.0
Minor Changes
Add support for React Router v8. (#8972) by @wobsoriano
If you're using React Router v7, keep the
v8_middlewarefuture flag enabled. If you're migrating to React Router v8, remove the flag:// react-router.config.ts export default { - future: { - v8_middleware: true, - }, }Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/shared@4.21.0
Minor Changes
Expose the loaded
@clerk/uiversion on theClerkobject via a newuiVersionproperty. It returns the version of the prebuilt UI bundle once it has loaded (for exampleClerk.uiVersionin the browser console), orundefinedif the UI has not been loaded yet.@clerk/clerk-jsand@clerk/uiare versioned and loaded independently, souiVersioncan differ fromClerk.version. (#8931) by @jacekradkoMake
OAuthProviderData.docsUrloptional and remove the Enstall OAuth provider docs URL. (#8885) by @SarahSoutoulPatch Changes
Condense the OrganizationProfile Security page SSO overview to a single summary row (one-line description, domains as chips, status badge, actions under the overflow menu) and remove the now-unused ssoSection provider/sign-on URL/issuer/descriptionLine2 localization keys. (#8915) by @iagodahlem
Add a generic
FLOW_STEP_MOUNTEDtelemetry event (eventFlowStepMounted) for measuring multi-step flow funnels, and wire it into the self-serve SSO flow (#8951) by @LauraBeatrisAdd localization support for OAuth access denied errors. (#8786) by @wobsoriano
Allow changing enterprise connection provider between self-serve SSO steps (#8881) by @LauraBeatris
Improve UserButton and OrganizationSwitcher accessibility. The trigger button now announces itself as a dialog trigger (
aria-haspopup="dialog") and the popover usesrole="dialog"instead ofrole="menu". UserButton and OrganizationSwitcher popovers now receive focus when opened, and actions are logically grouped with labelledrole="group"elements for screen readers. (#8325) by @alexcarpenter@clerk/ui@1.21.0
Minor Changes
Migrate from
:focusto:focus-visibleso focus rings only appear during keyboard navigation (#8595) by @alexcarpenterImprove UserButton and OrganizationSwitcher accessibility. The trigger button now announces itself as a dialog trigger (
aria-haspopup="dialog") and the popover usesrole="dialog"instead ofrole="menu". UserButton and OrganizationSwitcher popovers now receive focus when opened, and actions are logically grouped with labelledrole="group"elements for screen readers. (#8325) by @alexcarpenterPatch Changes
Condense the OrganizationProfile Security page SSO overview to a single summary row (one-line description, domains as chips, status badge, actions under the overflow menu) and remove the now-unused ssoSection provider/sign-on URL/issuer/descriptionLine2 localization keys. (#8915) by @iagodahlem
Updates development mode indicator styling. (#8917) by @alexcarpenter
Add a generic
FLOW_STEP_MOUNTEDtelemetry event (eventFlowStepMounted) for measuring multi-step flow funnels, and wire it into the self-serve SSO flow (#8951) by @LauraBeatrisAdd localization support for OAuth access denied errors. (#8786) by @wobsoriano
Allow changing enterprise connection provider between self-serve SSO steps (#8881) by @LauraBeatris
The Security tab in
<OrganizationProfile />is now hidden for members who lack the manage enterprise connections permission (org:sys_entconns:manage), instead of rendering a permission-denied state. This matches how the Members, Billing, and API keys tabs are gated. (#8971) by @iagodahlemSelf-serve SSO: fix the configuration wizard rendering a blank step when a connection is reset from the first configuration step. Resetting now returns to the provider selection step. (#8970) by @iagodahlem
Self-serve SSO: restore keyboard-accessible provider selection, mark configuration wizard steps complete based on connection state rather than position, and fix the organization Security page loading state. (#8940) by @iagodahlem
Updated dependencies [
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/astro@3.4.7
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/backend@3.8.3
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/chrome-extension@3.1.42
Patch Changes
c38d853,0c1a5d8,7e3174a,97039bb,f43071d,3ba456b,0e0ff11,0e0ff11,0039618,3327226,6224165,a7f923c,a536a0d]:@clerk/electron@0.0.2
Patch Changes
Introduce
@clerk/electronpackage. (#8786) by @wobsorianoUpdated dependencies [
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0e0ff11,0039618,6224165,a7f923c,a536a0d]:@clerk/expo@3.5.3
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0e0ff11,0039618,6224165,a7f923c,a536a0d]:@clerk/expo-passkeys@1.1.9
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/express@2.1.31
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/fastify@3.1.41
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/hono@0.1.41
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/localizations@4.9.3
Patch Changes
Condense the OrganizationProfile Security page SSO overview to a single summary row (one-line description, domains as chips, status badge, actions under the overflow menu) and remove the now-unused ssoSection provider/sign-on URL/issuer/descriptionLine2 localization keys. (#8915) by @iagodahlem
Add localization support for OAuth access denied errors. (#8786) by @wobsoriano
Allow changing enterprise connection provider between self-serve SSO steps (#8881) by @LauraBeatris
Improve UserButton and OrganizationSwitcher accessibility. The trigger button now announces itself as a dialog trigger (
aria-haspopup="dialog") and the popover usesrole="dialog"instead ofrole="menu". UserButton and OrganizationSwitcher popovers now receive focus when opened, and actions are logically grouped with labelledrole="group"elements for screen readers. (#8325) by @alexcarpenterUpdated dependencies [
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/nextjs@7.5.8
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/nuxt@2.6.7
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/tanstack-react-start@1.4.8
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/testing@2.1.6
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/vue@2.4.7
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/headless@0.0.3
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/msw@0.0.39
Patch Changes
c38d853,7e3174a,97039bb,f43071d,0e0ff11,0039618,a536a0d]:@clerk/swingset@0.0.8
Patch Changes
c38d853,0c1a5d8,f43071d,3ba456b,0e0ff11,0039618,3327226,6224165,a7f923c,a536a0d]: