Releases: gravity-ui/uikit
Releases · gravity-ui/uikit
v3.0.0
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
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.13.3
2.13.3 (2022-08-18)
Bug Fixes
- Select: calculate tick size from content (#313) (f40144e)
v2.13.2
2.13.2 (2022-08-11)
Bug Fixes
- TextInput: increase css specificity to rewrite Button styles (#301) (def1da0)
v2.13.1
2.13.1 (2022-08-10)
Bug Fixes
- StoreBadge: content image for StoreBadge with url (#299) (194fa66)
v2.13.0
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
2.12.0 (2022-08-02)
Features
- add
ShareTooltip
and StoreBadge
components (#275) (8c38211)
v2.11.0
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)