Skip to content

Latest commit

 

History

History
291 lines (135 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

291 lines (135 loc) · 12.2 KB

Changelog

4.4.0 (2025-01-22)

Features

  • NavigationTree: collapse childless nodes (#84) (84733db)

4.3.2 (2024-11-21)

Bug Fixes

  • pass action toggle to navigation tree (#80) (9d78462)

4.3.1 (2024-11-21)

Bug Fixes

4.3.0 (2024-11-20)

Features

Bug Fixes

4.2.0 (2024-05-29)

Features

  • add async_replication navigation tree node type (#72) (5830b30)

4.1.0 (2024-05-17)

Features

4.0.0 (2024-03-04)

⚠ BREAKING CHANGES

  • update to @gravity-ui/uikit v6 (#66)

Features

3.6.0 (2024-01-15)

Features

  • TreeView: remove react-treeview package to avoid using native addEventListener (#64) (48d0e4e)

3.5.0 (2023-12-12)

Features

3.4.0 (2023-10-23)

Features

  • build with both cjs and esm as targets (#60) (7b29759)

3.3.1 (2023-08-09)

Bug Fixes

  • NavigationTree: fix actions overflow (#58) (38c816f)

3.3.0 (2023-08-09)

Features

  • NavigationTree: add additionalNodeElements to NavigationTree (#55) (d462aaf)

Bug Fixes

  • NavigationTree: add new NavigationTreeNodeType 'stream' (#57) (270f607)

3.2.2 (2023-08-03)

Bug Fixes

3.2.1 (2023-07-26)

Bug Fixes

3.2.0 (2023-07-21)

Features

  • NavigationTree: support external table and data source (b6334dc)

3.1.0 (2023-03-28)

chore

  • 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)

Bug Fixes

  • NavigationTree: update IndexTable icon (1deab3e)

3.0.2 (2022-12-16)

Bug Fixes

  • icons fill and clip rule in camelCase (04638fc)

3.0.1 (2022-09-23)

Bug Fixes

  • NavigatioinTree: update icons (0d0674d)

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'});

2.4.1 (2022-08-02)

Bug Fixes

  • NavigationTree: add node types & update icons (909b560)

2.4.0 (2022-07-28)

Features

  • NavigationTree: virtualized render (7388ff5)
  • TreeView: a prop to determine tree view nesting level (2e5d42a)

2.3.0 (2022-07-18)

Features

  • i18n: add configure function (c48e58e)

2.2.0 (2022-07-05)

Features

  • NavigationTree: add index and index_table node types! (d6ed6ba)

2.1.0 (2022-06-28)

Features

  • NavigationTree: explicitly specify expandable nodes (1791d59)

2.0.2 (2022-05-30)

Bug Fixes

2.0.1 (2022-05-26)

chore

  • update @yandex-cloud/uikit to 2.4.0 (663c8d2)

2.0.0 (2022-05-25)

⚠ BREAKING CHANGES

chore

  • update @yandex-cloud/uikit to v2.3.1 (ba67dd6)
  • update @yandex-cloud/i18n to v0.6.0 (237c2cd)

1.2.3 (2022-05-23)

Bug Fixes

  • NavigationTree: expand tree to initial active path (6a84dfb)

1.2.2 (2022-05-23)

Bug Fixes

  • add missing index file for TreeView (7496d9b)

1.2.1 (2022-05-23)

Bug Fixes

  • add missing component export (9b71eb7)

1.2.0 (2022-05-23)

Features

  • a param to always refetch nodes data (6cee325)

1.1.3 (2022-05-23)

Bug Fixes

  • add @yandex-cloud/uikit to peer deps (61d5628)

1.1.2 (2022-05-19)

Bug Fixes

  • 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)

Bug Fixes

1.1.0 (2022-04-18)