Releases: coinhall/cosmes
Releases · coinhall/cosmes
v0.0.30
v0.0.29
v0.0.28
v0.0.27
v0.0.27
Breaking Changes
- The
onDisconnect
callback in theWalletController
class now accepts a function that contains a list of disconnected wallets instead of a list of disconnected chain ID strings
Features
- Added the
onAccountChange
event to theWalletController
class to allow consumers to detect wallet account changes (works for all wallets except Station via WalletConnect v1)
Miscellaneous
- Added
lodash-es
as peer dependency
v0.0.25
Improvements
- Replaced all
@walletconnect-v1
dependencies with correct legacy libraries at https://github.com/WalletConnect/walletconnect-legacy - Added bundle size benchmarks (see
./benchmarks
folder) - Improved docs on installing, polyfills, and benchmarks
Miscellaneous
- Changed GPL v3 license to MIT license