Skip to content

v4.0.0

Choose a tag to compare

@chaitanyapotti chaitanyapotti released this 16 Dec 07:52
· 3005 commits to master since this release

What's Changed

  • Sleek Modal UI with all new design elements.
  • Web3Auth is faster than ever, with Lazy loading support added to Modal.
  • French - fr is now officially supported on Web3Auth Modal and Openlogin Screens. More language support to come in upcoming releases.
  • With this release, there are some breaking changes too. Please look at the following and update before upgrading to v4.
    • The Adapter's Interface has changed. All the adapters have been updated with the following configuration:
      • sessionTime, chainConfig, and web3AuthNetwork are added. Please refer to the latest documentation about adapters
      • setAdapterSettings() function is introduced to help you change adapter settings.
    • Wallet Connect v1 is sunsetting by Dec 31, 2022. Wallet Connect v2 is coming soon.
  • The uiConfig in @web3auth/modal natively has a new parameter modalZIndex, helping you set a custom z-index value for your implementation.
  • A new variable to showcase the connected adapter name is introduced. web3auth.connectedAdapterName
  • @web3auth/single-factor-auth now no longer takes a network parameter in init(). It’s been moved to the constructor.

PRs merged

New Contributors

Full Changelog: v3.3.0...v4.0.0