Skip to content

Releases: Web3Auth/web3auth-web

v6.1.7

27 Jul 08:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.6...v6.1.7

v6.1.6

27 Jul 04:24
Compare
Choose a tag to compare
  • Fix issues regarding next.js routing
  • Fix issues regarding popup login in facebook, line on mobile devices
    Full Changelog: v6.1.5...v6.1.6

v6.1.5

21 Jul 06:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.4...v6.1.5

v6.1.4

18 Jul 06:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.3...v6.1.4

v6.1.3

06 Jul 06:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.2...v6.1.3

v6.1.2

28 Jun 08:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.1...v6.1.2

v6.1.1

16 Jun 16:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v6.1.1

v6.1.0

15 Jun 17:25
Compare
Choose a tag to compare

What's Changed

  • Accept chain config in common private key provider by @arch1995 in #1492

Full Changelog: v6.0.1...v6.1.0

v6.0.1

14 Jun 06:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

13 Jun 09:23
Compare
Choose a tag to compare

What's Changed

  • Web3Auth is faster than ever, with up to 40% reduced size.
  • For breaking changes, check out the migration guide.
  • Wagmi: provider is available on init.
  • Node 18 upgrades. Polyfill is no longer required by web3auth. Check out the Troubleshooting page to see the changes to do the selective polyfilling as per the chain.
    XRPL Provider is introduced to get connected with the XRPL chain.
  • CommonKeyProvider is introduced to get connected with all blockchains.
  • If using no modal for openlogin-adapter, the privateKeyProvider will be needed to be passed during initialization.
  • Portugues - pt and Dutch - nl are 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.
  • Wallet Connect v2 is the current default.
  • A new variable to showcase to show the logged-in state is introduced. web3auth.connected
  • @web3auth/single-factor-auth now takes a privateKeyProvider in init().

PR's Merged

Full Changelog: v5.2.1...v6.0.0