Releases: Web3Auth/web3auth-web
v0.2.3
- vanilla js examples for solana and ethereum
- React example added
- Bug fixed for unhandled error in ui.
What's Changed
- getting started example by @himanshuchawla009 in #44
- Bump simple-get from 2.8.1 to 2.8.2 in /examples/vue-app by @dependabot in #43
- minor fixes in example by @himanshuchawla009 in #45
New Contributors
- @dependabot made their first contribution in #43
Full Changelog: v0.2.2...v0.2.3
release 0.2.0
-
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
- readme and minor css by @himanshuchawla009 in #12
- Added dm sans and poppins by @lionellbriones in #11
- Fix/logo by @himanshuchawla009 in #13
- Improve demo app UI by @tainguyentt in #15
- chain and account switch handlers added in eth priv key provider by @himanshuchawla009 in #20
- Fix header logo alignment by @lionellbriones in #21
- wallet connect custom provider and other bug fixes by @himanshuchawla009 in #19
- hide external button when no external adapters by @lionellbriones in #28
- refactor for providers by @chaitanyapotti in #30
- Fix/rollup conflicting dead code by @himanshuchawla009 in #33
- update fb logo by @lionellbriones in #34
- Add custom login methods order by @lionellbriones in #31
- wallet connect connection refresh fix by @himanshuchawla009 in #35
- Fix/provider proxy by @himanshuchawla009 in #32
New Contributors
- @chaitanyapotti made their first contribution in #30
Full Changelog: v0.1.1...v0.2.0