Skip to content

Releases: gravity-ui/uikit

v2.13.2

11 Aug 10:39
3b5a8ed
Compare
Choose a tag to compare

2.13.2 (2022-08-11)

Bug Fixes

  • TextInput: increase css specificity to rewrite Button styles (#301) (def1da0)

v2.13.1

10 Aug 16:02
f40e27a
Compare
Choose a tag to compare

2.13.1 (2022-08-10)

Bug Fixes

  • StoreBadge: content image for StoreBadge with url (#299) (194fa66)

v2.13.0

08 Aug 20:31
a0b488e
Compare
Choose a tag to compare

2.13.0 (2022-08-08)

Features

  • Label: add closeButtonLabel prop (#292) (5b6499d)
  • Modal: add contentClassName prop to the Modal component (#289) (79caad6)

v2.12.0

02 Aug 14:34
22b6c4d
Compare
Choose a tag to compare

2.12.0 (2022-08-02)

Features

  • add ShareTooltip and StoreBadge components (#275) (8c38211)

v2.11.0

01 Aug 13:45
9eb2e00
Compare
Choose a tag to compare

2.11.0 (2022-08-01)

Features

Bug Fixes

  • Button: do not reduce clickable area on click (#247) (8214da4)
  • Text: fixed warning-heavy textColor variant (#264) (fb7efdc)
  • withTableSettings: updateSettings can be a not async function (#256) (918a87b)

v2.10.3

28 Jul 14:15
074ec4b
Compare
Choose a tag to compare

2.10.3 (2022-07-28)

Bug Fixes

  • Button: add contrast for selected state in dark theme (#262) (cbb86ac)

v2.10.2

28 Jul 09:50
730d3ac
Compare
Choose a tag to compare

2.10.2 (2022-07-28)

Bug Fixes

  • Breadcrumbs: revert data pass to <Breadcrumbs.Item/> (#276) (5b4bc4b)

v2.10.1

27 Jul 15:10
8d93d78
Compare
Choose a tag to compare

2.10.1 (2022-07-27)

Bug Fixes

  • Breadcrumbs: i18n must be used inside component (#271) (ec479a2)
  • Breadcrumbs: render custom divider before more button (#272) (353d13e)

v2.10.0

22 Jul 11:25
f3354e7
Compare
Choose a tag to compare

2.10.0 (2022-07-21)

Features

  • Link: add color scheme for a visited link (#243) (857e434)

v2.9.0

20 Jul 12:19
a140e1d
Compare
Choose a tag to compare

2.9.0 (2022-07-20)

Features

  • Icon: deprecate onClick (#240) (6936469)
  • Select: add type=button for <SelectControl/> (#227) (47e0aeb)
  • Toaster: move logic to React context (#211) (346cb95)
  • Toaster: replace <Link/> in actions with <Button/> (#254) (f603711)

Bug Fixes