Releases: swiiny/create-nextjs-dapp
Releases · swiiny/create-nextjs-dapp
v1.2.0
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
- @dependabot made their first contribution in #47
Full Changelog: v1.1.2...v1.2.0
v1.1.2
V1.1.1
📦 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
v1.0.0
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