Skip to content

[Release] [GitHub Action] Update package versions - #547

Merged
DonOmalVindula merged 1 commit into
mainfrom
changeset-release/main
Sep 5, 2026
Merged

[Release] [GitHub Action] Update package versions#547
DonOmalVindula merged 1 commit into
mainfrom
changeset-release/main

Conversation

@asgardeo-github-bot

Copy link
Copy Markdown

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

@asgardeo/nextjs@0.3.32

Patch Changes

  • #545
    ce37e51 Thanks
    @DonOmalVindula! - - Next.js: cross-origin redirects (the identity server's
    hosted sign-in, sign-up and logout endpoints) are now performed with a full browser navigation instead of the Next.js
    app router. Handing those URLs to the router made it request them as a React Server Components payload first, which
    the browser blocked with a CORS error before the router fell back to a normal navigation, leaving "Failed to fetch RSC
    payload" errors in the console on every sign-out.
    • React: dialogs (for example the popup mode of <UserProfile /> opened from the user dropdown) now move focus onto
      the dialog when they open. Previously focus stayed on the trigger, which the focus manager had just hidden from
      assistive technology with aria-hidden, and browsers reported "Blocked aria-hidden on an element because its
      descendant retained focus".
    • Next.js: the OAuth callback handler no longer runs inside the popup opened by the embedded sign-in/sign-up flows,
      which logged a spurious "Authentication failed" on every social login even though the flow completed.
    • Next.js: the server-side log level can be raised with ASGARDEO_LOG_LEVEL (debug, info, warn, error;
      default error), for example to see why a profile fell back to the ID token claims.
  • Updated dependencies
    [ce37e51]:
    • @asgardeo/react@0.25.10

@asgardeo/react@0.25.10

Patch Changes

  • #545
    ce37e51 Thanks
    @DonOmalVindula! - - Next.js: cross-origin redirects (the identity server's
    hosted sign-in, sign-up and logout endpoints) are now performed with a full browser navigation instead of the Next.js
    app router. Handing those URLs to the router made it request them as a React Server Components payload first, which
    the browser blocked with a CORS error before the router fell back to a normal navigation, leaving "Failed to fetch RSC
    payload" errors in the console on every sign-out.
    • React: dialogs (for example the popup mode of <UserProfile /> opened from the user dropdown) now move focus onto
      the dialog when they open. Previously focus stayed on the trigger, which the focus manager had just hidden from
      assistive technology with aria-hidden, and browsers reported "Blocked aria-hidden on an element because its
      descendant retained focus".
    • Next.js: the OAuth callback handler no longer runs inside the popup opened by the embedded sign-in/sign-up flows,
      which logged a spurious "Authentication failed" on every social login even though the flow completed.
    • Next.js: the server-side log level can be raised with ASGARDEO_LOG_LEVEL (debug, info, warn, error;
      default error), for example to see why a profile fell back to the ID token claims.

@coderabbitai

coderabbitai Bot commented Sep 5, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 29 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: a6d0e5da-bccf-422a-9f81-43700667a55c

📥 Commits

Reviewing files that changed from the base of the PR and between 68c7a92 and 8e5640c.

📒 Files selected for processing (5)
  • .changeset/console-noise-fixes.md
  • packages/nextjs/CHANGELOG.md
  • packages/nextjs/package.json
  • packages/react/CHANGELOG.md
  • packages/react/package.json

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@DonOmalVindula
DonOmalVindula merged commit 7e12716 into main Sep 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants