Skip to content

Commit 3c49849

Browse files
committed
update to docs to include new controls
1 parent 7a256bd commit 3c49849

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/documentation/docs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Currently there are 3 active versions of the controls. Please, reference the tab
1313
| Version | SPFx minimal dependency | Fluent UI (Office UI Fabric React) version | SharePoint Version | Comments |
1414
| ------- | ----------------------- | ------------------------------------------ | ------------------ | -------- |
1515
| `v3` | `1.12.0` | `7.156.0` | Online | The most current, actively maintained version of the library. |
16-
| `v2` | `1.11.0` | `6.214.0` | Online | The version will be deprecated in **May/June timeframe**.<br>We strongly recommend to update to SPFx `1.12` and `v3` of Controls. |
17-
| `v1` | `1.3.0` | `5.131.0` | On-Prem | The version is maintained for SharePoint On-Prem 2016 and 2019 implementations. Be aware that the controls might not work in solutions you're building for on-premises. As for on-premises solutions version `1.1.0` will get used. |
16+
| `v2` | `1.11.0` | `6.214.0` | Online | **The last major version is 2.9.0**.<br>We strongly recommend to update to SPFx `1.12` and `v3` of Controls. |
17+
| `v1` | `1.3.0` | `5.131.0` | On-Prem | The version is maintained for SharePoint On-Prem 2016 and 2019 implementations. Be aware that the controls might not work in solutions you're building for on-premises as SharePoint On-Prem is based on SPFx `1.1.0`. |
1818

1919
## Getting started
2020

@@ -77,9 +77,11 @@ The following controls are currently available:
7777
- [IconPicker](./controls/IconPicker) (control that allows to search and select an icon from office-ui-fabric icons)
7878
- [IFrameDialog](./controls/IFrameDialog) (renders a Dialog with an iframe as a content)
7979
- [IFramePanel](./controls/IFramePanel) (renders a Panel with an iframe as a content)
80+
- [ListItemComments](./controls/ListItemComments) (controls that allows to manage list item comments similarly to out-of-the box experience)
8081
- [ListItemPicker](./controls/ListItemPicker) (allows to select one or more items from a list)
8182
- [ListPicker](./controls/ListPicker) (allows to select one or multiple available lists/libraries of the current site)
8283
- [ListView](./controls/ListView) (List view control)
84+
- [LivePersona](./controls/LivePersona) (Live Persona control)
8385
- [LocationPicker](./controls/LocationPicker) (Location Picker control)
8486
- [Map](./controls/Map) (renders a map in a web part)
8587
- [MyTeams](./controls/MyTeams) (My Teams)

docs/documentation/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@ nav:
3838
- IFrameDialog: 'controls/IFrameDialog.md'
3939
- IFramePanel: 'controls/IFramePanel.md'
4040
- ListItemAttachments: 'controls/ListItemAttachments.md'
41+
- ListItemComments: 'controls/ListItemComments.mds'
4142
- ListItemPicker: 'controls/ListItemPicker.md'
4243
- ListPicker: 'controls/ListPicker.md'
4344
- ListView: 'controls/ListView.md'
4445
- "ListView: add a contextual menu": 'controls/ListView.ContextualMenu.md'
46+
- LivePersona: 'controls/LivePersona.md'
4547
- LocationPicker: 'controls/LocationPicker.md'
4648
- Map: 'controls/Map.md'
4749
- MyTeams: 'controls/MyTeams.md'

0 commit comments

Comments
 (0)