Skip to content

Releases: clerk/javascript

@clerk/vue@1.0.0

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

Major Changes

@clerk/ui@0.3.6

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

Patch Changes

@clerk/tanstack-start@0.8.5

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

@clerk/remix@4.4.6

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

@clerk/react-router@0.1.5

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

@clerk/nuxt@1.0.0

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

Major Changes

Patch Changes

@clerk/nextjs@6.9.6

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

Patch Changes

@clerk/localizations@3.9.5

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

Patch Changes

@clerk/elements@0.22.5

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

Patch Changes

@clerk/clerk-react@5.21.0

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