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-v1is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonnext-v1.Releases
@channel.io/[email protected]
Minor Changes
#1310
b37f1971Thanks @sungik-choi! - Enhance the accessibility of icons.#1309
04e05209Thanks @sungik-choi! - Add aFeatureProviderto 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
b2629eceThanks @sungik-choi! - ImplementAlphaSmoothCornersBox.AlphaSmoothCornersBoxis a simpledivelement with smooth corners.It is available by enabling the
SmoothCornersFeature.AlphaSmoothCornersBoxforAvatar's internal implementation.Avatar's border is now implemented as a box-shadow instead of a qseudo element.AlphaSmoothCornersBoxfor ellipsis icon ofAvatarGroup's internal implementation.#1326
620f864dThanks @Jamie-channel! - Update icons#1272
07dc6ed8Thanks @sungik-choi! - Re-implementSegmentedControlcomponent. Legacy components are exported to theLegacySegmentedControlnamespace.SegmentedControlis 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.SegmentedControlcan be used as a radio group, tabs element depending on itstype.#1320
5b6c2d5cThanks @sungik-choi! - Re-implementCheckableAvatarcomponent.CheckableAvataris a checkbox component that looks likeAvatar.forwardRef.BREAKING CHANGES
isCheckedproperty tocheckedproperty.isCheckableproperty.checkedBackgroundColorproperty.checkableWrapperClassNameproperty.checkableWrapperInterpolationproperty.[email protected]
Minor Changes
968ba8f7Thanks @sungik-choi! - Add feature to automatically add labels.Patch Changes
b37f1971,04e05209,b2629ece,620f864d,07dc6ed8,5b6c2d5c]: