Skip to content

feat: radius full 토큰 추가#499

Merged
knine79 merged 2 commits into
release/4.0.0from
feature/radius-token
Jun 2, 2026
Merged

feat: radius full 토큰 추가#499
knine79 merged 2 commits into
release/4.0.0from
feature/radius-token

Conversation

@dididoeun
Copy link
Copy Markdown
Collaborator

@dididoeun dididoeun commented Jun 2, 2026

개요

  • 이슈 링크 :

모서리를 완전히 둥글게(pill/capsule) 표현하기 위한 radius full 토큰을 추가합니다.

수정사항

  • CGFloat.radiusFull 추가 — 값은 .primitiveInfinity(무한대, Figma full 토큰 대응). 적용 대상의 짧은 변 길이 절반으로 자동 클램프되어 항상 완전한 pill/capsule 형태가 됩니다.
  • 고정 유한값이 아니므로 Radius.allValues / min / max에는 포함하지 않음 (스냅·슬라이더 범위 계산이 무한대로 깨지지 않도록).
  • make로 DocC 문서 및 MCP 토큰 데이터 재생성.
// SwiftUI
RoundedRectangle(cornerRadius: .radiusFull)

// UIKit
view.layer.cornerRadius = .radiusFull

미리보기

토큰 추가 변경으로 시각적 변경 없음 (N/A)

@dididoeun dididoeun self-assigned this Jun 2, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 2, 2026

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed PR 제목이 주요 변경사항인 radiusFull 토큰 추가를 명확하게 요약하고 있습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed 풀 리퀘스트 설명은 변경사항과 관련이 있으며, radiusFull 토큰 추가, 구현 세부사항, 사용 예시 등을 포함하고 있습니다.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/radius-token

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added the in review This issue requires a review. label Jun 2, 2026
@knine79 knine79 force-pushed the feature/radius-token branch from d426bf8 to b424829 Compare June 2, 2026 02:16
@knine79 knine79 added this to the 4.0.0 milestone Jun 2, 2026
@github-actions github-actions Bot added accepted This issue has been reviewed. and removed in review This issue requires a review. labels Jun 2, 2026
@knine79 knine79 marked this pull request as ready for review June 2, 2026 02:29
@knine79 knine79 requested a review from a team as a code owner June 2, 2026 02:29
@knine79 knine79 requested review from agiletalk and removed request for a team June 2, 2026 02:29
@knine79 knine79 merged commit be307b4 into release/4.0.0 Jun 2, 2026
4 checks passed
@knine79 knine79 deleted the feature/radius-token branch June 2, 2026 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accepted This issue has been reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants