Releases: channel-io/bezier-react
Releases · channel-io/bezier-react
v0.5.0
Breaking change
- Button onclick event parameter type change (MouseEvent -> React.MouseEvent) @dugi #448
Updates
Bugfixes
- Button active styled 이 focus pseudo select 에서는 활성화되지 않도록 수정 @leo #469
- Text 의 display: flex 를 삭제 @ed #487
Internal change
v0.4.1
Bugfixes
- ListItem 의 ref 가 특정 상황에서 동작하지 않는 문제 수정 @dino #433
- SmoothCorners story 의 불필요한 export 로 storybook 동작하지 않는 문제 수정 @dino #438
Updates
- Overlay 에 inner position 추가 @daniel #430
- @wessberg/rollup-plugin-ts 를 @rollup/plugin-babel 로 revert @leo #444
v0.4.0
Updates
- @channel.io/design-system 에서 @channel.io/bezier-react 로 이름 변경
- Codecov integration @leo #429
- Declaration file 생성 방식 변경 @leo #431
v0.3.30
Updates
- ListItem 이 active 시에도 클릭 이벤트가 일어나도록 수정 @ed #416
- TextField 컴포넌트의 export 되는 변수 중 필요한 변수를 추가 @paul #405
- Extendable 제거 이후 타입 문제 수정 @mong #417
Bugfixes
- OutlineItem active 가 작동하지 않는 문제 수정 @dino #412
v0.3.29
Enhance
Updates
- Text에 SemanticNames를 color prop으로 받을 수 있게 추가 @mong #401
- Toast의 transform을 animaiton으로 변경 @manuel #392
- Avatar Wrapper에 Interpolation prop 추가 @mong #406
v0.3.28
New Components
Bugfixes
- Extendable util type 제거하여 props type checking 문제 수정 @leo #373
Updates
v0.3.24
New Components
Updates
Bugfixes