github-actions
released this
24 Jan 07:04
·
482 commits
to main
since this release
Major Changes
-
Breaking Changes: Property updates in
LegacyTooltip
component (#1945) by @sungik-choi- No longer support
interpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations. - No longer support
contentInterpolation
property. Replace any usage ofcontentInterpolation
property with appropriatecontentStyle
orcontentClassName
implementations. - No longer support
contentWrapperInterpolation
property. Replace any usage ofcontentWrapperInterpolation
property with appropriatecontentWrapperStyle
orcontentWrapperClassName
implementations.
- No longer support
-
Breaking Changes: Reorganizing
KeyValueListItem
component (#1941) by @sungik-choi- Renamed to
KeyValueItem
. -
- No longer support
interpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations.
- No longer support
- No longer support
valueWrapperStyle
,valueWrapperClassName
,valueWrapperInterpolation
,keyWrapperStyle
,keyWrapperClassName
andkeyWrapperInterpolation
. This decision was made to reduce excessive flexibility in the interface. - No longer support
AdditionalColorProps
andshow
property of ItemAction. - The icon inside ItemAction is now implemented through
Button
component. - The Value Container will now always have 100% of the parent's width.
- Renamed to
-
Breaking Changes: Property updates in
LegacyStack
components (#1944) by @sungik-choi- No longer support
interpolation
property. Replace any usage ofinterpolation
property with appropriatestyle
orclassName
implementations. - No longer export
AxisAlignment
type.
- No longer support
-
Breaking Change: Removal of
LegacyRadio
Component (#1943) by @sungik-choiLegacyRadio
component has been removed from the library. Please useRadioGroup
andRadio
component instead.- Now if
Radio
has no label, its size is reduced by an indicator.