@pnp/spfx-property-controls 3.16.0 → 3.17.0-beta.8147677

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
@@ -1,5 +1,14 @@
1
1
  {
2
2
  "versions": [
3
+ {
4
+ "version": "3.17.0",
5
+ "changes": {
6
+ "new": [],
7
+ "enhancements": [],
8
+ "fixes": []
9
+ },
10
+ "contributions": []
11
+ },
3
12
  {
4
13
  "version": "3.16.0",
5
14
  "changes": {
package/CHANGELOG.md CHANGED
@@ -2,13 +2,17 @@
2
2
 
3
3
  ## 3.16.0
4
4
 
5
+ ### Enhancements
6
+
7
+ - `PropertyFieldSitePicker`: disabled property not implemented in UI [#577](https://github.com/pnp/sp-dev-fx-property-controls/issues/577)
8
+
5
9
  ### Fixes
6
10
 
7
11
  - `PropertyFieldMonacoEditor` and `PropertyFieldCodeEditor`: fix text selection in code editor [#590](https://github.com/pnp/sp-dev-fx-property-controls/issues/590)
8
12
 
9
13
  ### Contributors
10
14
 
11
- Special thanks to our contributor: [Luna Heyman](https://github.com/toodeluna).
15
+ Special thanks to our contributors (in alphabetical order): [Luna Heyman](https://github.com/toodeluna), [srpmtt](https://github.com/srpmtt).
12
16
 
13
17
  ## 3.15.1
14
18
 
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAAiB,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,MAA8B,CAAC"}
@@ -1,2 +1,2 @@
1
- export var version = "3.16.0";
1
+ export var version = "3.17.0-beta.8147677";
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,OAAO,GAAW,QAAQ,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,OAAO,GAAW,qBAAqB,CAAC"}
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.16.0",
4
+ "version": "3.17.0-beta.8147677",
5
5
  "engines": {
6
6
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0"
7
7
  },
@@ -80,6 +80,8 @@
80
80
  "license": "MIT",
81
81
  "keywords": [
82
82
  "sharepoint",
83
+ "microsoft365",
84
+ "m365",
83
85
  "office365",
84
86
  "tools",
85
87
  "spfx",
@@ -90,17 +92,6 @@
90
92
  },
91
93
  "homepage": "https://pnp.github.io/sp-dev-fx-property-controls/",
92
94
  "main": "lib/index.js",
93
- "maintainers": [
94
- {
95
- "name": "estruyf",
96
- "email": "elio@struyfconsulting.be"
97
- }
98
- ],
99
- "contributors": [
100
- "Gove, Russell <russellgove@gmail.com>",
101
- "Kent, Chris <>",
102
- "Opdendries, David <>",
103
- "Struyf, Elio <elio@struyfconsulting.be>",
104
- "Terentiev, Alex <>"
105
- ]
106
- }
95
+ "maintainers": [],
96
+ "contributors": []
97
+ }
@@ -2,7 +2,7 @@
2
2
  "id": "bd19c378-ab07-4eaa-9bb6-0e329932d8bf",
3
3
  "alias": "PropertyControlsTestWebPart",
4
4
  "componentType": "WebPart",
5
- "version": "3.16.0",
5
+ "version": "3.17.0",
6
6
  "manifestVersion": 2,
7
7
  "requiresCustomScript": false,
8
8
  "supportedHosts": [