Skip to content

Releases: WalletConnect/modal-react-native

1.1.0

09 Jan 13:16
d5d8441
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

Attention ⚠️

If you are updating from v1.0.0 you need to add some changes to your code:

  • Install @walletconnect/react-native-compat >= v2.11.0
  • Run pod install from your ios folder
  • Add import '@walletconnect/react-native-compat' in your app's root file (before importing @walletconnect/modal-react-native)

1.0.0

03 Jan 18:33
Compare
Choose a tag to compare

What's changed

Bumped to v1.0.0

Full Changelog: v1.0.0-rc.14...1.0.0

1.0.0-rc.14 (2023-11-07)

07 Nov 13:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc.13...v1.0.0-rc.14

Release 1.0.0-rc.13

03 Nov 13:56
Compare
Choose a tag to compare

1.0.0-rc.13 (2023-11-03)

BREAKING❗

  • If you use ethers, you need to install @ethersproject/shims manually in your project, and add at the top of your root file:
import '@walletconnect/react-native-compat'
import '@ethersproject/shims'

Bug Fixes

  • declare constants for core and sdk versions (bf28932)
  • removed @ethersproject/shims as a required dependency of the sdk (7fdf944)
  • return empty array in case fetch doesn't bring listing (a4a22f9)

Release 1.0.0-rc.11

30 Aug 14:04
Compare
Choose a tag to compare

1.0.0-rc.11 (2023-08-30)

BREAKING❗

  • added @react-native-community/netinfo as peerDependency (5694dbe)

Bug Fixes

  • save correct wallet deeplink (3f1291c) (solves: #74)
  • show recent wallet on initial view (bfa3aa7)

Features

  • prefetch top wallet images + added opacity transition (0d280c3, 0c2a7ea)

Release 1.0.0-rc.10

11 Aug 18:32
Compare
Choose a tag to compare
Release 1.0.0-rc.10 Pre-release
Pre-release

1.0.0-rc.10 (2023-08-11)

Bug Fixes

  • solved issues with explorer and excluded wallet ids (0615a25)

Release 1.0.0-rc.9

03 Aug 14:57
Compare
Choose a tag to compare
Release 1.0.0-rc.9 Pre-release
Pre-release

1.0.0-rc.9 (2023-08-03)

Bug Fixes

  • changed ms constant to fix error in older RN builds (cc8a43e)

Features

  • Detect installed wallets (5d1310f, 2ed0de7)
  • Updated walletconnect libs to 2.9.2 #66

Release 1.0.0-rc.8

26 Jul 14:41
Compare
Choose a tag to compare
Release 1.0.0-rc.8 Pre-release
Pre-release

1.0.0-rc.8 (2023-07-26)

Bug Fixes

  • fix: not saving deeplink if the connection comes from a qr code (657bb7b)

Others

  • updated walletconnect core dependencies

Release 1.0.0-rc.7

25 Jul 15:28
Compare
Choose a tag to compare
Release 1.0.0-rc.7 Pre-release
Pre-release

1.0.0-rc.7 (2023-07-25)

Bug Fixes

  • creating a session only when there's no uri (003f11e)
  • replaced native Alerts with console.error

Features

  • added connecting wallet UI (7577ee1)
  • added prop to change accent color (9760872)
  • show recent wallet (a591c76)

Release 1.0.0-rc.6

11 Jul 14:58
Compare
Choose a tag to compare
Release 1.0.0-rc.6 Pre-release
Pre-release

1.0.0-rc.6 (2023-07-11)

Bug Fixes