Skip to content

Conversation

@asgardeo-github-bot
Copy link

@asgardeo-github-bot asgardeo-github-bot commented Oct 24, 2025

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/[email protected]

Minor Changes

  • #176
    966a562 Thanks
    @d3varaja! - Add TanStack Router integration package with protected route support

    Introduce @asgardeo/tanstack-router - a new integration package that provides seamless authentication support for
    TanStack Router applications.

    Key Features:

    • <ProtectedRoute> component for auth-guarded routes
    • Automatic redirect to sign-in for unauthenticated users
    • Integration with Asgardeo authentication context
    • Type-safe route protection

    Usage:

    import {ProtectedRoute} from '@asgardeo/tanstack-router';
    
    const Route = createFileRoute('/dashboard')({
      component: () => (
        <ProtectedRoute>
          <Dashboard />
        </ProtectedRoute>
      ),
    });

    Installation:

    npm install @asgardeo/tanstack-router

    This is the initial release of the TanStack Router integration package.

Patch Changes

@asgardeo/[email protected]

Patch Changes

@asgardeo/[email protected]

Patch Changes

@asgardeo/[email protected]

Patch Changes

  • #217
    218f930 Thanks
    @brionmario! - Fix SignInButton issue with AsgardeoV2

  • #204
    8158824 Thanks
    @PasanMadhuranga! - Fix multiple logic and error-handling issues in core SDK
    modules to align with expected behavior.

    • Use numeric ordering for log levels instead of string comparison.
    • Handle network and parsing errors gracefully in getUserInfo.
    • Improve error handling for invalid URLs and network failures in embedded sign-in and sign-up flows.

@asgardeo/[email protected]

Patch Changes

@asgardeo/[email protected]

Patch Changes

@asgardeo/[email protected]

Patch Changes

@asgardeo/[email protected]

Patch Changes

@brionmario brionmario merged commit 16a735d into main Oct 24, 2025
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.

3 participants