This repository has been archived by the owner on Aug 25, 2024. It is now read-only.
Releases: AhmedBaset/next-template
Releases · AhmedBaset/next-template
V 1.2
What's Changed
- Update next to 13.4.19
- Add
text-wrap
classes to tailwindcsstext-balance
text-wrap
text-nowrap
- new files:
app/actions.ts
for server actionsapp/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
- pwa in
V 1.1.0
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
to13.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