Skip to content

Latest commit

 

History

History
141 lines (71 loc) · 6.98 KB

CHANGELOG.md

File metadata and controls

141 lines (71 loc) · 6.98 KB

Changelog

0.9.4 (2025-01-06)

Bug Fixes

  • mainhero.tsx: replaced main action link with to sign-in instead of to-dashboard, updated aria (c59ac61)

0.9.3 (2025-01-04)

Bug Fixes

  • .github/workflows: pinned pnpm/action-setup to v4.0.0 commit hash for security (f0fce26)

0.9.2 (2025-01-04)

Bug Fixes

  • package.json: added webkit to playwright install command (82f83ec), closes #43

0.9.1 (2025-01-04)

0.9.0 (2025-01-04)

Features

  • (stack-client-context)/actions.ts: adopted client ro metadata for role management (6320431), closes #36

0.8.1 (2025-01-04)

0.8.0 (2025-01-02)

Features

  • usefirebaseauthintegration.ts: added firebase auto-signin with custom claims as hook in layout (5f4d407), closes #23

0.7.0 (2025-01-02)

Features

  • (firebase-context)/action.ts: securely added user role firestore accessor server action (f6c8b1b)

0.6.0 (2024-12-31)

Features

  • components/verifyemail/: added AlreadySignedInPrompt.tsx option to fixed verify email page (2f40476)

0.5.8 (2024-12-31)

Bug Fixes

  • auth/verify-email/layout.tsx: removed auto-redir guard because interfere w/ stack redir (1a48bbb), closes #28

0.5.7 (2024-12-31)

0.5.6 (2024-12-30)

0.5.5 (2024-12-29)

0.5.4 (2024-12-29)

0.5.3 (2024-12-28)

0.5.2 (2024-12-28)

0.5.1 (2024-12-28)

0.5.0 (2024-12-27)

Features

  • components/bottomnav: added dynamic bottom nav for client pages (4d83adc), closes #6

0.4.2 (2024-12-27)

Bug Fixes

  • signoutwireframe.tsx: updated sign-out prompts with OSUSWE App info, added goback handler (1cc206f), closes #9

0.4.1 (2024-12-27)

Bug Fixes

  • input and link elements: fixed input auto-caps, fixed osuswe slack link to be external (7f2ff98), closes #8 #3

0.4.0 (2024-12-27)

Features

  • app/page.tsx: added ssr homepage with header/footer, hero, and dev timeline (76db464)

0.3.2 (2024-12-25)

0.3.1 (2024-12-25)

Bug Fixes

  • unit-test.yaml: updated CI to include necessary envs for passing tests (8057a53)

0.3.0 (2024-12-25)

Features

  • lib/stack-auth: completed (and tested working) stack auth for osuswe app (e6cfb7f)

0.2.0 (2024-12-25)

Features

  • tailwind.config.ts: added custom osuswe style and implemented max mobile viewport (f13525e)

0.1.7 (2024-12-17)

0.1.6 (2024-12-17)

Bug Fixes

  • biome.json: removed packaged.json from biome ignore, found root cause of inconsistency (6ddbb20)

0.1.5 (2024-12-17)

Bug Fixes

  • unit-test.yml: fixed typo in workflow file env declaration that fails unit tests in ci (96058cf)

0.1.4 (2024-12-17)

Bug Fixes

  • biome.json: added package.json to biome's ignored files due to diff behavior ci and local (8abe492)

0.1.3 (2024-12-17)

0.1.2 (2024-12-17)

Bug Fixes

  • commitizen now triggering properly by husky, followed by release-it (9f8efc8)

0.1.1 (2024-12-17)