Releases: safethecode/retro
Releases · safethecode/retro
v0.2.1
수정 사항
빌드 오류 수정
- next-intl 서버 컴포넌트 호환성:
useTranslations를getTranslations로 변경하여 prerender 오류 해결 - Suspense boundary 추가:
LoginForm에서useSearchParams사용 시 필요한 Suspense 래퍼 추가 - next-sitemap ES module 호환:
module.exports를export default형식으로 변환
영향 받는 파일
apps/web/app/[locale]/page.tsxapps/web/app/[locale]/(auth)/login/page.tsxapps/web/app/[locale]/(auth)/register/page.tsxapps/web/app/[locale]/(dashboard)/dashboard/page.tsxapps/web/next-sitemap.config.js
v0.2.0
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
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Full Changelog: v0.0.3...v0.0.4
v0.0.3
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
- @dependabot made their first contribution in #4
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Full Changelog: v0.0.1...v0.0.2