Skip to content

Releases: gravity-ui/uikit

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)

v6.23.0

07 Aug 10:36
a19e457
Compare
Choose a tag to compare

6.23.0 (2024-08-06)

Features

  • ListItemView: ability to pass custom react node as a content prop (#1726) (5d5417a)
  • useList: added migration guide to set of useList components (#1728) (69283f1)

Bug Fixes

  • Icon: correctly parse function with default props (#1713) (b7eef14)
  • TreeSelect: fix crashes while has selected elements and has no items (#1727) (0e22bde)
  • typography: use correct variables across the project (#1712) (4a9a6d1)