Skip to content

Releases: osusach/supabase-week-12

v1.2.0

25 Feb 01:44
42510c1
Compare
Choose a tag to compare

1.2.0 (2025-02-25)

Features

  • auth: redirect user to original destination after successful sign (f4ad27f)

v1.1.0

17 Feb 20:32
1b09b8d
Compare
Choose a tag to compare

1.1.0 (2025-02-17)

Bug Fixes

  • auth: improve username generation to prevent collisions (c797ecd)

Features

  • auth: update sign in page styles (f9c501f)
  • onboarding: add sign out button to onboarding page (1a589c3)
  • update home page styles (f70725b)
  • update onboarding page styles (f0788d6)
  • update root layout styles (66619e5)

v1.0.0

10 Feb 00:32
0c818ce
Compare
Choose a tag to compare

1.0.0 (2025-02-10)

Bug Fixes

  • add google env vars to supabase production workflow (6e64775)
  • add whitespace character as value for google env variables on supabase ci workflow (d950b62)

Features

  • actions: add auth actions (15bb972)
  • actions: add server action to perform scholarship match (b1a8526)
  • actions: save match scholarships (7825454)
  • add cities table (ec90a50)
  • add countries table (45f81ca)
  • add embedding column to onboarding_profiles table (0758c0d)
  • add extracurricular_activities table (6bda94c)
  • add favicon (25497b5)
  • add fields_of_study table (990bf8c)
  • add institutions table (acb4e69)
  • add landing page text and layout (812e234)
  • add login page (5240ea8)
  • add match_feedback table (9f2ef4f)
  • add match_results table (6ce3a4b)
  • add match_scholarships database function (9593346)
  • add match_scholarships table (b61e679)
  • add onboarding columns to profiles table (d113817)
  • add onboarding_profiles table (1878b39)
  • add profiles table, generate_username and handle_new_user database functions (83a90a4)
  • add redirect after successful token exchange on auth route handler (b2c31c9)
  • add redirect for requests that try to access protected routes with an invalid session (baa898f)
  • add root layout basic structure (9e279b6)
  • add root layout metadata (bd61261)
  • add scholarships table (bcf29d4)
  • add shadcn accordion component (7e481d4)
  • add shadcn blue theme (483d1ba)
  • add shadcn calendar component (ed81715)
  • add shadcn card component (a28f1ac)
  • add shadcn dialog component (2f79e50)
  • add shadcn form component (f17f084)
  • add shadcn popover component (33faccc)
  • add shadcn radio-group component (fc12b63)
  • add shadcn select component (42079c6)
  • add shadcn textarea component (1d5f44d)
  • add shadcn toast component (305bf9b)
  • add states table (c8104c5)
  • add translations for database enums (4915939)
  • assets: add logo and hero image (f7629d1)
  • auth: enhance protected route check with extensible routes list (698f1af)
  • match: add server action to add feedback to match results (a64d110)
  • onboarding: add config file to manage form fields based on enums and static options (d14191c)
  • onboarding: add data fetching functions to retrieve onboarding form options (33762da)
  • onboarding: add form fields validation (23e3505)
  • onboarding: add layout for onboarding route group (bb16069)
  • onboarding: add match result feedback to fetchOnboardingMatch response (8e3b3e8)
  • onboarding: add match results step to onboarding steps (756a7db)
  • onboarding: add MatchFeedback component (386d2b1)
  • onboarding: add onboarding form fields (8a39864)
  • onboarding: add OnboardingForm component (f4bb8a4)
  • onboarding: add ScholarshipCard component (b9b20e9)
  • onboarding: display scholarship match results (6f779f7)
  • onboarding: fetch onboarding profile with match result (02d2f88)
  • onboarding: set error messages for onboarding schema (683c098)
  • onboarding: set form current step based on match result (edc2978)
  • types: add database type definitions to supabase client functions (c9b7f0b)
  • update check_onboarding_data constraint to validate null values (e0b9e98)
  • utils: add match feedback schema (dde1d7b)
  • utils: add months array (4762ff9)