Create Eth App Versions Save

Create Ethereum-powered apps with one command

v1.8.3

9 months ago

Changed

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

v1.8.2

1 year ago

Added

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

Changed

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

v1.8.1

1 year ago

Changed

  • Change Infura API key (@paulrberg)

v1.8.0

2 years ago

Added

  • Add Chainlink template for both React and Vue (#154) (@fabioDMFerreira)
  • Integrate the useDapp framework (@paulrberg)

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

2 years ago

Fixed

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

v1.7.3

2 years ago

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

Fixed

  • Fix the IPFS deploy script (#179) (@paulrberg)

v1.7.2

2 years ago

Fixed

  • Include "gitignore" file in dist bundle (#175) (@paulrberg)

v1.7.1

2 years ago

Fixed

  • Pin version of url-exist dependency to 2.0.2 (#162) (@paulrberg)

v1.7.0

2 years ago

Added

  • Add links in the default Vue template (@paulrberg)
  • Add user info in the wallet button with ENS support (#146) (@makoto, @paulrberg)

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

2 years ago

Fixed

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