Skip to content

Releases: horizon-ui/shadcn-nextjs-boilerplate

v2.1.0

06 Sep 13:53
53c06ce
Compare
Choose a tag to compare

[2.1.0] 2024-09-05

Added Profile Settings page. ⚡️

  • Added a new Profile Settings page.

v2.0.0

26 Aug 15:01
Compare
Choose a tag to compare

[2.0.0] 2024-08-26

Big update: Supabase SSR, Refactoring & custom auth components

  • Supabase SSR

  • Utils ⁠ folder refactored, now functions are organized in separate folders based on usage

  • ⁠New auth-related utils

  • ⁠Functions like ⁠ getSessions ⁠ were removed because of the use of Supabase SSR

  • session ⁠ object was replaced with ⁠ user ⁠ throughout the project

  • Layout refactoring

  • ⁠The multiple addition of functionalities led to prop drilling, which was fixed by using contexts.

  • Separate auth pages

  • ⁠Auth pages are dynamic Next.js pages, one for each of Update password, sign up, password sign in, etc.

  • ⁠The forms for each type of authentication types are located in ⁠ @/components/auth-ui 

  • Added Docker support

  • You can now develop locally via Docker by using Supabase CLI

v1.1.0

18 Jul 12:46
Compare
Choose a tag to compare

[1.1.0] 2024-07-18

Added Main Dashboard Page

  • Added Main Dashboard Page

v1.0.0

20 May 14:34
Compare
Choose a tag to compare

[1.0.0] 2024-05-20

Initial Release

  • Added Shadcn UI as base framework