Skip to content

Releases: WalletConnect/walletconnect-monorepo

2.1.3

14 Nov 12:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2

11 Nov 15:49
1170770
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

03 Nov 18:34
d3fe8a6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.1.1

2.1.0

27 Oct 09:37
f98ff67
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

24 Oct 14:09
Compare
Choose a tag to compare

What's Changed

Important changes when upgrading from 2.0.0-rc.x to 2.0.0 (stable)

  • Pairings are now managed by the Pairing API (see docs)
  • We recommend accessing all pairing-related values and methods via the SignClient.core.pairing interface going forward.
  • BREAKING CHANGE: Pairing events (pairing_create, pairing_delete, pairing_expire) are now managed by the core/pairing EventEmitter:
    • Before: signClient.on(“pairing_delete”, …)
    • After: signClient.core.pairing.events.on(“pairing_delete”, …)
  • Pairing methods are now managed by the core/pairing controller:
    • Before: signClient.pair(…)
    • After: signClient.core.pairing.pair(…)
    • Calling pairing-specific methods directly on signClient will continue to work, but is considered deprecated and will be removed in a future major version.
  • Pairing values are now managed by the core/pairing controller and have a dedicated getter: signClient.core.pairing.getPairings()
    • Accessing stored pairings via SignClient.pairing will continue to work, but is considered deprecated and will be removed in a future major version.

Full Changelog: 2.0.0-rc.4...2.0.0

2.0.0-rc.4

06 Oct 09:45
Compare
Choose a tag to compare
2.0.0-rc.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.0.0-rc.3...2.0.0-rc.4

2.0.0-rc.3

12 Sep 09:11
Compare
Choose a tag to compare
2.0.0-rc.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.0.0-rc.2...2.0.0-rc.3

1.8.0

02 Aug 15:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.8...1.8.0

v2.0.0-rc.1

27 Jul 11:49
4c727db
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0-rc.0...2.0.0-rc.1

v2.0.0-rc.0

18 Jul 10:00
Compare
Choose a tag to compare
v2.0.0-rc.0 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0-beta.102...2.0.0-rc.0