Releases: ydb-platform/ydb-ui-components
Releases · ydb-platform/ydb-ui-components
v3.0.3
3.0.3 (2023-02-17)
Bug Fixes
- NavigationTree: update IndexTable icon (1deab3e)
v3.0.2
3.0.2 (2022-12-16)
Bug Fixes
- icons fill and clip rule in camelCase (04638fc)
v3.0.1
3.0.1 (2022-09-23)
Bug Fixes
- NavigatioinTree: update icons (0d0674d)
v3.0.0
3.0.0 (2022-09-21)
⚠ BREAKING CHANGES
- peer deps update: migrated from
@yandex-cloud/uikit
to @gravity-ui/uikit
- updated i18n, and removed it from peer deps
- removed deprecated i18n instance export
Setting language in ydb-ui-components
v2
import {i18n} from 'ydb-ui-components';
i18n.setLang('en');
v3
import {configure} from 'ydb-ui-components';
configure({lang: 'en'});
v2.4.1
2.4.1 (2022-08-02)
Bug Fixes
- NavigationTree: add node types & update icons (909b560)
v2.4.0
2.4.0 (2022-07-28)
Features
- NavigationTree: virtualized render (7388ff5)
- TreeView: a prop to determine tree view nesting level (2e5d42a)
v2.3.0
2.3.0 (2022-07-18)
Features
- i18n: add configure function (c48e58e)
v2.2.0
2.2.0 (2022-07-05)
Features
- NavigationTree: add index and index_table node types! (d6ed6ba)
v2.1.0
2.1.0 (2022-06-28)
Features
- NavigationTree: explicitly specify expandable nodes (1791d59)
v2.0.2
2.0.2 (2022-05-30)
Bug Fixes