2.24.0
Description
note: Release 2.24.0 moves the default position of the account center from topRight to bottomRight. To reset your application to topRight, include the following when initializing onboard:
accountCenter: {
desktop: {
enabled: true,
position: 'topRight'
},
mobile: {
enabled: true,
position: 'topRight'
}
}
✨ Highlights
- Enhancement: Account center default position, animation, and triggers #1740
- Update: Bump socket.io-parser from 4.2.1 to 4.2.3 in /packages/demo #1737
- feat: add Venly connector to packages #1660
Docs:
- Fix: Docs - Update platforms Trust wallet is available on within injected docs #1743
- Update: Bump socket.io-parser from 4.2.2 to 4.2.3 in /docs #1738
📦 Changes per package
@web3-onboard/core: 2.20.0
@web3-onboard/react: 2.8.5
@web3-onboard/venly: 2.0.0
@web3-onboard/vue: 2.7.4
What's Changed
- Release 2.23.1 (develop) by @Adamj1232 #1733
- Release 2.23.1 by @Adamj1232 in #1734
- Update Account Center by @leightkt in #1740
- Fix: Docs - Update platforms Trust wallet is available on within injected docs by @Adamj1232 in #1743
- Bump socket.io-parser from 4.2.2 to 4.2.3 in /docs in #1738
- Bump socket.io-parser from 4.2.1 to 4.2.3 in /packages/demo in #1737
- feat: add Venly connector to packages by @davidzwfu #1660
New Contributors
@davidzwfu made their first contribution in in #1660
Full Changelog: 2.23.1...2.24.0