Skip to content

Releases: Dhaiwat10/create-web3-frontend

v2.0.0

06 Apr 00:14
Compare
Choose a tag to compare

v1.3.0

08 Aug 00:20
Compare
Choose a tag to compare

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

18 Jun 06:20
Compare
Choose a tag to compare

You can now use the --chakra option to bootstrap your frontend using Chakra UI instead of Tailwind!

npx create-web3-frontend@1.2.0 --chakra

Migrate to `wagmi` v0.3.1

30 Apr 01:22
Compare
Choose a tag to compare

With this release the templates have been updated to use the latest version of wagmi.

Just run npx create-web3-frontend@1.0.0 and you're good! 🚀

Fix critical React 18 bug

07 Apr 02:47
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.2.1

v0.2.0

26 Mar 23:35
Compare
Choose a tag to compare

What's Changed

  • Add support for absolute imports in the TS template by @Dhaiwat10 in #4

Full Changelog: v0.1.2...v0.2.0