Skip to content

Commit 4d89c69

Browse files
MarvinKlein1508vnbaaijdvoituron
authored
[dev-v5] [Docs] Add missing migration docs (#4355)
* Add missing migration docs * Code review fixes --------- Co-authored-by: Vincent Baaij <[email protected]> Co-authored-by: Denis Voituron <[email protected]>
1 parent 8f7b8cf commit 4d89c69

File tree

5 files changed

+18
-1
lines changed

5 files changed

+18
-1
lines changed

examples/Demo/FluentUI.Demo.Client/Documentation/Components/DataGrid/FluentDataGrid.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,8 @@ The following examples show how to use the DataGrid component in different scena
143143
- [Virtualized grid](/DataGrid/Virtualize)
144144
- [Remote data](/DataGrid/RemoteData)
145145
- [Manual grid](/DataGrid/ManualDataGrid)
146+
147+
148+
## Migrating to v5
149+
150+
{{ INCLUDE File=MigrationFluentDataGrid }}

examples/Demo/FluentUI.Demo.Client/Documentation/Components/Menu/FluentMenu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ Although not advised, It is possible to use a `FluentMenuList` standalone (so no
8080

8181
{{ API Type=FluentMenuItem }}
8282

83-
## Migrating from v4
83+
## Migrating to v5
8484

8585
{{ INCLUDE File=MigrationFluentMenu }}

examples/Demo/FluentUI.Demo.Client/Documentation/Components/Switch/FluentSwitch.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ A Switch can be disabled and read only.
4444
## API FluentSwitch
4545

4646
{{ API Type=FluentSwitch }}
47+
48+
## Migrating to v5
49+
50+
{{ INCLUDE File=MigrationFluentSwitch }}

examples/Demo/FluentUI.Demo.Client/Documentation/Components/TextArea/FluentTextArea.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ At this time, it's not possible to define the height and width of the component.
7171
## API FluentTextArea
7272

7373
{{ API Type=FluentTextArea }}
74+
75+
## Migrating to v5
76+
77+
{{ INCLUDE File=MigrationFluentTextArea }}

examples/Demo/FluentUI.Demo.Client/Documentation/GetStarted/MigrationVersion5.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ The categories these changes fall in are:
5353

5454
{{ INCLUDE MigrationFluentSpacer }}
5555

56+
## FluentDataGrid
57+
58+
{{ INCLUDE MigrationFluentDataGrid }}
59+
5660
## FluentSelect
5761

5862
{{ INCLUDE MigrationFluentSelect }}

0 commit comments

Comments
 (0)