@clerk/ui@1.30.7
📦 clerkView on GitHub →
🐛 3 fixes🔧 1 symbols
Summary
This patch release ensures Clerk's navigation stays within the renderer, improving the handling of OAuth transfers and enterprise SSO sign-ups. Workarounds for previous navigation issues can now be removed.
Migration Steps
- Applications that previously worked around Clerk's navigation by passing no-op router functions or filtering out `CLERK-ROUTER/VIRTUAL` paths can now remove those workarounds.
🐛 Bug Fixes
- Fixed an issue where OAuth account transfers that needed additional verification were returned to the beginning of sign-in.
- Routed an OAuth transfer to the sign-up continue step when sign-in uses a native OAuth transport, resolving an issue where callback URLs with hash-style URLs could not be resolved by the in-place component router, leading to transferred sign-ups landing on the start card and creating a fresh sign-up without the verified external account.
- Fixed an issue where sign-ups that used an enterprise SSO connection did not correctly forward redirect URLs.