Skip to content

Releases: horizon-ui/shadcn-boilerplate-pro-issues

v2.0.0

23 Aug 07:57
9e17d34
Compare
Choose a tag to compare

[2.0.0] 2024-08-21

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.

v1.1.0

11 Jul 12:45
b416886
Compare
Choose a tag to compare

[1.1.0] 2024-07-11

Added new charts on the Main Dashboard

  • Bar chart added
  • Area chart added

v1.0.0

20 May 14:51
3aa0670
Compare
Choose a tag to compare

[1.0.0] 2024-05-20

Initial Release

  • Added Shadcn UI as base framework