Skip to content

Releases: HohShenYien/next-power-starter

v0.2.2: Supporting page with custom header

09 Aug 06:55
9064381
Compare
Choose a tag to compare
  • 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

04 Aug 06:55
60fd12e
Compare
Choose a tag to compare

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

27 Jul 13:18
Compare
Choose a tag to compare
  • 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

11 May 16:00
c45ceae
Compare
Choose a tag to compare

Initial Release