Skip to content

2.6.0

Compare
Choose a tag to compare
@xzilja xzilja released this 12 Jul 07:26
· 3 commits to main since this release
a7fc7d5

Breaking Changes

  • Removed following polyfills that were necessary to support WalletConnect v1
import { Buffer } from 'buffer'

if (typeof window !== 'undefined') {
  if (!window.Buffer) {
    window.Buffer = Buffer
  }
  if (!window.global) {
    window.global = window
  }
  if (!window.process) {
    // @ts-expect-error minimal process
    window.process = { env: {} }
  }
}

Changes

  • fix: Allow to search for wallets with less than 3 characters
  • fix: Wallet display name's when space was present
  • chore: Update dependencies

Full Changelog: 2.5.9...2.6.0