Yang Wooseong (Andrew)
Yang Wooseong (Andrew)
### Description `Overlay` 의 바깥을 클릭해도 `Overlay` 가 닫히지 않도록 하는 옵션을 추가합니다. 비슷하지만 다른 목적을 가지는 `enableClickOutside` 속성이 이미 있습니다. https://github.com/channel-io/bezier-react/pull/326 와 아래 코드로 판단하건대 오버레이를 닫게 하면서 클릭...
## Summary `TextFieldRef.getBoundingClientRect` 의 return type 에 deprecated 된 `ClientRect` 타입을 제거합니다. `ClientRect` 는 `DOMRect` 를 extends 할 뿐 추가로 다른 속성을 가지지는 않기 때문에 제거해도 무방합니다. ```typescript export interface...
## Summary - 로컬로 빌드하고 테스트하는 방법을 위키에 추가합니다. - 패키지를 패킹하고 사용처에서 적용하는 법을 커맨드와 함께 설명합니다. ## Description - 데스크에서는 yarn up 하는 것만으로는 레이아웃이 깨지는 현상이 있어서...
## 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...
## 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...
### Description 이모지 컴포넌트에서 imageUrl으로 url 전체를 받지 말고 name 과 size로 url 을 컴포넌트 내부에서 생성하고, 가능하다면 name에 이모지의 이름에 해당하는 문자열만 허용하도록 타입을 좁힙니다. ### Reasons for suggestion...
## 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...