2.6.0
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