This repository was archived by the owner on Mar 25, 2025. It is now read-only.
v1.8.0
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 vanillaethers.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)