github clerk/javascript @clerk/clerk-react@5.21.0

latest releases: @clerk/types@4.92.0, @clerk/clerk-js@5.99.0, @clerk/fastify@2.4.37...
10 months ago

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

Don't miss a new javascript release

NewReleases is sending notifications on new releases.