modal

WalletConnectModal repository

APACHE-2.0 License

Downloads
3.3M
Stars
7
Committers
3
modal - 2.6.2 Latest Release

Published by 0xAsimetriq about 1 year ago

modal - 2.6.1

Published by 0xAsimetriq over 1 year ago

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: https://github.com/WalletConnect/modal/compare/2.6.0...2.6.1

modal - 2.6.0

Published by 0xAsimetriq over 1 year ago

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: https://github.com/WalletConnect/modal/compare/2.5.9...2.6.0

modal - 2.5.9

Published by 0xAsimetriq over 1 year ago

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: https://github.com/WalletConnect/modal/compare/2.5.8...2.5.9

modal - 2.5.8

Published by 0xAsimetriq over 1 year ago

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: https://github.com/WalletConnect/modal/compare/2.5.7...2.5.8

modal - 2.5.7

Published by 0xAsimetriq over 1 year ago

Breaking Changes

N/A

Changes

  • chore: Update to latest walletconnect dependencies (2.8.5)

Associated Issues

N/A

Full Changelog: https://github.com/WalletConnect/modal/compare/2.5.6...2.5.7

modal - 2.5.6

Published by 0xAsimetriq over 1 year ago

Breaking Changes

N/A

Changes

  • chore: Update dependencies

Associated Issues

N/A

Full Changelog: https://github.com/WalletConnect/modal/compare/2.5.5...2.5.6

modal - 2.5.5

Published by 0xAsimetriq over 1 year ago

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: https://github.com/WalletConnect/modal/compare/2.5.4...2.5.5

modal - 2.5.4

Published by 0xAsimetriq over 1 year ago

Breaking Changes

N/A

Changes

  • chore: Add sourcemaps

Associated Issues

N/A

Full Changelog: https://github.com/WalletConnect/modal/compare/2.5.3...2.5.4

modal - 2.5.3

Published by 0xAsimetriq over 1 year ago

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: https://github.com/WalletConnect/modal/compare/2.5.2...2.5.3

modal - 2.5.2

Published by 0xAsimetriq over 1 year ago

Breaking Changes

N/A

Changes

  • fix: Fix core package import

Associated Issues

N/A

Full Changelog: https://github.com/WalletConnect/modal/compare/2.5.0...2.5.2

modal - 2.5.0

Published by 0xAsimetriq over 1 year ago

What's Changed

Publish new packages

Full Changelog: https://github.com/WalletConnect/modal/commits/2.5.0

Package Rankings
Top 3.72% on Npmjs.org
Related Projects