Releases: WalletConnect/modal
Releases · WalletConnect/modal
2.6.2
2.6.1
Breaking Changes
N/A
Changes
- feat: Add package params to explorer uri
- fix: Clear WalletConnect deeplink choice from localStorage when modal is opened
- chore: Update dependencies
- feat: Added
crossorigin="anonymous"
to image tags
Associated Issues
closes #15
Full Changelog: 2.6.0...2.6.1
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
2.5.9
Breaking Changes
N/A
Changes
- chore: Update to walletconnect packages
2.8.6
(fix redirects for web wallets, now open in new tab)
Associated Issues
N/A
Full Changelog: 2.5.8...2.5.9
2.5.8
Breaking Changes
N/A
Changes
- fix: Re-publish with
dist
folder that errored during build of2.5.7
Associated Issues
N/A
Full Changelog: 2.5.7...2.5.8
2.5.7
Breaking Changes
N/A
Changes
- chore: Update to latest walletconnect dependencies (
2.8.5
)
Associated Issues
N/A
Full Changelog: 2.5.6...2.5.7
2.5.6
Breaking Changes
N/A
Changes
- chore: Update dependencies
Associated Issues
N/A
Full Changelog: 2.5.5...2.5.6
2.5.5
Breaking Changes
N/A
Changes
- fix: Duplicate wallet display in search when querying wallet's that were already fetched as recommended
- chore: Add
try/catch
around localStorage operations just in case users have strict CSP settings
Associated Issues
N/A
Full Changelog: 2.5.4...2.5.5
2.5.4
Breaking Changes
N/A
Changes
- chore: Add sourcemaps
Associated Issues
N/A
Full Changelog: 2.5.3...2.5.4
2.5.3
Breaking Changes
N/A
Changes
- feat: Add loading states to laboratory
- feat: Add error toasts to laboratory
- chore: Update dependencies
- fix: Explicitly check for crypto.randomUUID to exist before calling it
- fix: Add catch around clipboard copy actions and show error toast if it fails
Associated Issues
N/A
Full Changelog: 2.5.2...2.5.3