Skip to content

Releases: safethecode/retro

v0.2.1

29 Jan 12:12

Choose a tag to compare

수정 사항

빌드 오류 수정

  • next-intl 서버 컴포넌트 호환성: useTranslationsgetTranslations로 변경하여 prerender 오류 해결
  • Suspense boundary 추가: LoginForm에서 useSearchParams 사용 시 필요한 Suspense 래퍼 추가
  • next-sitemap ES module 호환: module.exportsexport default 형식으로 변환

영향 받는 파일

  • apps/web/app/[locale]/page.tsx
  • apps/web/app/[locale]/(auth)/login/page.tsx
  • apps/web/app/[locale]/(auth)/register/page.tsx
  • apps/web/app/[locale]/(dashboard)/dashboard/page.tsx
  • apps/web/next-sitemap.config.js

v0.2.0

28 Jan 10:07

Choose a tag to compare

v0.2.0

새로운 기능

  • Feature-based 폴더 구조: features/, shared/, lib/ 아키텍처
  • Data Layer: TanStack Query v5 + Zustand v5
  • Testing: Vitest + Playwright 설정
  • Auth: NextAuth.js v5 (Credentials + Google OAuth)
  • i18n: next-intl (한국어/영어)
  • API Routes: /api/v1/ 버전 관리

개선사항

  • shadcn 컴포넌트 최신 버전 업데이트
  • 타입 안전한 API 클라이언트
  • Zod 기반 검증 유틸리티

v0.0.5

08 May 10:02

Choose a tag to compare

Full Changelog: v0.0.4...v0.0.5

v0.0.4

08 May 09:58

Choose a tag to compare

Full Changelog: v0.0.3...v0.0.4

v0.0.3

07 May 07:06
8cac3e2

Choose a tag to compare

What's Changed

  • chore(deps): bump lucide-react from 0.488.0 to 0.507.0 by @dependabot in #4
  • chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 by @dependabot in #8
  • chore(deps-dev): bump @types/react-dom from 19.1.1 to 19.1.3 by @dependabot in #10

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

07 May 07:00

Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

v0.0.1

05 May 13:18

Choose a tag to compare