Skip to content

release 0.2.0

Compare
Choose a tag to compare
@himanshuchawla009 himanshuchawla009 released this 27 Jan 18:17
· 2179 commits to master since this release
  • 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