bezier-react

React components library that implements Bezier design system.

APACHE-2.0 License

Downloads
3K
Stars
180
Committers
46

Bot releases are hidden (Show)

bezier-react - v1.0.0-next-v1.79

Published by ch-builder almost 3 years ago

1.0.0-next-v1.79 (2022-01-12)

Features

  • theme-vars: add inverted theme css vars (f61be4f)
bezier-react - v1.0.0-next-v1.78

Published by ch-builder almost 3 years ago

1.0.0-next-v1.78 (2022-01-10)

Bug Fixes

  • foundation-provider: delete unnecessary root wrapper element (376a722)

Features

  • foundation-provider: implement theme switching (25ab523)
  • theme-vars: add theme css vars (ceb0c36)
bezier-react - v1.0.0-next-v1.77

Published by ch-builder almost 3 years ago

1.0.0-next-v1.77 (2022-01-06)

Features

  • icon: add new icons and renew every icon (3fb766b)
bezier-react - v1.0.0-next-v1.76

Published by ch-builder almost 3 years ago

1.0.0-next-v1.76 (2022-01-05)

Features

  • inputs: update inputs shadow color spec (85c76ef)
bezier-react - v1.0.0-next-v1.75

Published by ch-builder almost 3 years ago

1.0.0-next-v1.75 (2021-12-28)

Bug Fixes

  • tooltip: tooltip이 contentInterpolation prop을 받도록 수정 (6b311f3)

Performance Improvements

  • tooltip: createPortal이 2번씩 실행되는 문제 수정 (76190fc)
bezier-react - v1.0.0-next-v1.74

Published by ch-builder almost 3 years ago

1.0.0-next-v1.74 (2021-12-27)

Bug Fixes

  • status: size prop 타입을 optional으로 수정 (26e31e6)
bezier-react - v1.0.0-next-v1.73

Published by ch-builder almost 3 years ago

1.0.0-next-v1.73 (2021-12-23)

Bug Fixes

  • form-control: left label의 너비를 최소 150px로 수정 (a009099)
  • form-helper-text: 불필요한 속성을 전달하지 않도록 수정 (67305d0)
  • form-helper-text: 언마운트될 때 hasHelperText가 flase가 되도록 추가 (8666636)
  • form-helper-text: 언마운트될 때 상위 컨텍스트 상태 변경 로직 추가 (7e52dc5)

Features

  • checkbox: checkbox가 formControlContext를 전달받을 수 있도록 하고, 폼 인터페이스를 상속받도록 개선 (480730f)
  • form-control: context를 사용한 방식에서 props와 cloneElement를 사용한 방식으로 변경 (5854c60)
  • form-control: context를 통해 children에 특정 prop들을 전달할 수 있도록 개선 (c9ff3fa)
  • form-control: form control 컴포넌트 기본 구조 작성 (9bfa613)
  • form-control: grid를 통한 스타일링 방식으로 수정 (d8cafd9)
  • form-control: left label 레이아웃 구현, cloneElement에서 기존 prop을 존중하도록 개선 (23cb94f)
  • form-control: 인터페이스명을 적절하게 변경하고 export 하도록 변경 (5da6886)
  • form-helper-text: formHelperText 컴포넌트에서 formControlContext를 consume 하도록 (436330f)
  • form-helper-text: formHelperText가 TextProps를 받을 수 있도록 하고 스타일 고정 대신 기본 파라미터로 변경 (ac90c13)
  • form-label: formLabel 컴포넌트가 label 엘리먼트 외의 엘리먼트로 사용할 수 있도록 (61bab10)
  • form-label: formLabel 컴포넌트에서 formControlContext를 consume 하도록 (187b1ce)
  • hooks: 폼 필드의 prop을 담당하는 useFormFieldProps 훅 구현 (fbfa809)
  • radio: radio가 formControlContext를 전달받을 수 있도록 하고, 폼 인터페이스를 상속받도록 개선 (9bdc43e)
  • segmented-control: segmentedControl이 formControlContext를 전달받을 수 있도록 하고, 폼 인터페이스를 상속받도록 개선 (a91af75)
  • select: select가 formControlContext를 전달받을 수 있도록 하고, 폼 인터페이스를 상속받도록 개선 (05b99f2)
  • switch: switch가 formControlContext를 전달받을 수 있도록 하고, 폼 인터페이스를 상속받도록 개선 (419cc6e)
  • textarea: textarea가 formControlContext를 전달받을 수 있도록 개선 (40b3dec)
bezier-react - v1.0.0-next-v1.72

Published by ch-builder almost 3 years ago

1.0.0-next-v1.72 (2021-12-22)

Bug Fixes

  • foundation: 유틸 타입을 export 하도록 수정 (e96cad8)

Features

  • foundation: spacing 추가 (c8af852)
bezier-react - v1.0.0-next-v1.71

