Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Releases: AhmedBaset/next-template

V 1.2

22 Aug 16:14
5134d15
Compare
Choose a tag to compare

What's Changed

  • Update next to 13.4.19
  • Add text-wrap classes to tailwindcss
    • text-balance
    • text-wrap
    • text-nowrap
  • new files:
    • app/actions.ts for server actions
    • app/error.tsx
    • app/not-found.tsx
    • components/icons.tsx
    • lib/data-formats.ts
    • lib/helpers.ts
    • lib/fonts.ts
    • lib/hooks/use-lock-body.ts
  • import alias for env.mjs @env
  • docs:
    • pwa in next.config.js
    • env.mjs

V 1.1.0

17 Aug 22:37
dd8d47e
Compare
Choose a tag to compare

What is this?

This is a starter template I use in all my new next.js projects with pre-configured prettier, eslint, CI, and chadcn/ui.

What is new?

  • Update next to 13.4.17 & update other dependencies
  • Add type safety for environment variables
  • Setting up VS code to use the TypeScript community version
  • Update prettier to 3.0.0 with its ecosystem
  • Refactor some formatting rules
  • Add flex-center class