Skip to content

2.24.0

Compare
Choose a tag to compare
@leightkt leightkt released this 02 Jun 18:26
910ccc3

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

New Contributors

@davidzwfu made their first contribution in in #1660

Full Changelog: 2.23.1...2.24.0