Skip to content

Releases: WalletConnect/modal

2.6.2

11 Sep 14:35
95571fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.1...2.6.2

2.6.1

26 Jul 08:24
81e1b5c
Compare
Choose a tag to compare

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

12 Jul 07:26
a7fc7d5
Compare
Choose a tag to compare

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

29 Jun 12:34
380c305
Compare
Choose a tag to compare

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

29 Jun 10:32
b5299a2
Compare
Choose a tag to compare

Breaking Changes

N/A

Changes

  • fix: Re-publish with dist folder that errored during build of 2.5.7

Associated Issues

N/A

Full Changelog: 2.5.7...2.5.8

2.5.7

29 Jun 07:37
e82c2ca
Compare
Choose a tag to compare

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

28 Jun 14:17
5a164df
Compare
Choose a tag to compare

Breaking Changes

N/A

Changes

  • chore: Update dependencies

Associated Issues

N/A

Full Changelog: 2.5.5...2.5.6

2.5.5

28 Jun 06:33
a547f4d
Compare
Choose a tag to compare

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

26 Jun 11:40
5d792fe
Compare
Choose a tag to compare

Breaking Changes

N/A

Changes

  • chore: Add sourcemaps

Associated Issues

N/A

Full Changelog: 2.5.3...2.5.4

2.5.3

26 Jun 09:58
377d177
Compare
Choose a tag to compare

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