Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@gravity-ui-bot gravity-ui-bot released this 10 Feb 14:04
36af757

5.0.0 (2025-02-10)

⚠ BREAKING CHANGES

  • udpate uikit 7 (#266)

Component Updates:

  • New appearance for Oneof and RadioButtonGroup components, with the latter replaced by SegmentedRadioGroup.
  • Updated appearance for the checkbox in the disabled state.
  • PasswordInput is now part of UIKit.
  • HelpPopover has been moved to UIKit and renamed to HelpMark.

Component Library Changes:

  • The @gravity-ui/components library is no longer used and has been removed.

CSS Variable Changes:

  • Renaming:

    • --df-tooltip-container-max-width is now --df-popover-item-max-width.
    • --df-tooltip-container-margin-bottom is now --df-popover-item-margin-bottom.
  • New Variable:

    • A new variable --df-checkbox-margin-start has been added.

chore