@pnp/spfx-property-controls 3.17.0-beta.8725901 → 3.17.0-beta.8726012
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 +5 -2
- package/CHANGELOG.md +2 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -5,12 +5,15 @@
|
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [],
|
|
7
7
|
"enhancements": [
|
|
8
|
-
"`fast-serve`: ast-serve update to match the most recent changes. [#606](https://github.com/pnp/sp-dev-fx-property-controls/pull/606)"
|
|
8
|
+
"`fast-serve`: ast-serve update to match the most recent changes. [#606](https://github.com/pnp/sp-dev-fx-property-controls/pull/606)",
|
|
9
|
+
"`PropertyFieldContentTypePicker`: PropertyFieldContentTypePicker control [#611](https://github.com/pnp/sp-dev-fx-property-controls/pull/611)"
|
|
10
|
+
|
|
9
11
|
],
|
|
10
12
|
"fixes": []
|
|
11
13
|
},
|
|
12
14
|
"contributions": [
|
|
13
|
-
"[Sergei Sergeev](https://github.com/s-KaiNet)"
|
|
15
|
+
"[Sergei Sergeev](https://github.com/s-KaiNet)",
|
|
16
|
+
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
|
|
14
17
|
]
|
|
15
18
|
},
|
|
16
19
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -5,10 +5,11 @@
|
|
|
5
5
|
### Enhancements
|
|
6
6
|
|
|
7
7
|
- `fast-serve`: ast-serve update to match the most recent changes. [#606](https://github.com/pnp/sp-dev-fx-property-controls/pull/606)
|
|
8
|
+
- `PropertyFieldContentTypePicker`: PropertyFieldContentTypePicker control [#611](https://github.com/pnp/sp-dev-fx-property-controls/pull/611)
|
|
8
9
|
|
|
9
10
|
### Contributors
|
|
10
11
|
|
|
11
|
-
Special thanks to our
|
|
12
|
+
Special thanks to our contributors (in alphabetical order): [Sergei Sergeev](https://github.com/s-KaiNet), [Nishkalank Bezawada](https://github.com/NishkalankBezawada).
|
|
12
13
|
|
|
13
14
|
## 3.16.0
|
|
14
15
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.17.0-beta.
|
|
1
|
+
export var version = "3.17.0-beta.8726012";
|
|
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.17.0-beta.
|
|
4
|
+
"version": "3.17.0-beta.8726012",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0"
|
|
7
7
|
},
|