This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
Releases: celo-org/react-celo
Releases · celo-org/react-celo
v5.0.4
v5.0.4-beta.1
Fixes numerous WC issues related to connecting, pairing, and signing
Upgrades WC deps to the latest
v5.0.3
- Update
@celo
dependencies
v5.0.2
v5.0.1
v4.3.0
What's Changed
UI and Example
- Add Celo Theme + update logo by @aaronmgdr in #336
- Update metamask.tsx by @bcornick in #326
- fix link to docs by @aaronmgdr in #323
- replace logos and colors in example by @aaronmgdr in #335
Dependency Updates
- chore(deps: allow @celo/contractkit version 2 and 3. use 3.1.0
- chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #334
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #329
- chore(deps): bump cookiejar from 2.1.3 to 2.1.4 by @dependabot in #337
- chore(deps): bump ua-parser-js from 1.0.2 to 1.0.33 by @dependabot in #338
New Contributors
Full Changelog: v4.2.1...v4.3.0
v4.2.1
v4.2.0
New features
expose more wallet connect errors thru logger and events
Feat: Manual Networking Mode (
fix
dont ask metamask to unlock if we are already connected and ressurect…
ui changes
- steakwallet => omni
upgrade dependencies
- @celo/*** to 2.2.0
v4.1.0
NEW FEATURES
- Coinbase wallet support
- Can Pass in your own logger to track events or debug your app
FIXES
- properly disconnect when metamask is locked (new since last alpha release)
- improved stability on wallet-connect based connections.
REFACTORS
- standardise on camel-case file names
- split large files into many separate
- restructures the logic / state propagation between dapp and wallet from callbacks to event listeners and actor functions.
OTHER
- expanded test coverage
v4.1.0 Beta 1
NEW FEATURES
- Coinbase wallet support
- Can Pass in your own logger to track events or debug your app
FIXES
- properly disconnect when metamask is locked (new since last alpha release)
- improved stability on wallet-connect based connections.
REFACTORS
- standardise on camel-case file names
- split large files into many separate
- restructures the logic / state propagation between dapp and wallet from callbacks to event listeners and actor functions.
OTHER
- expanded test coverage