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 - @channel.io/[email protected] Latest Release

Published by ch-builder 5 months ago

Minor Changes

  • Update icons (#2248) by @kimminkyung94

    Added

    • cloud-upload-complete.svg
    • document.svg
    • exclusive.svg
    • no-sound-filled.svg
    • office-phone.svg
    • person-sleep.svg
    • pointer.svg

    Modified

    • dragable-alt.svg
    • flag-filled.svg
    • videocam-filled.svg
bezier-react - @channel.io/[email protected]

Published by ch-builder 5 months ago

Patch Changes

  • Change position property of ToastContainer to fixed (#2245) by @yangwooseong

  • Fix typo in IconProps jsdoc (#2232) by @yangwooseong

    • Fix ReactJS console warnings. (#2238) by @nabi-chan
    • Introduce useIsomorphicLayoutEffect hook to use useLayoutEffect in SSR environment.
  • Add AlphaSpinner component (#2237) by @yangwooseong

bezier-react - @channel.io/[email protected]

Published by yangwooseong 5 months ago

Patch Changes

    • Add AlphaFloatingIconButton component. (#2223) by @yangwooseong
    • Fix disabled style bug with AlphaButton and AlphaIconButton.
    • Change icon type of AlphaIconButton to be required.
bezier-react - @channel.io/[email protected]

Published by yangwooseong 5 months ago

Patch Changes

  • Add missing fg-{color}-dark alpha version color tokens. (#2212) by @sungik-choi
bezier-react - @channel.io/[email protected]

Published by yangwooseong 5 months ago

Patch Changes

  • Add AlphaIconButton component. (#2200) by @yangwooseong

  • Replace aria-label of non-interactive elements (#2217) by @Dogdriip

  • Updated dependencies

bezier-react - @channel.io/[email protected]

Published by yangwooseong 5 months ago

Patch Changes

  • Add the font-family format supported by Google Web Font (#2209) by @leejiwoo2002
bezier-react - @channel.io/[email protected]

Published by yangwooseong 5 months ago

Patch Changes

  • Change outline color of primary and blue Button component when focused. (#2182) by @yangwooseong

  • Add AlphaButton component. (#2182) by @yangwooseong

  • Add AlphaFloatingButton component. (#2193) by @yangwooseong

  • Updated dependencies

bezier-react - @channel.io/[email protected]

Published by yangwooseong 5 months ago

Minor Changes

  • Update icons (#2204) by @kimminkyung94

    Added

    • center-focus.svg
    • group-remove-filled.svg
    • shipping-filled.svg
    • snooze-filled.svg
    • star-circle-filled.svg
    • untag-filled.svg
    • workflow.svg

    Modified

    • chat-check-filled.svg
    • chat-check.svg
    • chat-progress-filled.svg
    • chat-progress.svg
    • check-circle-filled.svg
    • check-circle.svg
    • check-verification-filled.svg
    • clock-filled.svg
    • contract.svg
    • expand.svg
    • goal.svg
    • limit.svg
    • people.svg
    • tag.svg
    • untag.svg
bezier-react - @channel.io/[email protected]

Published by sungik-choi over 1 year ago

Patch Changes

bezier-react - @channel.io/[email protected]

Published by sungik-choi over 1 year ago

Patch Changes

bezier-react - v1.0.0-next-v1.150

Published by ch-builder over 2 years ago

1.0.0-next-v1.150 (2022-06-29)

Features

bezier-react - v1.0.0-next-v1.149

Published by ch-builder over 2 years ago

1.0.0-next-v1.149 (2022-06-27)

Bug Fixes

  • modal: modal title ellipsis style을 제거 (e9f6c41)
bezier-react - v1.0.0-next-v1.148

Published by ch-builder over 2 years ago

1.0.0-next-v1.148 (2022-06-27)

Bug Fixes

  • sectionlabel: sectionLabel.help Tooltip의 allowHover를 항상 true로 설정 (85677ef)
bezier-react - v1.0.0-next-v1.147

Published by ch-builder over 2 years ago

1.0.0-next-v1.147 (2022-06-23)

Bug Fixes

bezier-react - v1.0.0-next-v1.146

Published by ch-builder over 2 years ago

1.0.0-next-v1.146 (2022-06-23)

Bug Fixes

bezier-react - v1.0.0-next-v1.145

Published by ch-builder over 2 years ago

1.0.0-next-v1.145 (2022-06-23)

Bug Fixes

bezier-react - v1.0.0-next-v1.144

Published by ch-builder over 2 years ago

1.0.0-next-v1.144 (2022-06-23)

Bug Fixes

  • banner: 아이콘과 버튼의 height를 고정 (cbb1650)
  • package: update @semantic-release/git latest version to fix peer deps issue (d18daef)
bezier-react - v1.0.0-next-v1.143

Published by ch-builder over 2 years ago

1.0.0-next-v1.143 (2022-06-21)

Bug Fixes

  • arrayutils: removeItem에서 out of index시 배열을 그대로 반환하는 것으로 수정 (be1f611)
bezier-react - v1.0.0-next-v1.142

Published by ch-builder over 2 years ago

1.0.0-next-v1.142 (2022-06-16)

Bug Fixes

  • banner: fix invalid styling (5984a87)
bezier-react - v1.0.0-next-v1.141

Published by ch-builder over 2 years ago

1.0.0-next-v1.141 (2022-06-13)

Features

  • banner: change the dismiss prop to actionIcon (13c90d5)

BREAKING CHANGES

  • banner: 'dismiss' and 'onDismiss' props are deprecated. Please migrate to 'actionIcon' and
    'onClickAction' props.