Skip to content

Releases: celo-org/react-celo

v5.0.4

13 Jun 22:13
Compare
Choose a tag to compare

Fixes issues with WalletConnect v2 support

v5.0.4-beta.1

12 May 21:39
Compare
Choose a tag to compare
v5.0.4-beta.1 Pre-release
Pre-release

Fixes numerous WC issues related to connecting, pairing, and signing

Upgrades WC deps to the latest

v5.0.3

24 Feb 18:33
df85f0e
Compare
Choose a tag to compare
  • Update @celo dependencies

v5.0.2

23 Feb 16:59
81d6244
Compare
Choose a tag to compare
  • Fixes missing file bug

v5.0.1

17 Feb 17:31
251c37d
Compare
Choose a tag to compare

What's Changed

Added support for WalletConnect v2 #344

Full Changelog: v4.3.0...v5.0.1

v4.3.0

24 Jan 21:18
22532ac
Compare
Choose a tag to compare

What's Changed

UI and Example

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

12 Oct 08:53
72169de
Compare
Choose a tag to compare

Fix add back missing styles.css file

v4.2.0

04 Oct 16:19
d832bbe
Compare
Choose a tag to compare

v4.1.0

22 Aug 14:14
27ce355
Compare
Choose a tag to compare

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

NPM page for 4.1.0

v4.1.0 Beta 1

10 Aug 11:52
Compare
Choose a tag to compare
v4.1.0 Beta 1 Pre-release
Pre-release

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

NPM page for 4.1.0-beta.1