github clerk/javascript @clerk/clerk-js@5.20.0

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

Minor Changes

  • Add support for the Coinbase Wallet web3 provider and authentication strategy. The Coinbase Wallet provider handles both Coinbase Wallet extension and Smart Wallet (#4082) by @chanioxaris

  • Experimental: Persist the Clerk client after signing out a user. (#3941) by @panteliselef

    This allows for matching a user's device with a client. To try out this new feature, enable it in your <ClerkProvider /> or clerk.load() call.

    // React
    <ClerkProvider experimental={{ persistClient: true }} />;
    
    // Vanilla JS
    await clerk.load({ experimental: { persistClient: true } });

Patch Changes

  • Updated dependencies [8a3b9f079, e95c28196]:
    • @clerk/types@4.19.0
    • @clerk/localizations@2.8.1
    • @clerk/shared@2.6.2

Don't miss a new javascript release

NewReleases is sending notifications on new releases.