Skip to content

Releases: swiiny/create-nextjs-dapp

v1.2.0

09 Dec 19:38
9c4ebc0

Choose a tag to compare

What's Changed

📦 Bump packages version to latest
⚡ Improve performances related to the useResponsive hook
♻️ refactor Web3Context to export the hook from the hooks directory

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

20 Nov 22:20
3aafffc

Choose a tag to compare

What's Changed

  • 📦 Bump packages version by @JeremyTheintz in #40

Full Changelog: v1.1.1...v1.1.2

V1.1.1

16 Nov 10:40
9cdcfcb

Choose a tag to compare

📦 Bump package version

  • Ethers: 5.7.1 => 5.7.2

🧑‍💻 Improve developer experience

  • Add IVisibility props to let user show and hide item depending on screen size easily

🚸 Improve UX

  • Improve useResponsive hook to prevent animation on component load

Full Changelog: v1.1.0...v1.1.1

v1.1.0

29 Oct 19:51
0d372dc

Choose a tag to compare

✨ New template

  • Styled Components

⚡ Improvements

  • Not use default RPC provider anymore to fetch ENS while user is not on Ethereum network
  • Move package script to another repo to prevent data overload by @JeremyTheintz in #18

Full Changelog: v1.0.0...v1.1.0

v1.0.0

22 Oct 23:14

Choose a tag to compare

New templates

  • Base (No UI kit)
  • MUI (MUI Base + MUI System)

Setup project from the terminal using:

npx create-nextjs-dapp

Full Changelog: v0.5.2...v1.0.0

v0.5.2

25 Sep 22:41

Choose a tag to compare

v0.5.2 🚀

  • Boilerplate built using Typescript, Nextjs, React, Mui and Ethers
  • Easy install using npx create-nextjs-dapp