You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
라이브러리가 가지고 있던 문제들을 해결하고, 다음 버전의 디자인 시스템이 잘 안착할 수 있도록 기반을 닦습니다.
Style system이 가지고 있던 문제를 해결합니다.
CSS-in-JS에서 CSS 기반으로 변경하여 React context에 접근할 수 없는 다양한 환경에서 디자인 시스템 토큰을 사용할 수 있도록 합니다. 기존에도 SemanticColor를 CSS Variable을 제공했지만, 이번 마이그레이션으로 Foundation의 모든 토큰을 CSS Variable을 통해 제공합니다.
기존 Component를 개선합니다.
디자인 시스템과 큰 연관이 없는, 스타일링의 편의성을 제공하는 Layout Component 등을 추가&개선합니다.
Alpha Component를 Stable Component로 변경합니다. 대응하는 이전 Component를 Legacy Component(deprecated)로 변경합니다.
Due date
~ 2024.02
Tasklist
The content you are editing has changed. Please copy your edits and refresh the page.
<!--
How to write a good PR title:
- Follow [the Conventional Commits
specification](https://www.conventionalcommits.org/en/v1.0.0/).
- Give as much context as necessary and as little as possible
- Prefix it with [WIP] while it’s a work in progress
-->
## Self Checklist
- [x] I wrote a PR title in **English** and added an appropriate
**label** to the PR.
- [x] I wrote the commit message in **English** and to follow [**the
Conventional Commits
specification**](https://www.conventionalcommits.org/en/v1.0.0/).
- [x] I [added the
**changeset**](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md)
about the changes that needed to be released. (or didn't have to)
- [x] I wrote or updated **documentation** related to the changes. (or
didn't have to)
- [x] I wrote or updated **tests** related to the changes. (or didn't
have to)
- [x] I tested the changes in various browsers. (or didn't have to)
- Windows: Chrome, Edge, (Optional) Firefox
- macOS: Chrome, Edge, Safari, (Optional) Firefox
## Related Issue
<!-- Please link to issue if one exists -->
- #1800
## Summary
<!-- Please brief explanation of the changes made -->
Update README.md
## Details
<!-- Please elaborate description of the changes -->
- 다음 버전의 내용에 맞게 문서 내용을 업데이트합니다.
- Chore: bezier-icons 기존 문서의 잘못된 예제 수정
- Chore: storybook preload 잘못된 코드 수정
### Breaking change? (Yes/No)
<!-- If Yes, please describe the impact and migration path for users -->
No
Goals
라이브러리가 가지고 있던 문제들을 해결하고, 다음 버전의 디자인 시스템이 잘 안착할 수 있도록 기반을 닦습니다.
Due date
~ 2024.02
Tasklist
🌟 Epic
✨ Feature (support css var & layout component)
Box
primitive layout component #1818AlphaStack
layout component #1835AlphaCenter
layout component #1853Text
component to support new typography token #1833AlpahStack
's justify prop #1673ev
#690testId
property from the public component API #1959🔧 Fix
ListItem
size prop #1117active
property of styled-components insideListItem
#1314Switch
component is broken when using withModalTrigger
component #1099Banner
can not have link whencontent
is not string #1486Tooltip
and removeTooltipProvider
#1732🚚 Codemod (migration support)
Typography
interpolation to CSS Variable #1794styled
import path tostyled-components
#1782getRootElement
...) touseWindow
#1817Typography
of TextProps.typo to typo string literal #1816Stack
toLegacyStack
&AlphaStack
toStack
#1813AlphaCenter
toCenter
#1888spacing
foundation #1886ListItem
breaking changes (#1925) #1939OutlineItem
breaking changes (#1930) #1940KeyValueListItem
breaking changes (#1941) #1942🚀 Enhancement / Chore
useMemo
in style prop #1780Checkbox
as decorative elements #1735Radio
to be label-free #1734keepOpenOnBlur
props forOverlay
#1614forwardRef
to all components #1448forwardRef
toIcon
#1313🔽 Less important
The text was updated successfully, but these errors were encountered: