Releases: WalletConnect/create-eth-app
Releases · WalletConnect/create-eth-app
v1.8.3
v1.8.2
v1.8.1
Changed
- Change Infura API key (@PaulRBerg)
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)
v1.7.4
Fixed
- Fix the IPFS script in the
package.json
file in the React template (@PaulRBerg)
v1.7.3
v1.7.2
v1.7.1
v1.7.0
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 inuseMemo
hook (@PaulRBerg)
Removed
- Remove redundant
nohoist
field in top-levelpackage.json
(#139) (@PaulRBerg) - Remove the "www" prefix from links in the default Vue template (@PaulRBerg)