Skip to content

Commit

Permalink
Merge pull request #1169 from pnp/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
AJIXuMuK committed Mar 24, 2022
2 parents 582ca3f + 056dd3a commit ffc088a
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 35,362 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.JSON
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"versions": [
{
"version": "3.7.2",
"changes": {
"new": [],
"enhancements": [],
"fixes": []
},
"contributors": []
},
{
"version": "3.7.0",
"changes": {
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Releases

## 3.7.2

## 3.7.0

### New control(s)
Expand Down
2 changes: 2 additions & 0 deletions docs/documentation/docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Releases

## 3.7.2

## 3.7.0

### New control(s)
Expand Down
1 change: 1 addition & 0 deletions docs/documentation/docs/controls/FilePicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ The FilePicker component can be configured with the following properties:
| hideOneDriveTab | boolean | no | Specifies if OneDriveTab should be hidden. |
| hideSiteFilesTab | boolean | no | Specifies if SiteFilesTab should be hidden. |
| hideLocalUploadTab | boolean | no | Specifies if LocalUploadTab should be hidden. |
| hideLocalMultipleUploadTab | boolean | no | Specifies if LocalMultipleUploadTab should be hidden. |
| hideLinkUploadTab | boolean | no | Specifies if LinkUploadTab should be hidden. |
| 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` |
| isPanelOpen | boolean | no | Specifies if the file picker panel is open by default or not |
Expand Down
2 changes: 2 additions & 0 deletions docs/documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ The following controls are currently available:
- [LocationPicker](./controls/LocationPicker) (Location Picker control)
- [Map](./controls/Map) (renders a map in a web part)
- [ModernTaxonomyPicker](./controls/ModernTaxonomyPicker) (Modern Taxonomy Picker)
- [MonacoEditor](./controls/MonacoEditor) (Monaco Editor)
- [MyTeams](./controls/MyTeams) (My Teams)
- [PeoplePicker](./controls/PeoplePicker) (People Picker)
- [Placeholder](./controls/Placeholder) (shows an initial placeholder if the web part has to be configured)
Expand All @@ -101,6 +102,7 @@ The following controls are currently available:
- [TeamPicker](./controls/TeamPicker) (Team Picker)
- [Toolbar](./controls/Toolbar) (Control to render Toolbar in Microsoft Teams)
- [TreeView](./controls/TreeView) (Tree View)
- [VariantThemeProvider](./controls/VariantThemeProvider) (Variant Theme Provider)
- [WebPartTitle](./controls/WebPartTitle) (Customizable web part title control)


Expand Down
2 changes: 2 additions & 0 deletions docs/documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ nav:
- LocationPicker: 'controls/LocationPicker.md'
- Map: 'controls/Map.md'
- ModernTaxonomyPicker: 'controls/ModernTaxonomyPicker.md'
- MonacoEditor: 'controls/MonacoEditor.md'
- MyTeams: 'controls/MyTeams.md'
- Pagination: 'controls/Pagination.md'
- PeoplePicker: 'controls/PeoplePicker.md'
Expand All @@ -62,6 +63,7 @@ nav:
- TeamPicker: 'controls/TeamPicker.md'
- Toolbar: 'controls/Toolbar.md'
- TreeView: 'controls/TreeView.md'
- VariantThemeProvider: 'controls/VariantThemeProvider.md'
- WebPartTitle: 'controls/WebPartTitle.md'
- 'Field Controls':
- 'Getting started': 'controls/fields/main.md'
Expand Down
Loading

0 comments on commit ffc088a

Please sign in to comment.