Releases: WalletConnect/modal-react-native
Releases · WalletConnect/modal-react-native
1.1.0
What's Changed
- refactor: using react-native-compat to check installed wallets by @ignaciosantise in #100
- fix/deeplink by @ignaciosantise in #101
- refactor: migrate to new w3m api by @ignaciosantise in #104
- refactor: structure changes by @ignaciosantise in #105
- chore: updated walletconnect deps by @ignaciosantise in #107
- fix: fixed type imports by @ignaciosantise in #108
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
1.0.0-rc.14 (2023-11-07)
What's Changed
- fix: changed types path by @ignaciosantise in #97
- fix: downgraded valtio to 1.10.5 by @ignaciosantise in #98
Full Changelog: v1.0.0-rc.13...v1.0.0-rc.14
Release 1.0.0-rc.13
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
Release 1.0.0-rc.11
Release 1.0.0-rc.10
Release 1.0.0-rc.9
1.0.0-rc.9 (2023-08-03)
Bug Fixes
- changed ms constant to fix error in older RN builds (cc8a43e)
Features
Release 1.0.0-rc.8
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
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