Releases: channel-io/bezier-react
Releases · channel-io/bezier-react
@channel.io/[email protected]
Patch Changes
- Updated dependencies
- @channel.io/[email protected]
@channel.io/[email protected]
Patch Changes
- The alpha version dimension token is removed. The alpha version radius token is added. (#2540) by @sungik-choi
@channel.io/[email protected]
Patch Changes
-
If disabled is not passed from Button's props, disabled follows loading (#2510) by @jintak0401
-
Updated dependencies
- @channel.io/[email protected]
@channel.io/[email protected]
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]
Patch Changes
- Updated dependencies
- @channel.io/[email protected]
@channel.io/[email protected]
Patch Changes
- Changes in alpha color tokens. (#2515) by @yangwooseong
color-fg(bg)-grey-grey-alpha-*
are renamed tocolor-fg(bg)-grey-alpha-*
.color-fg(bg)-white-white-alpha-*
are renamed tocolor-fg(bg)-white-alpha-*
.- add
color-fg-grey-darkest
token.
@channel.io/[email protected]
Patch Changes
-
Decreate icon size of
AlphaButton
,AlphaIconbutton
,AlphaFloatingButton
, andAlphaFloatingIconButton
. (#2532) by @yangwooseong -
Updated dependencies
- @channel.io/[email protected]
@channel.io/[email protected]
Minor Changes
-
Update icons (#2508) by @ch-builder
Added
- hospital.svg
Modified
- office.svg
@channel.io/[email protected]
Minor Changes
-
Update icons (#2505) by @ch-builder
Modified
- headset-off.svg
- headset.svg
@channel.io/[email protected]
Minor Changes
- Add
clickable
property toListItem
andOutlineItem
. This property makes the component appear clickable even when it's not inherently interactive. (#2502) by @sungik-choiOutlineItem
now does not have a clickable style by default.