4.4.0 (2025-01-22)
4.3.2 (2024-11-21)
4.3.1 (2024-11-21)
4.3.0 (2024-11-20)
4.2.0 (2024-05-29)
4.1.0 (2024-05-17)
4.0.0 (2024-03-04)
- update to @gravity-ui/uikit v6 (#66)
3.6.0 (2024-01-15)
3.5.0 (2023-12-12)
3.4.0 (2023-10-23)
3.3.1 (2023-08-09)
3.3.0 (2023-08-09)
3.2.2 (2023-08-03)
3.2.1 (2023-07-26)
3.2.0 (2023-07-21)
- NavigationTree: support external table and data source (b6334dc)
3.1.0 (2023-03-28)
- update @gravity-ui/uikit to 4.3.0 (6482a17)
- update react, react-dom to 18.2.0 (aca9cbf)
- update peerDependencies (aa131fd)
3.0.3 (2023-02-17)
- NavigationTree: update IndexTable icon (1deab3e)
3.0.2 (2022-12-16)
- icons fill and clip rule in camelCase (04638fc)
3.0.1 (2022-09-23)
- NavigatioinTree: update icons (0d0674d)
3.0.0 (2022-09-21)
- 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
v2
import {i18n} from 'ydb-ui-components';
i18n.setLang('en');
v3
import {configure} from 'ydb-ui-components';
configure({lang: 'en'});
2.4.1 (2022-08-02)
- NavigationTree: add node types & update icons (909b560)
2.4.0 (2022-07-28)
- NavigationTree: virtualized render (7388ff5)
- TreeView: a prop to determine tree view nesting level (2e5d42a)
2.3.0 (2022-07-18)
- i18n: add configure function (c48e58e)
2.2.0 (2022-07-05)
- NavigationTree: add index and index_table node types! (d6ed6ba)
2.1.0 (2022-06-28)
- NavigationTree: explicitly specify expandable nodes (1791d59)
2.0.2 (2022-05-30)
- add i18n export (13a34e0)
2.0.1 (2022-05-26)
- update @yandex-cloud/uikit to 2.4.0 (663c8d2)
2.0.0 (2022-05-25)
- major version update of peer dependency @yandex-cloud/uikit, see changelog here: https://github.com/yandex-cloud/uikit/blob/main/CHANGELOG_V2.md
1.2.3 (2022-05-23)
- NavigationTree: expand tree to initial active path (6a84dfb)
1.2.2 (2022-05-23)
- add missing index file for TreeView (7496d9b)
1.2.1 (2022-05-23)
- add missing component export (9b71eb7)
1.2.0 (2022-05-23)
- a param to always refetch nodes data (6cee325)
1.1.3 (2022-05-23)
- add @yandex-cloud/uikit to peer deps (61d5628)
1.1.2 (2022-05-19)
- move react-treeview to prod deps (#5) (04d307b)
- @yandex-cloud/browserslist-config as peer dependency (c3b48a7)
- use provided root path (203abd1)
- include i18n files (8363de6)
1.1.1 (2022-05-13)
- fix package (67b3b0e)