@pnp/spfx-property-controls 3.11.0-beta.4157696 → 3.11.0-beta.4157713

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -5,13 +5,17 @@
5
5
  "changes": {
6
6
  "new": [],
7
7
  "enhancements": [
8
- "`PropertyFieldFilePicker`: Site Tab - Adding scrolling for many libraries [#525](https://github.com/pnp/sp-dev-fx-property-controls/issues/525)"
8
+ "`PropertyFieldFilePicker`: Site Tab - Adding scrolling for many libraries [#525](https://github.com/pnp/sp-dev-fx-property-controls/issues/525)",
9
+ "`SPListPickerService`: add ContentTypes/Name to the query [#521](https://github.com/pnp/sp-dev-fx-property-controls/pull/521)",
10
+ "Czech localization added [#527](https://github.com/pnp/sp-dev-fx-property-controls/issues/527)"
9
11
  ],
10
12
  "fixes": [
11
13
  ]
12
14
  },
13
15
  "contributions": [
14
- "[Brian Krainer Jacobsen](https://github.com/krainer)"
16
+ "[Brian Krainer Jacobsen](https://github.com/krainer)",
17
+ "[Chad Eiserloh](https://github.com/c-eiser13)",
18
+ "[Martin Zamazal](https://github.com/MartinZamazal)"
15
19
  ]
16
20
  },
17
21
  {
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Releases
2
2
 
3
+ ## 3.12.0
4
+
5
+ ### Enhancements
6
+
7
+ - `PropertyFieldFilePicker`: Site Tab - Adding scrolling for many libraries [#525](https://github.com/pnp/sp-dev-fx-property-controls/issues/525)
8
+ - `SPListPickerService`: add ContentTypes/Name to the query [#521](https://github.com/pnp/sp-dev-fx-property-controls/pull/521)
9
+ - Czech localization added [#527](https://github.com/pnp/sp-dev-fx-property-controls/issues/527)
10
+
11
+ ### Contributors
12
+
13
+ Special thanks to our contributors (in alphabetical order): [Brian Krainer Jacobsen](https://github.com/krainer), [Chad Eiserloh](https://github.com/c-eiser13), [Martin Zamazal](https://github.com/MartinZamazal).
14
+
3
15
  ## 3.11.0
4
16
 
5
17
  ### Enhancements
@@ -1,2 +1,2 @@
1
- export var version = "3.11.0-beta.4157696";
1
+ export var version = "3.11.0-beta.4157713";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-property-controls",
3
3
  "description": "Reusable property pane controls for SharePoint Framework solutions",
4
- "version": "3.11.0-beta.4157696",
4
+ "version": "3.11.0-beta.4157713",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",