Releases: ydb-platform/ydb-ui-components
Releases · ydb-platform/ydb-ui-components
v3.2.2
03 Aug 11:40
Compare
Sorry, something went wrong.
No results found
3.2.2 (2023-08-03)
Bug Fixes
v3.2.1
27 Jul 08:53
Compare
Sorry, something went wrong.
No results found
3.2.1 (2023-07-26)
Bug Fixes
v3.2.0
21 Jul 08:36
Compare
Sorry, something went wrong.
No results found
3.2.0 (2023-07-21)
Features
NavigationTree: support external table and data source (b6334dc )
v3.1.0
28 Mar 08:35
Compare
Sorry, something went wrong.
No results found
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 )
v3.0.3
17 Feb 11:06
Compare
Sorry, something went wrong.
No results found
3.0.3 (2023-02-17)
Bug Fixes
NavigationTree: update IndexTable icon (1deab3e )
v3.0.2
16 Dec 16:55
Compare
Sorry, something went wrong.
No results found
3.0.2 (2022-12-16)
Bug Fixes
icons fill and clip rule in camelCase (04638fc )
v3.0.1
23 Sep 13:30
Compare
Sorry, something went wrong.
No results found
3.0.1 (2022-09-23)
Bug Fixes
NavigatioinTree: update icons (0d0674d )
v3.0.0
21 Sep 14:49
Compare
Sorry, something went wrong.
No results found
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
02 Aug 14:59
Compare
Sorry, something went wrong.
No results found
2.4.1 (2022-08-02)
Bug Fixes
NavigationTree: add node types & update icons (909b560 )
v2.4.0
28 Jul 15:16
Compare
Sorry, something went wrong.
No results found
2.4.0 (2022-07-28)
Features
NavigationTree: virtualized render (7388ff5 )
TreeView: a prop to determine tree view nesting level (2e5d42a )