Skip to content

Commit 31360c4

Browse files
authored
Merge pull request #509 from pnp/dev
3.11.0
2 parents 4609680 + 0a7c9ee commit 31360c4

File tree

15 files changed

+3323
-2103
lines changed

15 files changed

+3323
-2103
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
# Raise pull requests for version updates
8+
# to npm against the `dev` branch
9+
target-branch: "dev"
10+
# Labels on pull requests for version updates only
11+
labels:
12+
- "npm dependencies"

CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
{
22
"versions": [
3+
{
4+
"version": "3.11.0",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [
8+
"SharePoint Framework v1.16.0 support"
9+
],
10+
"fixes": [
11+
"`TermPicker`: missed documentation for `anchorId` property [#496](https://github.com/pnp/sp-dev-fx-property-controls/pull/496)",
12+
"`FilePicker`: Operations not working for 100+ Items [#497](https://github.com/pnp/sp-dev-fx-property-controls/issues/497)",
13+
"`FilePicker`: File Sorting not working on file size properly [#501](https://github.com/pnp/sp-dev-fx-property-controls/issues/501)",
14+
"`PropertyFieldMessage`: documentation typos fix [#504](https://github.com/pnp/sp-dev-fx-property-controls/pull/504)",
15+
"`FilePicker`: Sorting on Large Libraries / Folders Must do Server-Side Sorting [#503](https://github.com/pnp/sp-dev-fx-property-controls/issues/503)"
16+
]
17+
},
18+
"contributions": [
19+
"[Chad Eiserloh](https://github.com/c-eiser13)",
20+
"[Chandani Prajapati](https://github.com/chandaniprajapati)",
21+
"[Hilton Giesenow](https://github.com/HiltonGiesenow)"
22+
]
23+
},
324
{
425
"version": "3.10.0",
526
"changes": {

CHANGELOG.md

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

3+
## 3.11.0
4+
5+
### Enhancements
6+
7+
- SharePoint Framework v1.16.0 support
8+
9+
### Fixes
10+
11+
- `TermPicker`: missed documentation for `anchorId` property [#496](https://github.com/pnp/sp-dev-fx-property-controls/pull/496)
12+
- `FilePicker`: Operations not working for 100+ Items [#497](https://github.com/pnp/sp-dev-fx-property-controls/issues/497)
13+
- `FilePicker`: File Sorting not working on file size properly [#501](https://github.com/pnp/sp-dev-fx-property-controls/issues/501)
14+
- `PropertyFieldMessage`: documentation typos fix [#504](https://github.com/pnp/sp-dev-fx-property-controls/pull/504)
15+
- `FilePicker`: Sorting on Large Libraries / Folders Must do Server-Side Sorting [#503](https://github.com/pnp/sp-dev-fx-property-controls/issues/503)
16+
17+
### Contributors
18+
19+
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Chandani Prajapati](https://github.com/chandaniprajapati), [Hilton Giesenow](https://github.com/HiltonGiesenow).
20+
321
## 3.10.0
422

523
### Enhancements
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
License
22

3-
Copyright (c) Microsoft Corporation. All rights reserved.
4-
53
MIT License
64

75
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
86

9-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10-
117
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

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

3+
## 3.11.0
4+
5+
### Enhancements
6+
7+
- SharePoint Framework v1.16.0 support
8+
9+
### Fixes
10+
11+
- `TermPicker`: missed documentation for `anchorId` property [#496](https://github.com/pnp/sp-dev-fx-property-controls/pull/496)
12+
- `FilePicker`: Operations not working for 100+ Items [#497](https://github.com/pnp/sp-dev-fx-property-controls/issues/497)
13+
- `FilePicker`: File Sorting not working on file size properly [#501](https://github.com/pnp/sp-dev-fx-property-controls/issues/501)
14+
- `PropertyFieldMessage`: documentation typos fix [#504](https://github.com/pnp/sp-dev-fx-property-controls/pull/504)
15+
- `FilePicker`: Sorting on Large Libraries / Folders Must do Server-Side Sorting [#503](https://github.com/pnp/sp-dev-fx-property-controls/issues/503)
16+
17+
### Contributors
18+
19+
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Chandani Prajapati](https://github.com/chandaniprajapati), [Hilton Giesenow](https://github.com/HiltonGiesenow).
20+
321
## 3.10.0
422

523
### Enhancements

docs/documentation/docs/controls/PropertyFieldMessage.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This control generates a Message Bar that will show messages .
1313

1414
```TypeScript
1515
import { PropertyFieldMessage} from '@pnp/spfx-property-controls/lib/PropertyFieldMessage';
16+
import { MessageBarType } from 'office-ui-fabric-react/lib/MessageBar';
1617
```
1718

1819
- Add the custom property control to the `groupFields` of the web part property pane configuration:
@@ -21,9 +22,9 @@ import { PropertyFieldMessage} from '@pnp/spfx-property-controls/lib/PropertyFie
2122
PropertyFieldMessage("", {
2223
key: "MessageKey",
2324
text: "Something went wrong... try later.",
24-
messageType: MessageBarType.error
25-
isVisible: true ,
26-
}),
25+
messageType: MessageBarType.error,
26+
isVisible: true
27+
})
2728
```
2829

2930

docs/documentation/docs/controls/PropertyFieldTermPicker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ The `PropertyFieldTermPicker` control can be configured with the following prope
9393
| onGetErrorMessage | function | no | The method is used to get the validation error message and determine whether the input value is valid or not. See [this documentation](https://dev.office.com/sharepoint/docs/spfx/web-parts/guidance/validate-web-part-property-values) to learn how to use it. |
9494
| deferredValidationTime | number | no | Control will start to validate after users stop typing for `deferredValidationTime` milliseconds. Default value is 200. |
9595
| resolveDelay | number | no | The delay time in ms before resolving suggestions, which is kicked off when input has been changed. e.g. if a second input change happens within the resolveDelay time, the timer will start over. Only until after the timer completes will onResolveSuggestions be called. Default is 500. |
96+
| anchorId | string | no | When using LimitByTermsetNameOrId, set the anchorid to a child term in the TermSet to be able to select terms from that level and below. |
9697

9798
Interface `IPickerTerms`
9899

0 commit comments

Comments
 (0)