Skip to content

Releases: gravity-ui/uikit

v6.29.0

27 Sep 15:43
b46f536
Compare
Choose a tag to compare

6.29.0 (2024-09-27)

Features

  • Slider: redesign API to get more control on marks (#1744) (2b5c26e)
  • Table: add dynamic href support for row actions in withTableActions (#1874) (17b9a66)

Bug Fixes

v6.28.0

24 Sep 13:28
3b1fb07
Compare
Choose a tag to compare

6.28.0 (2024-09-24)

Features

Bug Fixes

  • Button: selected styles override disabled styles in button (#1856) (052889d)

v6.27.2

18 Sep 12:38
df042e2
Compare
Choose a tag to compare

6.27.2 (2024-09-18)

Bug Fixes

v6.27.1

18 Sep 10:45
0c08c45
Compare
Choose a tag to compare

6.27.1 (2024-09-18)

Bug Fixes

  • Sheet: take into account margins and padding of content when calculating height (#1865) (a796f88)
  • TextInput: use controlProps only for underlying input (#1863) (020b9b0)
  • User: make font-size 13px for xs size (#1866) (54bb231)

v6.27.0

17 Sep 16:29
5cef38d
Compare
Choose a tag to compare

6.27.0 (2024-09-17)

Features

  • Avatar: add 2xs Avatar size (#1721) (1698d51)
  • i18n: functionality for adding translations into other languages (#1859) (33ad008)
  • withTableSelection: add indeterminate state (#1743) (824164c)

Bug Fixes

  • List: use Component instead of PureComponent in ListItem (#1862) (62072d6)
  • Table: not propagate click in table actions menu (#1854) (226fbf0)
  • useElementSize: set initial size of the element (#1857) (d442a6a)

v6.26.0

13 Sep 09:21
a232e3b
Compare
Choose a tag to compare

6.26.0 (2024-09-12)

Features

  • Card: enable onClick event handler on selected card (#1840) (a1678b6)
  • Select: pass aria attributes to render functions (#1841) (9801d33)
  • TextInput: add unstable_endContent prop (#1845) (a38b73b)

Bug Fixes

  • Select: correctly scroll to active element (#1853) (d6c512a)

v6.25.1

10 Sep 14:16
25a0d37
Compare
Choose a tag to compare

6.25.1 (2024-09-10)

Bug Fixes

  • List: deactivate on mouse leave (#1847) (cc14563)
  • useFocusWithin: ignore blur event when window loses focus (#1836) (216e700)

v6.25.0

09 Sep 11:53
91d5180
Compare
Choose a tag to compare

6.25.0 (2024-09-09)

Features

Bug Fixes

  • TreeList: provide types for renderContainerProps (#1842) (90ca9cc)

v6.24.0

04 Sep 14:04
26142d3
Compare
Choose a tag to compare

6.24.0 (2024-09-02)

Features

Bug Fixes

  • Select: close popup when click on select button (Safari) (#1828) (3f5adc5)
  • Select: correctly set active item in listbox (#1829) (ee2d040)
  • Select: pass disabled prop to renderControl, don't change state if disabled (#1766) (24bbb05)
  • useListFilter: fixed bug with initial items array change (#1751) (b9d2671)
  • useList: support activeItemId in initialState prop (#1824) (aa308d8)

v6.23.1

14 Aug 11:58
fb6da79
Compare
Choose a tag to compare

6.23.1 (2024-08-14)

Bug Fixes

  • useList: fixed expanded controlled state behaviour (#1749) (82db00e)