Releases: reown-com/appkit-react-native
v1.1.0
What's Changed
- feat: introducing Coinbase connector by @ignaciosantise in #115
- feat: added installed icon by @ignaciosantise in #108
- fix: added installed badge in recent wallet by @ignaciosantise in #117
- fix: changes in all wallets count by @ignaciosantise in #119
Full Changelog: v1.0.1...v1.1.0
Attention ⚠️
If you are updating from a beta version you need to add some changes to your code:
Install @walletconnect/react-native-compat
>= v2.10.5
Run pod install
from your ios folder
Add import '@walletconnect/react-native-compat'
in your app's root file (before importing wagmi or web3modal)
[deprecated] v1.0.0
What's Changed
- Small fixes with
includeWalletIds
andexcludeWalletIds
props by @ignaciosantise in #103 - Use custom network image from props by @ignaciosantise in #103
Full Changelog: v1.0.0-beta.3...v1.0.0
Attention ⚠️
If you are updating from a beta version you need to add some changes to your code:
Install @walletconnect/react-native-compat
v2.10.5
Run pod install
from your ios folder
Add import '@walletconnect/react-native-compat'
in your app's root file (before importing wagmi or web3modal)
v1.0.0-beta.3
What's Changed
- chore: ui improvements by @ignaciosantise in #99
- refactor: updated deps by @ignaciosantise in #100
- fix: sending os and version in api call by @ignaciosantise in #101
- chore: prep for v1.0.0-beta.3 by @ignaciosantise in #102
Attention ⚠️
If you are updating from an older version you need to add some changes to your code:
- Install
@walletconnect/react-native-compat
v2.10.5 - Run
pod install
from your ios folder - Add
import '@walletconnect/react-native-compat'
in your app's root file (before importing wagmi or web3modal)
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
v1.0.0-beta.2
What's Changed
- chore: ui fixes by @ignaciosantise in #96
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
v1.0.0-beta.1
What's Changed
- Fix/remove gap by @ignaciosantise in #93
- UI improvements by @ignaciosantise in #94
- Removed "Installed" tag from installed wallets. They still show first but without the tag
Full Changelog: v1.0.0-alpha.14...v1.0.0-beta.1
v1.0.0-alpha.14
What's Changed
- fix: improved page loading shimmer items by @ignaciosantise in #77
- UI improvements by @ignaciosantise in #81
- fix: clear linking if qr is pressed by @ignaciosantise in #82
- fix: using asyncstorage in connector by @ignaciosantise in #84
- fix: changed zIndex of close button to make it pressable by @ignaciosantise in #88
- fix: disabled nativedriver in button animations by @ignaciosantise in #89
- fix: downgraded valtio to 1.10.5 by @ignaciosantise in #90
Full Changelog: v1.0.0-alpha.13...v1.0.0-alpha.14
v1.0.0-alpha.13
What's Changed
- fix: reordering recent wallets by @ignaciosantise in fc5940a
- fix: disabled bounce in network view by @ignaciosantise in 12770b4
- fix: border issue in list item image by @ignaciosantise in 534747f
Full Changelog: v1.0.0-alpha.12...v1.0.0-alpha.13
v1.0.0-alpha.12
What's Changed
- fix: show loader when page is loading by @ignaciosantise in #74
Full Changelog: v1.0.0-alpha.11...v1.0.0-alpha.12
v1.0.0-alpha.11
What's Changed
- ui: added qr code loader by @ignaciosantise in #69
- UI improvements by @ignaciosantise in #70
- fix: clean pressed wallet if user press qr button by @ignaciosantise in #71
- feat: Switch network by @ignaciosantise in #72
Full Changelog: v1.0.0-alpha.10...v1.0.0-alpha.11