Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #1169

Merged
merged 10 commits into from
Mar 24, 2022
Merged

Dev #1169

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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