Releases: channel-io/bezier-react
Releases · channel-io/bezier-react
@channel.io/bezier-react@2.2.3
Patch Changes
- Fix vertical align bug with icon in
AlphaFloatingIconButton
component. (#2383) by @yangwooseong
@channel.io/bezier-icons@0.32.0
Minor Changes
-
Optimize all icon assets with svgo. (#2380) by @ch-builder
-
Update icons (#2384) by @ch-builder
Modified
- apps-add.svg
- exclusive.svg
Added
- widget.svg
@channel.io/bezier-icons@0.31.2
Patch Changes
- Revert
IconSource
type toReact.FunctionComponent
to remove breaking change caused by type change. (#2359) by @yangwooseong
@channel.io/bezier-tokens@0.2.6
Patch Changes
- Fix the value of alpha color.green.300(-15,30,45) (#2362) by @yangwooseong
@channel.io/bezier-react@2.2.2
Patch Changes
- Updated dependencies
- @channel.io/bezier-tokens@0.2.6
@channel.io/bezier-icons@0.31.1
Patch Changes
- Check if value is nullish in
isBezierIcon
function to block runtime error. (#2348) by @yangwooseong
@channel.io/bezier-icons@0.31.0
Minor Changes
-
Update icons (#2346) by @kimminkyung94
Modified
- lightning-filled.svg
- lightning.svg
@channel.io/bezier-react@2.2.1
Patch Changes
- Change
source
type of IconProps toBezierIcon
(#2344) by @yangwooseong
@channel.io/bezier-react@2.2.0
Minor Changes
- Focus on the clear button in
TextField
component when tab is pressed. (#2325) by @ehgmsdk20
Patch Changes
- Rename
AlphaSpinner
component toAlphaLoader
. (#2336) by @yangwooseong
@channel.io/bezier-icons@0.30.0
Minor Changes
- Fix
reactIconTemplate
for ref forwarding. (#2329) by @yangwooseong