Skip to content

Releases: gravity-ui/uikit

v6.16.0

27 May 14:26
6c28246
Compare
Choose a tag to compare

6.16.0 (2024-05-24)

Features

Bug Fixes

  • Button: do not shrink button when there is only one icon (#1577) (98fd95f)
  • Flex,ListItemView: return ref drilling by React.forwardRef (#1612) (9b8f4f8)
  • Link: change href property type description (#1574) (#1593) (0aec983)
  • Text: fix custom html tag inheritance (#1584) (fcd2ff3)
  • Tooltip: use more reasonable animation delay (#1586) (fe14706)

v6.15.0

08 May 15:15
33de0a0
Compare
Choose a tag to compare

6.15.0 (2024-05-08)

Features

  • add new css variable --g-color-base-float-medium (#1572) (aeda6fe)

Bug Fixes

  • Select: fix focus state on control click in Safari (#1132) (80730cc)
  • Sheet: resize sheet if image in content is loaded (#1566) (8b56abd)

v6.14.1

03 May 17:15
b8b9e7a
Compare
Choose a tag to compare

6.14.1 (2024-05-02)

Bug Fixes

  • TextInput: fix handleAdditionalContentClick handler (#1558) (911624f)
  • utils: correctly check type of element (#1560) (c854f4f)

v6.14.0

27 Apr 18:52
95fb990
Compare
Choose a tag to compare

6.14.0 (2024-04-27)

Features

Bug Fixes

  • Alert: fix close button width (#1542) (f916681)
  • layout: update layout docs (#1550) (575477a)
  • Select: add onLoadMore to useCallback deps in SelectList (#1041) (c34590e)
  • Select: fix examples in docs and storybook (#1553) (3a46421)
  • Select: show invalid state without passing error message (#1554) (882c9a9)
  • TreeList: added missed initial state for elements (#1524) (5d3b154)
  • useList: remove debug dev only information (#1552) (02bf33c)

v6.13.0

22 Apr 14:23
90f24bd
Compare
Choose a tag to compare

6.13.0 (2024-04-22)

Features

  • layout: unification of Theme and Layout Providers (#1518) (d89610a)

Bug Fixes

v6.12.0

18 Apr 13:37
648b28b
Compare
Choose a tag to compare

6.12.0 (2024-04-18)

Features

  • useList: added ability to define initial value to useListState (#1483) (7f66d28)

Bug Fixes

  • do not call warnOnce function in production (#1520) (9ab7d7c)

v6.11.0

17 Apr 12:36
5456b87
Compare
Choose a tag to compare

6.11.0 (2024-04-17)

Features

  • Button: refactor to flex and center icons (#1452) (31c22e8)

Bug Fixes

  • add load more functionallity to virtualized list (#1490) (#1513) (8de1653)
  • Breadcrumbs: unset more item alignment (#1505) (7d9797a)
  • Dialog: correct width's vars order (#1510) (f54da2d)
  • Label: isolate inner z-indexes (#1519) (200c052)
  • layout: ability to override breakpoint during theme (#1512) (bad4fa9)
  • ListItemView: fix indentation in depth more than 10 (#1517) (2cde017)
  • ListItemView: some changes after feedback (#1516) (b274498)
  • prevent deselection of required table column items (#1508) (a69050c)
  • return --g-color-private-white-20-solid css variable (#1511) (4a366be)
  • theme: add option for controlling :root color-scheme (#1468) (f6237e1)

v6.10.2

10 Apr 13:14
89a2bac
Compare
Choose a tag to compare

6.10.2 (2024-04-10)

Bug Fixes

  • TableColumnSetup: switcher wrapper styles (#1500) (d871319)

v6.10.1

10 Apr 12:33
ea93edd
Compare
Choose a tag to compare

6.10.1 (2024-04-10)

Bug Fixes

  • TableColumnSetup: uniq i18n keysets, styles (#1498) (271ae3f)

v6.10.0

10 Apr 09:19
79c1452
Compare
Choose a tag to compare

6.10.0 (2024-04-09)

Features

Bug Fixes

  • Dialog: fix header paddings without close button (#1495) (820dd60)
  • Label: correctly work with keyboard (#1485) (1e5380f)
  • Label: do not inherit parent's font weight (#1496) (8a8c2e5)
  • List: fix Home & End keys handle (#1491) (77156ff)
  • List: fix SimpleContainer dimensions handle (#1479) (68243be)
  • Popover: remove flex gap workaround (#1489) (ad997e5)
  • withTableSettings: isSelected -> selected, isRequired -> required (#1478) (cf1dfb0)
  • withTableSettings: renderClone for dnd (#1463) (76409f4)