You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(clerk-js): Add js prop for bundling clerk-js with applications
Add a `js` prop to ClerkProvider (React, Next.js, Vue, Astro) that allows
bundling @clerk/clerk-js with the application instead of loading from CDN,
mirroring the established `ui` prop pattern from @clerk/ui.
- Add branded Js type and bundled/server/entry exports to @clerk/clerk-js
- Add js prop to ClerkOptions in @clerk/shared
- Support bundled js.ClerkJS in isomorphicClerk with CDN skip
- Add Next.js RSC resolution with cached promise pattern
- Add Vue plugin support for bundled ClerkJS constructor
- Add Astro integration support with PUBLIC_CLERK_SKIP_JS_CDN env var
- Add export snapshot tests for @clerk/clerk-js
0 commit comments