Releases: HohShenYien/next-power-starter
Releases · HohShenYien/next-power-starter
v0.2.2: Supporting page with custom header
- Added
customHeader
page property so that the will not be included for page that requires a custom header to avoid duplicating Meta tags
v0.2.1: http-only cookie & miscellaneous
What has changed
- Migrated to using http-only cookie
- Client-side does not manage cookie manually
- Added logout route
- Restructured queries so that they are in /features folder
- Added 404 page
- Added Meta component for headers
- Configured Mantine's theme to using Tailwind colors
- Removed the messy classes in custom Button
- Updated Tailwind to use custom preflight so that Mantine's buttons have background colors
- Updated documentation
v0.2.0: Page Router & Authentication
- Reverted back to Page Router (Still using Next.js 13)
- Authentication feature 🔒
- Authentication APIs
- Route Guard
- JWT Cookie management
useSession
hook to get current user's information & status- Axios interceptor to include JWT in request header
- A few extra components
- Login & Registration Modal
- Page Layouts
- Splash Screen
- Navbar
- Slight improvement on documentation
0.1.0
Initial Release