Skip to content

@channel.io/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 07:04
· 482 commits to main since this release
c687ed9

Major Changes

  • Breaking Changes: Property updates in LegacyTooltip component (#1945) by @sungik-choi

    • No longer support interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.
    • No longer support contentInterpolation property. Replace any usage of contentInterpolation property with appropriate contentStyle or contentClassName implementations.
    • No longer support contentWrapperInterpolation property. Replace any usage of contentWrapperInterpolation property with appropriate contentWrapperStyle or contentWrapperClassName implementations.
  • Breaking Changes: Reorganizing KeyValueListItem component (#1941) by @sungik-choi

    • Renamed to KeyValueItem.
      • No longer support interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.
    • No longer support valueWrapperStyle, valueWrapperClassName, valueWrapperInterpolation, keyWrapperStyle, keyWrapperClassName and keyWrapperInterpolation. This decision was made to reduce excessive flexibility in the interface.
    • No longer support AdditionalColorProps and show 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.
  • Breaking Changes: Property updates in LegacyStack components (#1944) by @sungik-choi

    • No longer support interpolation property. Replace any usage of interpolation property with appropriate style or className implementations.
    • No longer export AxisAlignment type.
  • Breaking Change: Removal of LegacyRadio Component (#1943) by @sungik-choi

    • LegacyRadio component has been removed from the library. Please use RadioGroup and Radio component instead.
    • Now if Radio has no label, its size is reduced by an indicator.