ci(changesets): version packages (next-v1) #1311
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next-v1, this PR will be updated.
next-v1
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onnext-v1
.Releases
@channel.io/bezier-react@1.0.0-next-v1.204
Minor Changes
#1310
b37f1971
Thanks @sungik-choi! - Enhance the accessibility of icons.#1309
04e05209
Thanks @sungik-choi! - Add aFeatureProvider
to make non-required features optional.BRAKING CHANGES
The smooth corners feature is turned off by default. To make it behave the same as before, wrap the root of app in a
FeatureProvider
, as shown below.#1317
b2629ece
Thanks @sungik-choi! - ImplementAlphaSmoothCornersBox
.AlphaSmoothCornersBox
is a simplediv
element with smooth corners.It is available by enabling the
SmoothCornersFeature
.AlphaSmoothCornersBox
forAvatar
's internal implementation.Avatar
's border is now implemented as a box-shadow instead of a qseudo element.AlphaSmoothCornersBox
for ellipsis icon ofAvatarGroup
's internal implementation.#1326
620f864d
Thanks @Jamie-channel! - Update icons#1272
07dc6ed8
Thanks @sungik-choi! - Re-implementSegmentedControl
component. Legacy components are exported to theLegacySegmentedControl
namespace.SegmentedControl
is component that looks like a combination of a radio and a button. They can be used in place of tabs and as input elements in modals. If you have more than five items, use a different element, such as a dropdown.SegmentedControl
can be used as a radio group, tabs element depending on itstype
.#1320
5b6c2d5c
Thanks @sungik-choi! - Re-implementCheckableAvatar
component.CheckableAvatar
is a checkbox component that looks likeAvatar
.forwardRef
.BREAKING CHANGES
isChecked
property tochecked
property.isCheckable
property.checkedBackgroundColor
property.checkableWrapperClassName
property.checkableWrapperInterpolation
property.bezier-figma-plugin@0.2.0-next-v1.48
Minor Changes
968ba8f7
Thanks @sungik-choi! - Add feature to automatically add labels.Patch Changes
b37f1971
,04e05209
,b2629ece
,620f864d
,07dc6ed8
,5b6c2d5c
]: