Skip to content

Releases: gravity-ui/uikit

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)

v6.22.0

27 Jul 17:05
05315c8
Compare
Choose a tag to compare

6.22.0 (2024-07-27)

Features

Bug Fixes

  • Breadcrums: support react <18 types (#1722) (5229e99)
  • useList: fix useList hook for support initialization state (#1719) (2b04b18)

v6.21.0

16 Jul 16:00
551535c
Compare
Choose a tag to compare

6.21.0 (2024-07-16)

Features

  • PinInput: form support (#1686) (b82262e)
  • Select: new label and value resize behaviour (#1694) (891fa88)
  • TreeList: add ListTreeItemType interface export and id argument to renderItem prop (#1707) (de544b8)
  • TreeSelect: add placeholder prop (#1705) (88696a3)
  • useControlledState: support update callback with additional params (#1688) (8bff882)
  • useResizeObserver: support box option (#1687) (a178dff)

Bug Fixes

  • Avatar: update text font weight (#1684) (0ae513a)
  • ListItemView: div -> li default list item html tag (#1698) (07a16c9)
  • Sheet: fix incorrect content height calculation (#1700) (7e4dd23)
  • TextArea: fix content width & height styles (#1690) (94979cf)
  • TreeSelect: add disabled prop (#1697) (f9650da)
  • TreeSelect: fix page gap on component focus in some cases (#1708) (cd4eb93)
  • useList: fix disabled elements activate logic (#1706) (f12d49f)

v6.20.1

02 Jul 10:53
d178121
Compare
Choose a tag to compare

6.20.1 (2024-07-01)

Bug Fixes

v6.20.0

26 Jun 13:13
69c6af7
Compare
Choose a tag to compare

6.20.0 (2024-06-26)

Features

v6.19.0

20 Jun 16:34
e9e2383
Compare
Choose a tag to compare

6.19.0 (2024-06-20)

Features

Bug Fixes