Skip to content

Releases: channel-io/bezier-react

v0.5.0

21 May 10:19
47f7c7e
Compare
Choose a tag to compare

Breaking change

  • Button onclick event parameter type change (MouseEvent -> React.MouseEvent) @dugi #448

Updates

  • TextField 컴포넌트 확장 및 리팩토링 @ed #413
  • ListItem 이 grid 를 사용하도록 수정 @dino #437
  • TextField state 에 따른 color 로직 수정 @dino #456
  • Button 에 type prop 추가 @leo #468
  • Select @leo #465
  • SectionLabel default action 을 Button 으로 렌더링하도록 수정 @dugi #449
  • SidePanelContent에 ref 추가 @mong #463
  • KeyValueListItem이 HTMLArrtibutes를 extends하게 변경 @mong #463

Bugfixes

  • Button active styled 이 focus pseudo select 에서는 활성화되지 않도록 수정 @leo #469
  • Text 의 display: flex 를 삭제 @ed #487

Internal change

v0.4.1

17 May 07:58
32a10ea
Compare
Choose a tag to compare

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

14 May 13:44
8be3bef
Compare
Choose a tag to compare

Updates

  • @channel.io/design-system 에서 @channel.io/bezier-react 로 이름 변경
  • Codecov integration @leo #429
  • Declaration file 생성 방식 변경 @leo #431

v0.3.30

14 May 10:44
2fdd0b0
Compare
Choose a tag to compare

Updates

  • ListItem 이 active 시에도 클릭 이벤트가 일어나도록 수정 @ed #416
  • TextField 컴포넌트의 export 되는 변수 중 필요한 변수를 추가 @paul #405
  • Extendable 제거 이후 타입 문제 수정 @mong #417

Bugfixes

  • OutlineItem active 가 작동하지 않는 문제 수정 @dino #412

v0.3.29

13 May 06:34
92f9f98
Compare
Choose a tag to compare

Enhance

Updates

  • Text에 SemanticNames를 color prop으로 받을 수 있게 추가 @mong #401
  • Toast의 transform을 animaiton으로 변경 @manuel #392
  • Avatar Wrapper에 Interpolation prop 추가 @mong #406

v0.3.28

12 May 04:12
352bd30
Compare
Choose a tag to compare

New Components

Bugfixes

  • Extendable util type 제거하여 props type checking 문제 수정 @leo #373

Updates

  • IconSize 추가 @dino #393
  • Dependabot 설정 추가 수정 (time zone, target branch) @leo #391

v0.3.27

10 May 11:56
58c10d2
Compare
Choose a tag to compare

New Components

Bugfixes

  • Dependabot commit msg prefix 가 15글자를 넘으면 안되는 문제 수정 @leo #376
  • OutlineItem 의 icon align 이 올바르지 못한 문제 수정 @dino #372
  • Toast 배경색 수정 @dino #379
  • Badge variant 이름 변경 @mong #380

v0.3.26

07 May 08:44
6a9134a
Compare
Choose a tag to compare

Updates

  • OutlineItem 이 leftIcon 으로 ReactNode 도 받을 수 있게 수정 @dino #364
  • Tag, Icon 컴포넌트 개선 @ed #365
  • Icon 최신화 @dino #366

Others

  • Dependabot configuration 추가 @leo #367

v0.3.25

04 May 12:30
257fc6a
Compare
Choose a tag to compare

Bugfixes

  • Navigation의 hidable, Header 의 action 이 공존할 때 UX 가 어색하지 않도록 수정 @dugi #356

New components

v0.3.24

30 Apr 06:19
3cf1ac9
Compare
Choose a tag to compare

New Components

Updates

  • TagBadgeBgColorPreset, BadgeColorPreset export @mong #358

Bugfixes

  • Avatar, AvatarGroup 컴포넌트 개선 및 버그 픽스 @ed #350