Skip to content

Releases: tronweb3/walletconnect-tron

v4.0.3

Choose a tag to compare

@iweb3Nomad iweb3Nomad released this 21 Jun 12:03
37102bc
  • Add ESLint, Prettier, and GitHub Actions CI for code quality
  • Upgrade dependencies: @reown/appkit to 1.8.20, @walletconnect/* to 2.23.9
  • Fix security vulnerabilities in transitive dependencies including h3 and picomatch

v4.0.2

Choose a tag to compare

@iweb3Nomad iweb3Nomad released this 11 Mar 07:21
a1b0d69
  • Add custom QR code rendering support via onUri callback in connect() options.
  • When onUri is provided, the AppKit modal is automatically skipped, allowing developers to implement their own QR code UI.

v4.0.1

Choose a tag to compare

@iweb3Nomad iweb3Nomad released this 24 Dec 11:25
cb9514d

Features

  • Added AppKit control methods: closeModal(), setThemeMode(), subscribeModalState(), and subscribeEvents().
  • Supported dynamic theme mode switching after connection.
  • Added modal state and event tracking capabilities.

v4.0.0

Choose a tag to compare

@iweb3Nomad iweb3Nomad released this 13 Nov 08:56

Features

  • Add event listeners support: accountsChanged and disconnect events.

Changes

  • Update QR code modal from @walletconnect/modal to @reown/appkit.
  • Change signing response structure to be compatible with both old and new wallets.
  • Switch connection flow to use WalletConnect Universal Provider.