v4.0.0
·
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-fris 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, andweb3AuthNetworkare added. Please refer to the latest documentation about adapterssetAdapterSettings()function is introduced to help you change adapter settings.
Wallet Connect v1is sunsetting by Dec 31, 2022. Wallet Connect v2 is coming soon.
- The Adapter's Interface has changed. All the adapters have been updated with the following configuration:
- The
uiConfigin@web3auth/modalnatively has a new parametermodalZIndex, 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-authnow no longer takes a network parameter ininit(). It’s been moved to the constructor.
PRs merged
- Feat/loader by @rinzler99 in #954
- add support for web3auth network by @chaitanyapotti in #1011
- Bump express from 4.17.2 to 4.18.2 in /demo/custom-ui-react-app by @dependabot in #1010
- Bump express from 4.17.2 to 4.18.2 in /demo/firebase-react-app by @dependabot in #1009
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /demo/cognito-react-app by @dependabot in #1002
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /demo/firebase-react-app by @dependabot in #1001
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /demo/auth0-react-app/app by @dependabot in #1000
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /demo/custom-ui-react-app by @dependabot in #999
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /demo/react-app by @dependabot in #998
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /demo/angular-app by @dependabot in #1013
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /demo/torus-wallet-plugin-app by @dependabot in #997
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /demo/vue-app by @dependabot in #996
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /demo/starkex-react-app by @dependabot in #995
- Bump next from 12.2.3 to 12.2.4 in /demo/firebase-next-app by @dependabot in #520
- Bump next from 12.2.3 to 12.2.4 in /demo/next-app by @dependabot in #519
- Bump terser from 5.13.1 to 5.14.2 in /demo/auth0-react-app/app by @dependabot in #283
- Bump terser from 5.13.1 to 5.16.1 in /demo/torus-wallet-plugin-app by @dependabot in #1015
- fix css scoping issues by @himanshuchawla009 in #1028
- Add French to be used in Modal by @shahbaz17 in #1031
- shifted some demos to examples repos by @Saviour1001 in #1029
- scan ui package for modal tailwind by @lionellbriones in #1033
- add clientid in default openlogin module by @himanshuchawla009 in #1045
- Add IWeb3AuthModal interface by @yashovardhan in #1046
- changed import locale to mjs by @lionellbriones in #1065
- Feat/header update by @lionellbriones in #1068
- Create .stale.yml by @yashovardhan in #1077
- no div inside p tag by @lionellbriones in #1079
New Contributors
- @Saviour1001 made their first contribution in #1029
Full Changelog: v3.3.0...v4.0.0