Releases: fahmiidris/nextjs-app-dir-template
Releases · fahmiidris/nextjs-app-dir-template
v1.0.1
What's Changed
- feat: add dark mode using next-themes by @fahmiidris in #16
- feat: add sonner toast component by @fahmiidris in #17
- refactor: server side calls trpc api by @fahmiidris in #18
- feat: add react query devtools by @fahmiidris in #19
- chore: add tailwindcss plugins by @fahmiidris in #20
- feat: add common components by @fahmiidris in #21
- feat: add new eslint rules by @fahmiidris in #22
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- docs: update readme.md by @fahmiidris in #8
- feat: add vscode snippets for create page and layout component by @fahmiidris in #9
- feat: add tailwindcss typography plugin by @fahmiidris in #10
- chore: upgrade packages by @fahmiidris in #11
- feat: add trpc, drizzle with postgresql, and next-auth by @fahmiidris in #14
Full Changelog: v0.4.0...v1.0.0
v0.4.0
What's Changed
- chore: upgrade tailwindcss to v3.4.0 by @fahmiidris in #5
- feat: rename clsxm utility by @fahmiidris in #6
- feat: add t3 env for type-safe env variable by @fahmiidris in #7
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- feat: add yaml extension to lint staged config by @fahmiidris in #2
- feat: update to reference type by @fahmiidris in #3
- chore: upgrade next.js to v14 and update several packages by @fahmiidris in #4
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
- feat: change package manager to pnpm by @fahmiidris in #1
Full Changelog: v0.1.1...v0.2.0
v0.1.1
August 03, 2023
Added some minor updates to fix the warning on the terminal.
Add
- Add
ko-fi
toFUNDING.yaml
Update
- Update
typescript-eslint
to latest version - Update
.env.example
and movefont-feature-settings
to tailwind config
v0.1.0
June 14, 2022
Next.js App Dir Template here!
Added
- Add
tailwindcss
for css framework - Add
husky
,lint-staged
, andcommitlint
for checking and formatting code - Add
clsxm
helper, a combination ofclsx
andtailwind-merge