@clerk/clerk-js@6.11.1
📦 clerkView on GitHub →
✨ 1 features🐛 1 fixes🔧 6 symbols
Summary
This patch release introduces a confirmation step for the experimental SSO configuration component and restores a query client getter for backward compatibility with older shared package versions.
Migration Steps
- Restore the clerk.__internal_queryClient getter as a backward-compatibility shim for apps using @clerk/shared < 4.10.0 to ensure paginated hooks continue to work.
✨ New Features
- Add confirmation step for <__experimental_ConfigureSSO />
🐛 Bug Fixes
- Fix Future signUp.update() and signUp.sso() to patch the active sign-up resource URL when continuing an existing sign-up.