Published by ch-builder almost 3 years ago

1.0.0-next-v1.71 (2021-12-22)

Bug Fixes

  • status: status border, background color 변경 스펙에 맞게 수정 (0e4ac0d)

Features

  • status: statusSize 추가, AvatarSize에 맞게 StatusSize 지정 (84967d8)
bezier-react - v1.0.0-next-v1.70

Published by ch-builder almost 3 years ago

1.0.0-next-v1.70 (2021-12-21)

Features

  • textarea: 기본 텍스트 색상 추가 (73b0baa)
bezier-react - v1.0.0-next-v1.69

Published by ch-builder almost 3 years ago

1.0.0-next-v1.69 (2021-12-20)

Features

  • button: button 컴포넌트 스펙을 디자인 스펙에 맞게 최신화 (52ab646)
bezier-react - v1.0.0-next-v1.68

Published by ch-builder almost 3 years ago

1.0.0-next-v1.68 (2021-12-17)

Bug Fixes

  • textfield: 잘못된 rightContent의 타입 수정 (f1139e9)
bezier-react - v1.0.0-next-v1.67

Published by ch-builder almost 3 years ago

1.0.0-next-v1.67 (2021-12-16)

Bug Fixes

  • csshoudini: prevent csshoudini to register multiple times (25019f5)
bezier-react - v1.0.0-next-v1.66

Published by ch-builder almost 3 years ago

1.0.0-next-v1.66 (2021-12-15)

Bug Fixes

  • textarea: placeholder의 color를 추가 (like TextField) (3bb9d61)
bezier-react - v1.0.0-next-v1.65

Published by ch-builder almost 3 years ago

1.0.0-next-v1.65 (2021-12-13)

Code Refactoring

  • banner: 타입 정리 (0766410)
  • button: 타입 정리 (4bed63e)
  • listitem: 타입 정리 (b30719a)
  • types: foundation 관련 타입의 네이밍 컨벤션 통일 (ee5603b)
  • types: 사용하지 않는 공용 타입 제거 (b4e4b33)

BREAKING CHANGES

  • types: ContentComponentProps, ChildrenComponentProps 가 제거됩니다.
  • types: WithFoundation -> FoundationProps, WithInterpolation -> InterpolationProps
  • listitem: ListItemProps colorVariant -> variant, ListItemColorVariant ->
    ListItemVariant
  • button: ButtonProps leftComponent, rightComponent -> leftContent, rightContent
  • banner: BannerProps colorVariant -> variant, BannerColorVariant -> BannerVariant
bezier-react - v1.0.0-next-v1.64

Published by ch-builder almost 3 years ago

1.0.0-next-v1.64 (2021-12-13)

Bug Fixes

  • overlay: overlay의 reflow가 trigger 되는 함수를 ref로 변경 (76edb07)
bezier-react - v1.0.0-next-v1.63

Published by ch-builder almost 3 years ago

1.0.0-next-v1.63 (2021-12-09)

Features

  • foundation/typography: added new size of Typography, font-size: 22px; line-height: 28px; (9a9e0e0)
bezier-react - v1.0.0-next-v1.62

Published by ch-builder almost 3 years ago

1.0.0-next-v1.62 (2021-12-08)

Bug Fixes

  • circular dependencies 제거 (b47c2fb)
  • ci: circle ci jest module resolve error 해결 (0ba92cf)
  • rollup: 빌드가 제대로 되지 않는 문제 수정 (7963690)
bezier-react - v1.0.0-next-v1.61

Published by ch-builder almost 3 years ago

1.0.0-next-v1.61 (2021-12-02)

Bug Fixes

  • form-label: 불필요한 스타일 제거 (5da6186)
  • form-label: 잘못된 테스트 코드와 스타일 변경 (5ceafaa)

Features

  • form-label: add form label component and story (50abfde)
  • form-label: children이 없을 때 렌더하지 않도록 변경 (6e0d591)
  • form-label: forwarRef 추가 및 bold, typo 속성을 주입할 수 있도록 변경 (11ddf82)
  • form-label: help 아이콘의 hover 색상을 hoverColor prop을 통해 전달, hover 색상 변경 (90ee826)
  • icon: icon에 hoverColor prop을 추가하여 호버 시 색상 전달 (6714412)
  • text: 다양한 HTMLElement 속성을 받기 위해 rest prop 추가 (dac6018)

Reverts

  • Revert "feat(form-label): help 아이콘의 hover 색상을 hoverColor prop을 통해 전달, hover 색상 변경" (fc2b48e)
  • Revert "feat(icon): icon에 hoverColor prop을 추가하여 호버 시 색상 전달" (32cd683)
bezier-react - v1.0.0-next-v1.60

Published by ch-builder almost 3 years ago

1.0.0-next-v1.60 (2021-12-02)

Bug Fixes

  • types: 사용하지 않는 type 제거 (6de9327)