@pnp/spfx-property-controls 3.17.0 → 3.18.0-beta.9102643

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.18.0",
5
+ "changes": {
6
+ "new": [],
7
+ "enhancements": [],
8
+ "fixes": []
9
+ },
10
+ "contributions": []
11
+ },
3
12
  {
4
13
  "version": "3.17.0",
5
14
  "changes": {
package/CHANGELOG.md CHANGED
@@ -1,10 +1,13 @@
1
1
  # Releases
2
2
 
3
+ ## 3.18.0
4
+
3
5
  ## 3.17.0
4
6
 
5
7
  ### New control(s)
6
8
 
7
9
  - `PropertyFieldButton`: New Control PropertyFieldButton [#613](https://github.com/pnp/sp-dev-fx-property-controls/pull/613)
10
+ - `PropertyFieldGrid`: New Control PropertyFieldGrid [#614](https://github.com/pnp/sp-dev-fx-property-controls/pull/614)
8
11
 
9
12
  ### Enhancements
10
13
 
@@ -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 const version = "3.17.0";
1
+ export const version = "3.18.0-beta.9102643";
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,MAAM,OAAO,GAAW,QAAQ,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,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.17.0",
4
+ "version": "3.18.0-beta.9102643",
5
5
  "engines": {
6
6
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0"
7
7
  },
@@ -95,4 +95,4 @@
95
95
  "main": "lib/index.js",
96
96
  "maintainers": [],
97
97
  "contributors": []
98
- }
98
+ }
@@ -2,7 +2,7 @@
2
2
  "id": "bd19c378-ab07-4eaa-9bb6-0e329932d8bf",
3
3
  "alias": "PropertyControlsTestWebPart",
4
4
  "componentType": "WebPart",
5
- "version": "3.17.0",
5
+ "version": "3.18.0",
6
6
  "manifestVersion": 2,
7
7
  "requiresCustomScript": false,
8
8
  "supportedHosts": [