Releases: Dhaiwat10/create-web3-frontend
Releases · Dhaiwat10/create-web3-frontend
v2.0.0
v1.3.0
What's Changed
- chore: Update wagmi to 0.6.1 and rainbowkit to 0.4.5 by @Dhaiwat10 in #17
Full Changelog: v1.2.0...v1.3.0
🌻 New Chakra UI template
You can now use the --chakra
option to bootstrap your frontend using Chakra UI instead of Tailwind!
npx [email protected] --chakra
Migrate to `wagmi` v0.3.1
With this release the templates have been updated to use the latest version of wagmi
.
Just run npx [email protected]
and you're good! 🚀
Fix critical React 18 bug
TLDR: wagmi
is not compatible with React 18 yet so we have to use React 17 for now. The React version was not explicitly specified by the code before so stuff was breaking.
What's Changed
- fix: Specify React version as 17 by @Dhaiwat10 in #6
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add support for absolute imports in the TS template by @Dhaiwat10 in #4
Full Changelog: v0.1.2...v0.2.0