Skip to content

Commit af1dae2

Browse files
committed
Add Migration page
1 parent 57bab3a commit af1dae2

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

examples/Demo/FluentUI.Demo.Client/Documentation/Components/TreeView/FluentTreeView.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,7 @@ For example, if you want to use a mixed checkbox, you can use the `ItemTemplate`
135135
## Class TreeViewItem
136136

137137
{{ API Type=TreeViewItem Properties=All }}
138+
139+
## Migrating to v5
140+
141+
{{ INCLUDE File=MigrationFluentTreeView }}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Migration FluentTreeView
3+
route: /Migration/TreeView
4+
hidden: true
5+
---
6+
7+
### New properties
8+
`Appearance`, `HideSelection`, `MultipleSelectionVisibility`,
9+
`SelectedId`, `SelectedItems`, `SelectionMode`, `Size` are new properties.
10+
11+
### Removed properties💥
12+
- The `RenderCollapsedNodes` property has been removed.
13+
Use `LazyLoadItems` instead.

0 commit comments

Comments
 (0)