github clerk/javascript @clerk/clerk-react@5.19.0

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

Minor Changes

  • Various internal changes have been made to support a new feature called "Keyless mode". You'll be able to use this feature with Next.js and @clerk/nextjs initially. Read the @clerk/nextjs changelog to learn more. (#4602) by @panteliselef

    List of changes:

    • A new internal prop called __internal_bypassMissingPublishableKey has been added. Normally an error is thrown when the publishable key is missing, this disables this behavior.
    • Loading of clerk-js won't be attempted when a missing key is present
    • A new instance of IsomorphicClerk (an internal Clerk class) is created for each new publishable key

Patch Changes

Don't miss a new javascript release

NewReleases is sending notifications on new releases.