Skip to content

Releases: WalletConnect/create-eth-app

v1.8.3

01 Aug 18:56
6c1dc60
Compare
Choose a tag to compare

Changed

  • Upgrade @graphprotocol dependencies in React template (#237) (@maxhiker)
  • Upgrade react-scripts dependency in React template (#237) (@maxhiker)

v1.8.2

25 Sep 12:10
bb6600d
Compare
Choose a tag to compare

Added

  • Add ethers as a dependency in React template (@jakvbs)

Changed

  • Upgrade @usedapp/core in React template (@jakvbs)

v1.8.1

16 Sep 09:29
a70ae0e
Compare
Choose a tag to compare

Changed

v1.8.0

19 Mar 19:46
f66166c
Compare
Choose a tag to compare

Added

Changed

  • Refactor all contract call examples to use useDapp instead of the vanilla ethers.js library (@PaulRBerg)
  • Rename default package from "@project" to "@my-app" (@PaulRBerg)
  • Switch to simpler @apollo/client configuration (@PaulRBerg)
  • Update subgraph query in the Sablier v1 template (@PaulRBerg)
  • Update subgraph query in the Synthetix template (@PaulRBerg)
  • Update the subgraph specs to use the latest API versions (@PaulRBerg)
  • Use strict mode in React apps (@PaulRBerg)

Fixed

  • Fix the img tag in default vue template (@PaulRBerg)

Removed

  • Delete the Balancer template (both React and Vue) (@PaulRBerg)
  • Delete the Uniswap v1 template (both React and Vue) (@PaulRBerg)
  • Drop support for Node v13 and below (@PaulRBerg)

v1.7.4

27 Dec 13:33
89a9f21
Compare
Choose a tag to compare

Fixed

  • Fix the IPFS script in the package.json file in the React template (@PaulRBerg)

v1.7.3

27 Dec 13:22
96dc744
Compare
Choose a tag to compare

This release was unpublished from npm due to a error in the package.json file

Fixed

v1.7.2

21 Nov 22:04
Compare
Choose a tag to compare

Fixed

v1.7.1

20 Sep 22:48
Compare
Choose a tag to compare

Fixed

v1.7.0

15 Sep 12:08
Compare
Choose a tag to compare

Added

Changed

  • Replace the "Disconnect Wallet" label with the user info (@PaulRBerg)
  • Upgrade dependencies in default React and Vue templates (@PaulRBerg)
  • Wrap web3Modal instance in useMemo hook (@PaulRBerg)

Removed

  • Remove redundant nohoist field in top-level package.json
    (#139) (@PaulRBerg)
  • Remove the "www" prefix from links in the default Vue template (@PaulRBerg)

v1.6.5

26 May 08:57
Compare
Choose a tag to compare

Fixed

  • Install core.js missing dependency in vue handlebars template
    (#104) (@PaulRBerg)