Skip to content

Releases: clerk/javascript

@clerk/[email protected]

20 Dec 21:38
1f8907b
Compare
Choose a tag to compare

Major Changes

@clerk/[email protected]

20 Dec 21:38
1f8907b
Compare
Choose a tag to compare

@clerk/[email protected]

20 Dec 21:38
1f8907b
Compare
Choose a tag to compare

@clerk/[email protected]

20 Dec 21:38
1f8907b
Compare
Choose a tag to compare

@clerk/[email protected]

20 Dec 21:38
1f8907b
Compare
Choose a tag to compare

@clerk/[email protected]

20 Dec 21:38
1f8907b
Compare
Choose a tag to compare

Major Changes

Patch Changes

@clerk/[email protected]

20 Dec 21:38
1f8907b
Compare
Choose a tag to compare

@clerk/[email protected]

20 Dec 21:38
1f8907b
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

20 Dec 21:38
1f8907b
Compare
Choose a tag to compare

@clerk/[email protected]

20 Dec 21:38
1f8907b
Compare
Choose a tag to compare

Minor Changes

  • Adds support for a fallback prop on Clerk's components. This allows rendering of a placeholder element while Clerk's components are mounting. Use this to help mitigate layout shift when using Clerk's components. Example usage: (#4723) by @BRKalow

    <SignIn fallback={<LoadingSkeleton />} />
  • Allow <SignInButton />, <SignUpButton />, <SignOutButton />, and <SignInWithMetamaskButton /> to render while clerk-js is still loading. This reduces any layout shift that might be caused by these components not rendering immediately. (#4810) by @BRKalow