Skip to content

Releases: channel-io/bezier-react

@channel.io/[email protected]

05 Dec 08:18
730b999
Compare
Choose a tag to compare

Patch Changes

@channel.io/[email protected]

05 Dec 08:18
730b999
Compare
Choose a tag to compare

Patch Changes

  • The alpha version dimension token is removed. The alpha version radius token is added. (#2540) by @sungik-choi

@channel.io/[email protected]

05 Dec 08:18
730b999
Compare
Choose a tag to compare

Patch Changes

@channel.io/[email protected]

05 Dec 08:18
730b999
Compare
Choose a tag to compare

Minor Changes

  • Update icons (#2545) by @ch-builder

    Modified

    • arrow-left-up-small.svg
    • arrow-up.svg
    • chevron-right-double.svg
    • naver-talktalk.svg

    Added

    • chevron-down-bold.svg
    • chevron-left-bold.svg
    • chevron-right-bold.svg
    • chevron-up-bold.svg

@channel.io/[email protected]

04 Dec 07:09
adb4d27
Compare
Choose a tag to compare

Patch Changes

@channel.io/[email protected]

04 Dec 07:09
adb4d27
Compare
Choose a tag to compare

Patch Changes

  • Changes in alpha color tokens. (#2515) by @yangwooseong
    • color-fg(bg)-grey-grey-alpha-* are renamed to color-fg(bg)-grey-alpha-*.
    • color-fg(bg)-white-white-alpha-* are renamed to color-fg(bg)-white-alpha-*.
    • add color-fg-grey-darkest token.

@channel.io/[email protected]

04 Dec 07:09
adb4d27
Compare
Choose a tag to compare

Patch Changes

  • Decreate icon size of AlphaButton, AlphaIconbutton, AlphaFloatingButton, and AlphaFloatingIconButton. (#2532) by @yangwooseong

  • Updated dependencies

@channel.io/[email protected]

04 Dec 07:09
adb4d27
Compare
Choose a tag to compare

Minor Changes

@channel.io/[email protected]

25 Nov 07:00
f2a34ba
Compare
Choose a tag to compare

Minor Changes

@channel.io/[email protected]

14 Nov 08:16
3c0a1e2
Compare
Choose a tag to compare

Minor Changes

  • Add clickable property to ListItem and OutlineItem. This property makes the component appear clickable even when it's not inherently interactive. (#2502) by @sungik-choi
    • OutlineItem now does not have a clickable style by default.