ci(changesets): version packages (alpha) #1916
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
CheckableAvatar
component (#1921) by @sungik-choiNo longer support
interpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.Breaking Changes: Property updates in
FormLabel
,FormHelperText
, andFormErrorMessage
component (#1893) by @yangwooseongNo longer support
as
andinterpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.Breaking Changes: Property updates in
Select
component (#1913) by @sungik-choias
andinterpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.dropdownInterpolation
property. Replace any usage ofdropdownInterpolation
property with appropriatedropdownStyle
ordropdownClassName
implementations.zIndex
property is changed to a z-index token. (e.g."modal"
)Breaking Changes: Property updates in
Radio
component (#1923) by @sungik-choiNo longer support
as
andinterpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.Breaking Changes: Property updates in
NavItem
andNavGroup
component (#1905) by @yangwooseongNo longer support
as
andinterpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.Breaking Changes: Property updates in
TextField
component (#1904) by @sungik-choiinterpolation
-related properties. Replace any usage ofinterpolation
-related properties with appropriate***style
or***className
implementations.inputStyle
andinputClassName
properties. Replace any usage ofinputStyle
andinputClassName
with appropriatestyle
orclassName
implementations.TextFieldVariant
enum value to string.Breaking Changes: Property updates in
Checkbox
component (#1918) by @sungik-choiNo longer support
interpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.Breaking Changes: Property updates in
TextArea
component (#1914) by @sungik-choias
andinterpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.wrapperStyle
,wrapperClassName
andwrapperInterpolation
property. It was never properly implemented before, and the Wrapper element inside was also removed.@channel.io/[email protected]
Minor Changes
Fix typo in
v2-z-index-interpolation-to-css-variable
codemod. It now transforms${ZIndex.Float}
enum tovar(--z-index-floating)
, notvar(--z-index-float)
. (#1924) by @yangwooseongEnhancement in
v2-foundation-to-css-variable-transition
codemod (#1917) by @yangwooseongTransitionDuration
is used.Add
v2-foundation-to-css-variable-spacing
codemod to convert the foundation's spacing variable to pixels (#1907) by @yangwooseongThis transforms
into
Add
inputPlaceholderStyle
migration logic tov2-input-interpolation-to-css-variable
codemod (#1926) by @yangwooseong