Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…int-plugin ^1.0.1
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- TailwindCSS 4.1.13으로 업그레이드 - pnpm workspace 설정 추가 - 클라이언트 사이드 목차 컴포넌트 추가 - MDX 레이아웃 개선 - TailwindCSS defaultTheme import 수정
- MCP 서버 설정 파일 추가 (.mcp.json) - Claude Code 가이드 문서 업데이트 (CLAUDE.md) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Tailwind CSS v4 설정으로 마이그레이션 - Next.js 설정 및 PostCSS 설정 업데이트 - globals.css에서 CSS 계층화 구조 적용 - shadcn/ui 컴포넌트 설정 업데이트 - 기존 tailwind.config.ts 제거 - CSS 네이밍 토큰 디자인 아티클 업데이트 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- dayjs 기반 다국어 날짜 유틸리티 추가 (date-utils.ts) - 한국어/영어 로케일 지원 및 타임존 처리 - 상대적 날짜 표시 및 다양한 포맷 옵션 - 종합적인 단위 테스트 추가 (date-utils.test.ts) - 엣지 케이스 및 타임존 전환 테스트 포함 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- mdx.ts에서 인라인 날짜 포맷팅 로직 제거 - 새로운 date-utils 모듈 사용으로 변경 - 한국어 로케일 및 상대적 날짜 표시 지원 - MDX 레이아웃에서 date-utils 사용 - 코드 중복 제거 및 일관성 개선 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- 모든 컴포넌트에서 Tailwind CSS v4 호환성 업데이트 - shadcn/ui 컴포넌트 스타일 및 설정 개선 - ESLint, Prettier 설정 파일 업데이트 - 테스트 파일 및 MDX 컴포넌트 업데이트 - 프로젝트 전반의 타입스크립트 설정 개선 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5b73068 to
858bf6d
Compare
| </SelectPrimitive.Icon> | ||
| </SelectPrimitive.Trigger> | ||
| ); | ||
| } |
There was a problem hiding this comment.
Bug: Ref Forwarding Broken in Component Refactor
The Button, Input, and all Select components no longer forward the ref prop after being refactored from React.forwardRef to regular functions. This breaks existing code that relies on ref forwarding to their underlying elements, despite their prop types still indicating ref support.
Additional Locations (2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.