Releases: channel-io/bezier-react
Releases · channel-io/bezier-react
v1.0.0-next-v1.28
1.0.0-next-v1.28 (2021-07-14)
Bug Fixes
- smoothcorners: 최초로 계산한 결과도 reference를 그대로 return하지 않도록 수정 (manuel 리뷰) (5a94869)
Performance Improvements
- smoothcorners: cache smoothcorner path computation result (3449ef9)
v1.0.0-next-v1.27
1.0.0-next-v1.27 (2021-07-08)
Bug Fixes
v1.0.0-next-v1.26
v1.0.0-next-v1.25
1.0.0-next-v1.25 (2021-07-07)
Bug Fixes
- toast: 애니메이션에 ms 단위 추가 (60eecf6)
Code Refactoring
BREAKING CHANGES
- transition: TransitionDuration을 string 대신 number로 정의하고, ms 단위 제거
v1.0.0-next-v1.24
1.0.0-next-v1.24 (2021-07-07)
Performance Improvements
- smoothcorners: do not generate new classname per image url (5673497)
v1.0.0-next-v1.23
v1.0.0-next-v1.22
1.0.0-next-v1.22 (2021-06-25)
Bug Fixes
- avatargroup: children의 key가 없을 경우에만 key를 넣어주도록 수정 (8399639)
- avatargroup: ellipsisIcon의 색상을 투명도 없는 흰색으로 변경 (4d3b7c9)
- avatargroup: 아바타 그룹 Count의 너비를 텍스트 너비만큼으로 변경 (db417c8)
- checkableavatar: 기본 체크 배경색상 변경 (d9c0576)
Features
v1.0.0-next-v1.21
1.0.0-next-v1.21 (2021-06-25)
Bug Fixes
- keyvaluelistitem: isStringNumber의 의미를 잘못 파악하고 사용하여 isString으로 변경함 (becd7fa)
v1.0.0-next-v1.20
1.0.0-next-v1.20 (2021-06-25)
Bug Fixes
- main: optional하게 CoverableHeaderComponent를 넣어줄 수 있도록 변경 (0e391bf)
Code Refactoring
BREAKING CHANGES
- layout: useSideView를 useSideViewHandler로 이름 변경 및 return 값 변경, action 이름 정리