Skip to content

Releases: gravity-ui/uikit

v7.25.0

29 Oct 12:34
7d7b562

Choose a tag to compare

7.25.0 (2025-10-29)

Features

  • Toaster: add support for rendering user component in actions (#2462) (94ad2d0)

Bug Fixes

  • Dialog: fix broken animation with header tags (#2465) (3c9ed9b)
  • replace usages of React.useId with useUniqId (#2472) (fbeef03)
  • TabList: respect event default prevention (#2463) (3237f1f)

v7.24.0

14 Oct 15:54
1f4d5d1

Choose a tag to compare

7.24.0 (2025-10-14)

Features

Bug Fixes

  • add 'use client' to lang context (#2444) (1d4fe5c)
  • Breadcrumbs: use disabled prop on BreadcrumbItem inside custom item (#2454) (5803cab)
  • Button: set a tabIndex so that Safari allows focusing buttons (#2440) (c60e58d)

v7.23.0

18 Sep 10:42
5ff5047

Choose a tag to compare

7.23.0 (2025-09-18)

Features

  • TableColumnSetup: add hideApplyButton property (#2435) (a0e5c1a)

Bug Fixes

v7.22.0

10 Sep 12:49
d9ee982

Choose a tag to compare

7.22.0 (2025-09-09)

Features

v7.21.0

05 Sep 12:20
28c3239

Choose a tag to compare

7.21.0 (2025-09-05)

Features

v7.20.0

18 Aug 12:09
a95d0bc

Choose a tag to compare

7.20.0 (2025-08-15)

Features

  • use @hello-pangea/dnd instead of react-beautiful-dnd (#2380) (eec8953)

Bug Fixes

  • DefinitionList: should not overflow parent container (#2384) (a82e5d2)
  • fix line-height style in font variables (#2382) (c4d2769)

v7.19.0

08 Aug 13:44
28e2195

Choose a tag to compare

7.19.0 (2025-08-08)

Features

  • PlaceholderContainer: add pin to props of action (#2358) (b25eca1)

Bug Fixes

v7.18.1

04 Aug 13:38
4599dde

Choose a tag to compare

7.18.1 (2025-08-04)

Bug Fixes

  • Breadcrumbs: fix current item box-sizing (#2370) (cdeb3fa)
  • DefinitionList: fix styles of note alignment (#2366) (a959bbc)

v7.18.0

31 Jul 11:46
7748aae

Choose a tag to compare

7.18.0 (2025-07-31)

Features

  • Popup: add --g-popup-border-radius CSS API (#2363) (43de219)

Bug Fixes

  • Breadcrumbs: use offsetWidth to measure root element (#2352) (5d1b0eb)
  • Button: raised button has incorrect background color apperance (#2355) (7c34534)
  • Modal: fix closing not nested parent Modals (#2351) (f795fbc)
  • Toaster: add vertical gap for wrapped actions (#2362) (58ac8b6)

v7.17.0

18 Jul 13:26
1c9491f

Choose a tag to compare

7.17.0 (2025-07-18)

Features

Bug Fixes