Releases: channel-io/bezier-react
@channel.io/bezier-icons@0.29.0
Minor Changes
-
Update icons (#2326) by @ClaireKimmm
Added
- ai-off.svg
- folder-off.svg
Modified
- document.svg
- flag-filled.svg
@channel.io/bezier-react@2.1.0
@channel.io/bezier-icons@0.28.0
Minor Changes
-
Update icons (#2310) by @kimminkyung94
Added
- exclusive.svg
@channel.io/bezier-react@2.0.9
Patch Changes
-
Add
AlphaToggleButton
component. (#2276) by @yangwooseong -
Add
AlphaToggleButtonGroup
component. (#2276) by @yangwooseong -
Fixed a bug where the focus effect of the
TabItem
component was cut off. (#2295) by @theaniketnegi
@channel.io/bezier-icons@0.27.0
Minor Changes
-
Update icons (#2300) by @kimminkyung94
Added
- breaktime-filled.svg
- type.svg
Modified
- button-route.svg
- dragable-alt.svg
- lightning-filled.svg
- lightning.svg
- play-filled.svg
- view-off.svg
Deleted
- exclusive.svg
Renamed
- workflow.svg -> flow.svg
@channel.io/bezier-tokens@0.2.5
Patch Changes
-
Add
white-alpha/transparent
token. (#2253) by @yangwooseong -
Change
innerShadow
value ofalpha-shadow-input-default
token to referencecolor.shadow.medium
(#2274) by @yangwooseong
@channel.io/bezier-react@2.0.8
Patch Changes
-
Changes in
Button
component set (#2252) by @yangwooseong- use
AlphaSpinner
instead ofSpinner
component for loading state. - set size of
AlphaSpinner
to beIcon
size.
- use
-
Change
white-absolute
towhite
inAlphaButton
andAlphaIconButton
color. (#2278) by @yangwooseong -
Changes with
Button
component (#2253) by @yangwooseong- Change
white
towhite-absolute
incolor
props. - Apply
white-alpha/transparent
token fortertiary
button.
- Change
-
Updated dependencies
- @channel.io/bezier-tokens@0.2.5
@channel.io/bezier-icons@0.26.0
Minor Changes
-
Update icons (#2256) by @yangwooseong
Added
- fast-forward-filled.svg
- fast-rewind-filled.svg
- paused.svg
- play-filled.svg
- skip-filled.svg
- split-left-filled.svg
- split-right-filled.svg
Modified
- fast-forward.svg
- fast-rewind.svg
- play.svg
- skip.svg
- split-left.svg
- split-right.svg
- view-off.svg
Renamed
- pause.svg -> paused-filled.svg
@channel.io/bezier-icons@0.25.0
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
@channel.io/bezier-react@2.0.7
Patch Changes
-
Change
position
property ofToastContainer
tofixed
(#2245) by @yangwooseong -
Fix typo in
IconProps
jsdoc (#2232) by @yangwooseong -
- Fix ReactJS console warnings. (#2238) by @nabi-chan
- Introduce
useIsomorphicLayoutEffect
hook to useuseLayoutEffect
in SSR environment.
-
Add
AlphaSpinner
component (#2237) by @yangwooseong