Hello Web3Auth Devs,
We are excited to share that today we have released Web3Auth v4.0.0
with some amazing features and bug fixes.
The latest release contains the following changes:
- 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. Wish to add a new language? Check out https://github.com/Web3Auth/web3auth-locales and submit your changes as a Pull Request. - With this release, there are some breaking changes too. Please look at the following and update before upgrading to
v4
.- The Base Adapter interface has changed.
-
sessionTime
,chainConfig
, andweb3AuthNetwork
is added.
-
-
setAdapterSettings()
function is introduced to help you change adapter settings. - The
uiConfig
in@web3auth/modal
natively has a new parametermodalZIndex
, helping you set a custom z-index value for your implementation.
- The Base Adapter interface has changed.
-
Wallet Connect v1 is sunsetting by Dec 31, 2022
. Wallet Connect v2 is coming soon. - A new variable to showcase the connected adapter name is introduced.
web3auth.connectedAdapterName
-
@web3auth/single-factor-auth
now no longer takes a network parameter ininit()
. It’s been moved to the constructor.
We can't wait for you all to try the latest SDK, and we'll be looking forward to your feedback.
Originally posted by: shahbaz17
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1087