ci(changesets): version packages (alpha) #1864
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 alpha, this PR will be updated.
alpha
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onalpha
.Releases
@channel.io/[email protected]
Major Changes
Breaking Changes: Property updates in
Avatar
component (#1871) by @yangwooseongNo longer support
interpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.Breaking Changes: Property updates in
SegmentedControl
component (#1866) by @sungik-choiNo longer support
as
andinterpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.Breaking Changes: Property updates in
Tag
andBadge
component (#1872) by @yangwooseongNo longer support
interpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.Breaking Changes:
AlphaCenter
component is nowCenter
component. Property updates inCenter
component (#1854) by @sungik-choias
andinterpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.display
prop.Breaking Changes: Property updates in
Emoji
component (#1881) by @yangwooseongNo longer support
as
andinterpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.Add new margin properties to
Icon
component (#1863) by @yangwooseongmargin
marginHorizontal
marginVertical
Breaking Changes: Property updates in
Modal
-related components (#1903) by @sungik-choias
andinterpolation
props.zIndex
property is changed to a z-index token. (e.g."modal"
)Breaking Changes: Property updates in
Banner
component (#1891) by @sungik-choiNo longer support
as
andinterpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.Other changes in
Banner
componentBreaking Changes: Property updates in
Switch
component (#1885) by @yangwooseongNo longer support
as
andinterpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.Breaking Changes: Property updates in
Slider
component (#1883) by @yangwooseongas
andinterpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.dir
type is narrowed fromstring | undefined
toltr | rtl | undefined
Breaking Changes: Property updates in
Button
component (#1882) by @sungik-choiinterpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.ButtonSize
andButtonColorVariant
enums have been updated to use kebab case.Breaking Change: No longer supports
smoothCorners
mixin. UseAlphaSmoothCornersBox
components instead. (#1892) by @sungik-choiBreaking Change: Removal of
ListMenuTitle
Component (#1900) by @yangwooseongListMenuTitle
in your application, please replace it with theSectionLabel
component for similar functionality.Minor Changes
ButtonGroup
now supports HTML attributes (#1890) by @sungik-choi@channel.io/[email protected]
Minor Changes
Changes in
v2-remove-alpha-from-alpha-stack
transform (#1894) by @yangwooseongv2-remove-alpha-from-alpha-components
.AlphaCenter
as well.