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.59

Published by ch-builder almost 3 years ago

1.0.0-next-v1.59 (2021-12-01)

Features

  • componentprops: 접근성 강화를 위해 UIComponentProps interface에 id prop 추가 (4d63b84)
  • form-helper-text: add FormHelperText Component (20fdf49)
  • form-helper-text: as prop을 전달할 수 있도록 수정 (6cdf595)
  • form-helper-text: description을 children으로 받도록 변경 (9242571)
  • form-helper-text: errorMessage prop 대신 hasError prop으로 텍스트 색상만 변경되도록 수정 (7cf3e0f)
  • form-helper-text: errorMessage의 타입을 React.ReactNode로 변경 (fb48723)
  • form-helper-text: 피드백 반영 (lloyd) - IdentifierProps 인터페이스의 id를 Required로 변경 (227009c)
  • text: text가 id prop을 받을 수 있도록 변경 (c6fd73d)
bezier-react - v1.0.0-next-v1.58

Published by ch-builder almost 3 years ago

1.0.0-next-v1.58 (2021-11-26)

Features

  • divider: add divider component (a6dcf93)
  • divider: pass rest UIComponentProps and add forwardRef (192bb9f)
bezier-react - v1.0.0-next-v1.57

Published by ch-builder almost 3 years ago

1.0.0-next-v1.57 (2021-11-22)

Bug Fixes

  • segmentedcontrol: correct disabled style (c08a54f)
  • textarea: merge conflict resolve w/ #612 (5588a2a)
  • textinputs: add cursor: not-allowed if input state is disabled (d30a9b7)

Features

  • icons: new icons added, and some icons renamed (a125098)
  • textarea: add disabled option (e81ad5a)
  • textarea: delete size option, add minRows, maxRows option (dfbf60e)

BREAKING CHANGES

  • textarea: size prop deleted
bezier-react - v1.0.0-next-v1.56

Published by ch-builder almost 3 years ago

1.0.0-next-v1.56 (2021-11-22)

Bug Fixes

  • banner: correct Banner link text style (306e3a3)
bezier-react - v1.0.0-next-v1.55

Published by ch-builder almost 3 years ago

1.0.0-next-v1.55 (2021-11-10)

Bug Fixes

  • listitem: listItem의 RightContent가 강제 줄바꿈 되는 버그 수정 (20d2546), closes #580
bezier-react - v1.0.0-next-v1.54

Published by ch-builder almost 3 years ago

1.0.0-next-v1.54 (2021-11-10)

Features

  • banner: expand the banner text prop (963e197)
  • banner: string이 아닌 content시 colorVariant에 따라 텍스트 색상을 지정하도록 수정 (e9fdb35)
  • banner: text prop의 이름을 content로 수정 (290395a)
bezier-react - v1.0.0-next-v1.53

Published by ch-builder almost 3 years ago

1.0.0-next-v1.53 (2021-11-02)

Features

  • banner: add Banner component (5f442ee)
bezier-react - v1.0.0-next-v1.52

Published by ch-builder almost 3 years ago

1.0.0-next-v1.52 (2021-11-02)

Bug Fixes

  • houdini: remove side effect of enablecsshoudini and move it to foundation provider (2bfa044)
bezier-react - v1.0.0-next-v1.51

Published by ch-builder almost 3 years ago

1.0.0-next-v1.51 (2021-11-02)

Bug Fixes

  • foundation/mixins.ts: 잘못된 lodash 모듈 임포트 수정 (cb986b2)
bezier-react - v1.0.0-next-v1.50

Published by ch-builder almost 3 years ago

1.0.0-next-v1.50 (2021-11-02)

Features

  • header: header 크기가 70px을 넘을 수 있도록 변경 (5dbc89e)
bezier-react - v1.0.0-next-v1.49

Published by ch-builder almost 3 years ago

1.0.0-next-v1.49 (2021-11-01)

Features

  • components/icon: 새 아이콘 셋 추가 (9d754d4)
bezier-react - v1.0.0-next-v1.48

Published by ch-builder almost 3 years ago

1.0.0-next-v1.48 (2021-10-25)

Bug Fixes

  • status: status Private enum field renamed to Lock (f7b15a8), closes #571

BREAKING CHANGES

  • status: Private enum value removed. It must change to Lock
bezier-react - v1.0.0-next-v1.47

Published by ch-builder almost 3 years ago

1.0.0-next-v1.47 (2021-10-25)

Features

  • foundationstyledcomponent: export keyframes prevent import it from styled components (9ae9974)
  • spinner: spinner의 @keyframe을 keyframes으로 변경함 (2a4c326)

Reverts

  • package-lock: 불필요하게 변경된 package-lock.json을 리스토어 (9cadf25)
bezier-react - v1.0.0-next-v1.46

Published by ch-builder almost 3 years ago

1.0.0-next-v1.46 (2021-10-21)

Features

  • icon: add send forward icon (c6881fa)
  • icon: add sendForward tsx file (35df4bf)
  • icon: 아이콘 generated/index파일에 send-forward 추가 (b40e4a8)

BREAKING CHANGES

  • icon: send-forward 아이콘 index파일에 추가
bezier-react - v1.0.0-next-v1.45

Published by ch-builder about 3 years ago

1.0.0-next-v1.45 (2021-10-12)

Bug Fixes

  • button: 모노크롬 버튼의 active 색상을 올바르게 변경 (f87861f)
  • navigation: 네비게이션 스토리북이 제대로 동작하도록 수정 (b9f245a)
  • navigation: 네비게이션 토글 버튼을 모노크롬 버튼으로 마이그레이션 (d374e02)
bezier-react - v1.0.0-next-v1.44

Published by ch-builder about 3 years ago

1.0.0-next-v1.44 (2021-10-12)

Features

  • listitem: rightContent의 Wrapper에 display:flex 추가 (14fc6e5)
bezier-react - v1.0.0-next-v1.43

Published by ch-builder about 3 years ago

1.0.0-next-v1.43 (2021-10-07)

Features

  • theme: semantic name 추가(bdr-black-dark), bdr-white 의 Dark Theme에서의 색상 변경 (840e235)
bezier-react - v1.0.0-next-v1.42

Published by ch-builder about 3 years ago

1.0.0-next-v1.42 (2021-10-07)

Features

  • select: add placeholder style (3ffd590)
bezier-react - v1.0.0-next-v1.41

Published by ch-builder about 3 years ago

1.0.0-next-v1.41 (2021-10-07)

Bug Fixes

  • overlay: 오버레이가 잘릴 때 더 많이 많이 표시되는 방향으로 나타나게 수정 (6c8ca31), closes #333
bezier-react - v1.0.0-next-v1.40

Published by ch-builder about 3 years ago

1.0.0-next-v1.40 (2021-09-29)

Features

  • outlineitem: add "focused" prop to OutlineItem (71657d9)