Skip to content

Releases: gravity-ui/uikit

v7.38.0

27 Apr 09:28
729567f

Choose a tag to compare

7.38.0 (2026-04-22)

Features

Bug Fixes

  • Breadcrumbs: use hash instead of measurer element for recalculation (#2647) (f7c67c5)

v7.37.0

09 Apr 13:59
7802494

Choose a tag to compare

7.37.0 (2026-04-09)

Features

Bug Fixes

  • ColorPicker: fix state updates for react 19 (#2646) (add88fd)

v7.36.1

02 Apr 10:54
fe708a3

Choose a tag to compare

7.36.1 (2026-04-02)

Bug Fixes

  • Button: fix flat-secondary hover text color (#2632) (1d5fe54)
  • ClipboardButton: correctly call own click callback (#2637) (3b529bc)
  • useList: replace push spread with direct iteration in flattenItems (#2639) (105779f)

v7.36.0

30 Mar 17:05
fb3ee86

Choose a tag to compare

7.36.0 (2026-03-30)

Features

  • Accordion: add CSS token for summary inline padding (#2539) (8dbb5a3)
  • DialogFooter: render contents only if they exist (#2625) (f1a0e3f)

Bug Fixes

  • ColorPicker: prevent unnecessary color update on mount (#2633) (32cdf34)
  • Table: fix --_--menu-max-height variable declaration (#2628) (4f4ddce)
  • TabList: fix navigation via keyboard (#2629) (7e725f3)

v7.35.2

24 Mar 10:41
accadd8

Choose a tag to compare

7.35.2 (2026-03-24)

Bug Fixes

v7.35.1

23 Mar 12:03
f8ec37b

Choose a tag to compare

7.35.1 (2026-03-21)

Bug Fixes

v7.35.0

20 Mar 14:59
39aff49

Choose a tag to compare

7.35.0 (2026-03-19)

Features

  • ArrowToggle: add --g-arrow-toggle-transition-duration CSS token (#2611) (0a4d562)

Bug Fixes

  • ColorPicker: accept default value not only at hex format (#2615) (e448773)
  • Table: add ability to redefine max height for menu popup (#2612) (35a98cb)
  • useCollapseChildren: avoid reset running calculation (#2618) (cd316e8)

v7.34.0

13 Mar 15:05
0858ec4

Choose a tag to compare

7.34.0 (2026-03-13)

Features

  • AvatarStack: add moreVariant prop and fix 2xs and 3xs size (#2608) (cfa96d8)
  • ColorPicker: add optional prop disabled state (#2602) (b5271f2)

Bug Fixes

v7.33.0

02 Mar 12:59
3c51d88

Choose a tag to compare

7.33.0 (2026-02-27)

Features

Bug Fixes

  • Bug: fixed positioning in Drawer (#2598) (bc092dc)
  • FileDropZone: pass accept prop to file input and respect multiple in drop handler (#2594) (9f24780)
  • List: correctly handle first item index in getElementId for screen readers (#2601) (48e536a)
  • Select: remove doubled invocation of onUpdate in case of single selection by enter (#2590) (0a21f5e)
  • Slider: fix text color in tooltip (#2588) (a0492dc)
  • TextInput: hide default "x" icon in search (#2599) (238ecc3)

v7.32.0

13 Feb 13:54
6cb5ad8

Choose a tag to compare

7.32.0 (2026-02-13)

Features

Bug Fixes

  • Accordion: passed classname prop from AccordionItem to Disclosure (#2583) (f74324e)
  • Select: close popup after selecting option via keyboard in single filterable select (#2582) (8679944)