Skip to content

Releases: gravity-ui/uikit

v3.1.2

14 Oct 13:38
2eae72f
Compare
Choose a tag to compare

3.1.2 (2022-10-14)

Bug Fixes

  • update hc colors for labels, buttons and brand-text (#356) (8d6d596)

v3.1.1

13 Oct 11:28
09c6f1f
Compare
Choose a tag to compare

3.1.1 (2022-10-13)

Bug Fixes

  • Add missing --yc-color-base-modal for light-hc (#352) (db14312)
  • update hc colors for generic-accent-disabled (#355) (2760749)

v3.1.0

05 Oct 11:05
7b3fb7b
Compare
Choose a tag to compare

3.1.0 (2022-10-03)

Features

  • Tooltip: add ability to disable display of the tooltip (#348) (5d32afe)

Bug Fixes

v3.0.2

26 Sep 16:42
6778615
Compare
Choose a tag to compare

3.0.2 (2022-09-26)

Bug Fixes

  • loose i18n typings (#345) (5612aee)
  • RadioButton: fix option icon styles (#339) (ea9e31f)
  • use background-size as percent value for loading button for safari (#342) (c0ec61b)

v3.0.1

09 Sep 08:06
3bbee3e
Compare
Choose a tag to compare

3.0.1 (2022-09-09)

Bug Fixes

v3.0.0

09 Sep 07:35
805882e
Compare
Choose a tag to compare

3.0.0 (2022-09-08)

⚠ BREAKING CHANGES

  • transfer package from yandex-cloud (#331)
  • updated i18n, and remove it from peer deps

Setting language in uikit

v2

import {I18N} from '@yandex-cloud/i18n';

I18N.setDefaultLang('en');

v3

import {configure} from '@gravity-ui/uikit';

configure({lang: 'en'});

Features

v2.15.0

07 Sep 13:26
1d449f7
Compare
Choose a tag to compare

2.15.0 (2022-09-07)

Features

  • Button: added content and view to eventBroker meta (#319) (19a3463)

Bug Fixes

  • relax RealTheme type for compatibility (#329) (a716448)

v2.14.0

02 Sep 09:37
4036713
Compare
Choose a tag to compare

2.14.0 (2022-09-01)

Features

v2.13.4

22 Aug 15:42
999a297
Compare
Choose a tag to compare

2.13.4 (2022-08-22)

Bug Fixes

  • ChangelogModal: fix sizes and margins (#310) (d6e0cae)

v2.13.3

18 Aug 13:40
4a8795b
Compare
Choose a tag to compare

2.13.3 (2022-08-18)

Bug Fixes

  • Select: calculate tick size from content (#313) (f40144e)