Skip to content

Releases: channel-io/bezier-react

v1.0.0-next-v1.48

25 Oct 15:08
Compare
Choose a tag to compare
v1.0.0-next-v1.48 Pre-release
Pre-release

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

v1.0.0-next-v1.47

25 Oct 10:38
Compare
Choose a tag to compare
v1.0.0-next-v1.47 Pre-release
Pre-release

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)

v1.0.0-next-v1.46

21 Oct 01:57
Compare
Choose a tag to compare
v1.0.0-next-v1.46 Pre-release
Pre-release

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파일에 추가

v1.0.0-next-v1.45

12 Oct 12:22
Compare
Choose a tag to compare
v1.0.0-next-v1.45 Pre-release
Pre-release

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

Bug Fixes

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

v1.0.0-next-v1.44

12 Oct 12:12
Compare
Choose a tag to compare
v1.0.0-next-v1.44 Pre-release
Pre-release

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

Features

  • listitem: rightContent의 Wrapper에 display:flex 추가 (14fc6e5)

v1.0.0-next-v1.43

07 Oct 12:41
Compare
Choose a tag to compare
v1.0.0-next-v1.43 Pre-release
Pre-release

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

Features

  • theme: semantic name 추가(bdr-black-dark), bdr-white 의 Dark Theme에서의 색상 변경 (840e235)

v1.0.0-next-v1.42

07 Oct 12:25
Compare
Choose a tag to compare
v1.0.0-next-v1.42 Pre-release
Pre-release

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

Features

  • select: add placeholder style (3ffd590)

v1.0.0-next-v1.41

07 Oct 11:32
Compare
Choose a tag to compare
v1.0.0-next-v1.41 Pre-release
Pre-release

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

Bug Fixes

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

v1.0.0-next-v1.40

29 Sep 09:08
Compare
Choose a tag to compare
v1.0.0-next-v1.40 Pre-release
Pre-release

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

Features

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

v1.0.0-next-v1.39

23 Sep 11:18
Compare
Choose a tag to compare
v1.0.0-next-v1.39 Pre-release
Pre-release

1.0.0-next-v1.39 (2021-09-23)

Bug Fixes

  • header: fixed type of HeaderProps.actions (ec50b56)

Features

  • layout/navigations: seperated states of hidable navigations by refactoring LayoutContext logic (2fc4e0a)

BREAKING CHANGES

  • layout/navigations: ColumnState.hidable is removed. use NavigationContentProps.hidableNavigationKey and
    LayoutState.hidableNavigationKeys instead.