Skip to content

Releases: fahmiidris/nextjs-app-dir-template

v1.0.1

14 Feb 01:25
919d76b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

03 Feb 11:22
2479f08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v1.0.0

v0.4.0

10 Jan 05:48
61abee0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

02 Dec 06:35
934745b
Compare
Choose a tag to compare

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

17 Sep 10:18
Compare
Choose a tag to compare

What's Changed

  • bug fixes
  • add eslint rules

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

v0.2.0

16 Sep 07:45
9d4ba60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

03 Aug 05:59
Compare
Choose a tag to compare

August 03, 2023

Added some minor updates to fix the warning on the terminal.

Add

  • Add ko-fi to FUNDING.yaml

Update

  • Update typescript-eslint to latest version
  • Update .env.example and move font-feature-settings to tailwind config

v0.1.0

14 Jun 01:10
eeee8bb
Compare
Choose a tag to compare

June 14, 2022

Next.js App Dir Template here!

Added

  • Add tailwindcss for css framework
  • Add husky, lint-staged, and commitlint for checking and formatting code
  • Add clsxm helper, a combination of clsx and tailwind-merge