Skip to content

Commit c82e764

Browse files
committed
Merge branch 'dev' into 216
2 parents e6edc48 + 7ead252 commit c82e764

File tree

18 files changed

+3202
-2981
lines changed

18 files changed

+3202
-2981
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ src
77
temp
88
config
99
typings
10+
lib/extensions
1011
lib/webparts
1112
assets
1213
dist

CHANGELOG.JSON

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
"`FieldCollectionData` control [#591](https://github.com/pnp/sp-dev-fx-controls-react/pull/591)"
88
],
99
"enhancements": [
10+
"`FilePicker`: Stock images option added [#593](https://github.com/pnp/sp-dev-fx-controls-react/issues/593)"
1011
],
1112
"fixes": [
1213
"`ComboBoxListItemPicker`: fetching only 100 items [#569](https://github.com/pnp/sp-dev-fx-controls-react/issues/569)",
13-
"`TaxonomyPicker`: browse (tree view) doesn't work with SP 2016 On Premise [#183](https://github.com/pnp/sp-dev-fx-controls-react/issues/183)"
14+
"`TaxonomyPicker`: browse (tree view) doesn't work with SP 2016 On-Premises [#183](https://github.com/pnp/sp-dev-fx-controls-react/issues/183)"
1415
]
1516
},
1617
"contributions": [

CHANGELOG.md

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

3+
## 1.20.0
4+
5+
### New control(s)
6+
7+
- `FieldCollectionData` control [#591](https://github.com/pnp/sp-dev-fx-controls-react/pull/591)
8+
9+
### Enhancements
10+
11+
- `FilePicker`: Stock images option added [#593](https://github.com/pnp/sp-dev-fx-controls-react/issues/593)
12+
13+
### Fixes
14+
15+
- `ComboBoxListItemPicker`: fetching only 100 items [#569](https://github.com/pnp/sp-dev-fx-controls-react/issues/569)
16+
- `TaxonomyPicker`: browse (tree view) doesn't work with SP 2016 On-Premises [#183](https://github.com/pnp/sp-dev-fx-controls-react/issues/183)
17+
18+
### Contributors
19+
20+
Special thanks to our contributor: [Piotr Siatka](https://github.com/siata13).
21+
322
## 1.19.0
423

524
### Enhancements

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

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

3+
## 1.20.0
4+
5+
### New control(s)
6+
7+
- `FieldCollectionData` control [#591](https://github.com/pnp/sp-dev-fx-controls-react/pull/591)
8+
9+
### Enhancements
10+
11+
- `FilePicker`: Stock images option added [#593](https://github.com/pnp/sp-dev-fx-controls-react/issues/593)
12+
13+
### Fixes
14+
15+
- `ComboBoxListItemPicker`: fetching only 100 items [#569](https://github.com/pnp/sp-dev-fx-controls-react/issues/569)
16+
- `TaxonomyPicker`: browse (tree view) doesn't work with SP 2016 On-Premises [#183](https://github.com/pnp/sp-dev-fx-controls-react/issues/183)
17+
18+
### Contributors
19+
20+
Special thanks to our contributor: [Piotr Siatka](https://github.com/siata13).
21+
322
## 1.19.0
423

524
### Enhancements

docs/documentation/docs/controls/FilePicker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ The FilePicker component can be configured with the following properties:
6969
| itemsCountQueryLimit | number | no | Number of items to obtain when executing REST queries. Default 100. |
7070
| hideRecentTab | boolean | no | Specifies if RecentTab should be hidden. |
7171
| hideWebSearchTab | boolean | no | Specifies if WebSearchTab should be hidden. |
72+
| hideStockImages | boolean | no | Specifies if StockImagesTab should be hidden. |
7273
| hideOrganisationalAssetTab | boolean | no | Specifies if OrganisationalAssetTab should be hidden. |
7374
| hideOneDriveTab | boolean | no | Specifies if OneDriveTab should be hidden. |
7475
| hideSiteFilesTab | boolean | no | Specifies if SiteFilesTab should be hidden. |

0 commit comments

Comments
 (0)