Skip to content

Commit ffc088a

Browse files
authored
Merge pull request #1169 from pnp/dev
Dev
2 parents 582ca3f + 056dd3a commit ffc088a

File tree

10 files changed

+42
-35362
lines changed

10 files changed

+42
-35362
lines changed

CHANGELOG.JSON

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"versions": [
3+
{
4+
"version": "3.7.2",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [],
8+
"fixes": []
9+
},
10+
"contributors": []
11+
},
312
{
413
"version": "3.7.0",
514
"changes": {

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Releases
22

3+
## 3.7.2
4+
35
## 3.7.0
46

57
### New control(s)

docs/documentation/docs/about/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Releases
22

3+
## 3.7.2
4+
35
## 3.7.0
46

57
### New control(s)

docs/documentation/docs/controls/FilePicker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ The FilePicker component can be configured with the following properties:
9494
| hideOneDriveTab | boolean | no | Specifies if OneDriveTab should be hidden. |
9595
| hideSiteFilesTab | boolean | no | Specifies if SiteFilesTab should be hidden. |
9696
| hideLocalUploadTab | boolean | no | Specifies if LocalUploadTab should be hidden. |
97+
| hideLocalMultipleUploadTab | boolean | no | Specifies if LocalMultipleUploadTab should be hidden. |
9798
| hideLinkUploadTab | boolean | no | Specifies if LinkUploadTab should be hidden. |
9899
| storeLastActiveTab | boolean | no | Specifies if last active tab will be stored after the Upload panel has been closed. Note: the value of selected tab is stored in the queryString hash. Default `true` |
99100
| isPanelOpen | boolean | no | Specifies if the file picker panel is open by default or not |

docs/documentation/docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The following controls are currently available:
8989
- [LocationPicker](./controls/LocationPicker) (Location Picker control)
9090
- [Map](./controls/Map) (renders a map in a web part)
9191
- [ModernTaxonomyPicker](./controls/ModernTaxonomyPicker) (Modern Taxonomy Picker)
92+
- [MonacoEditor](./controls/MonacoEditor) (Monaco Editor)
9293
- [MyTeams](./controls/MyTeams) (My Teams)
9394
- [PeoplePicker](./controls/PeoplePicker) (People Picker)
9495
- [Placeholder](./controls/Placeholder) (shows an initial placeholder if the web part has to be configured)
@@ -101,6 +102,7 @@ The following controls are currently available:
101102
- [TeamPicker](./controls/TeamPicker) (Team Picker)
102103
- [Toolbar](./controls/Toolbar) (Control to render Toolbar in Microsoft Teams)
103104
- [TreeView](./controls/TreeView) (Tree View)
105+
- [VariantThemeProvider](./controls/VariantThemeProvider) (Variant Theme Provider)
104106
- [WebPartTitle](./controls/WebPartTitle) (Customizable web part title control)
105107

106108

docs/documentation/mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ nav:
4848
- LocationPicker: 'controls/LocationPicker.md'
4949
- Map: 'controls/Map.md'
5050
- ModernTaxonomyPicker: 'controls/ModernTaxonomyPicker.md'
51+
- MonacoEditor: 'controls/MonacoEditor.md'
5152
- MyTeams: 'controls/MyTeams.md'
5253
- Pagination: 'controls/Pagination.md'
5354
- PeoplePicker: 'controls/PeoplePicker.md'
@@ -62,6 +63,7 @@ nav:
6263
- TeamPicker: 'controls/TeamPicker.md'
6364
- Toolbar: 'controls/Toolbar.md'
6465
- TreeView: 'controls/TreeView.md'
66+
- VariantThemeProvider: 'controls/VariantThemeProvider.md'
6567
- WebPartTitle: 'controls/WebPartTitle.md'
6668
- 'Field Controls':
6769
- 'Getting started': 'controls/fields/main.md'

0 commit comments

Comments
 (0)