Skip to content

Releases: Web3Auth/web3auth-web

v0.3.2

10 Mar 07:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Feb 10:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Feb 17:54
Compare
Choose a tag to compare
  • Modal ui migrate to react (improves rendering performance)
  • Images used in modal are now rendered from cdn instead of embedding them in package build.
  • Custom auth adapter deprecated, custom auth can be used directly using openlogin's adapter.
  • Unhandled exceptions fixes.
  • Next js example improved

What's Changed

Full Changelog: v0.2.4...v0.3.0

v0.2.4

09 Feb 15:34
Compare
Choose a tag to compare
  • Typescript fixes.
  • Custom chain config bug fixed for openlogin adapter.
  • Getting started examples improved

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

07 Feb 04:33
Compare
Choose a tag to compare
  • vanilla js examples for solana and ethereum
  • React example added
  • Bug fixed for unhandled error in ui.

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

release 0.2.0

27 Jan 18:17
Compare
Choose a tag to compare
  • Connect function now returns the provider wherever possible. It cannot return provider while using redirect uxmode with openlogin or custom auth. By default webauth is configured to use popup mode.

  • Cleanup option added in disconnect, logout functions.

  • Bug fixes in ethereum providers

  • Connect with wallet visibility bug fixes #28

  • "MODAL_VISIBILITY" event emitted with boolean value as data to inform opening and closing of modal. It resolves the issue raised here : #23

  • Wallet connect adapter fixed to be used with @web3auth/core. It resolves issue raised here: #22

  • @wallet-connect/web3-provider removed from wallet connect adapter and now adapter is using WalletConnectProvider from @web3auth/ethereum-provider.

  • Chain and account update events added in Solana providers.

  • Private key providers standardized

  • Add custom login methods order, you can pass loginMethodsOrder as an array in uiConfig. For ex: ["google", "facebook", "twitter", "reddit", "discord", "twitch", "apple", "line", "github", "kakao", "linkedin", "weibo", "wechat", "email_passwordless"]

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0