javascript

Official Javascript repository for Clerk authentication

MIT License

Downloads
6.1M
Stars
1.1K
Committers
167
javascript - [email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

  • Fix badge misalignment on members list when title is empty (#2908) by @octoper

  • Fix Custom Pages freeze error by using useMemo for when creating the custom pages (#2897) by @desiprisg

  • Add spacing between Add domain button and it's subtitle that's under the Verified Domains section in <OrganizationProfile/> component. (#2910) by @octoper

  • Updated dependencies [e5c989a03, 2ec9f6b09]:

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

  • Ensure that inside isValidBrowser() and isBrowserOnline() the existence of window is checked before trying to access window.navigator by @mario-jerkovic
javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - [email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

  • Correctly get environment variables inside Cloudflare Pages by accessing context.cloudflare (#2907) by @nikosdouvlis
javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

  • Bug fix: Remove duplicate global errors in create organization flow of <OrganizationList/>. (#2878) by @panteliselef

  • Remove handshake-related query parameters on load of clerk-js. It's possible that these parameters will be returned from Clerk's API, but they are only applicable for SSR-compatible frameworks and so on the client they are unused. (#2877) by @dimkl