@pnp/spfx-property-controls 3.15.0 → 3.16.0-beta.6990957
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 +10 -0
- package/CHANGELOG.md +8 -1
- package/lib/common/telemetry/version.d.ts.map +1 -1
- package/lib/common/telemetry/version.js +1 -1
- package/lib/common/telemetry/version.js.map +1 -1
- package/package.json +2 -2
- package/release/manifests/bd19c378-ab07-4eaa-9bb6-0e329932d8bf.manifest.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": [
|
|
3
|
+
{
|
|
4
|
+
"version": "3.16.0",
|
|
5
|
+
"changes": {
|
|
6
|
+
"new": [],
|
|
7
|
+
"enhancements": [],
|
|
8
|
+
"fixes": []
|
|
9
|
+
},
|
|
10
|
+
"contributions": []
|
|
11
|
+
},
|
|
3
12
|
{
|
|
4
13
|
"version": "3.15.0",
|
|
5
14
|
"changes": {
|
|
6
15
|
"new": [],
|
|
7
16
|
"enhancements": [
|
|
17
|
+
"SharePoint Framework v1.18.2 support"
|
|
8
18
|
],
|
|
9
19
|
"fixes": [
|
|
10
20
|
"`Localization`: Errors in en-gb loc file [#582](https://github.com/pnp/sp-dev-fx-property-controls/pull/582)",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,22 @@
|
|
|
1
1
|
# Releases
|
|
2
2
|
|
|
3
|
+
## 3.16.0
|
|
4
|
+
|
|
3
5
|
## 3.15.0
|
|
4
6
|
|
|
7
|
+
### Enhancements
|
|
8
|
+
|
|
9
|
+
- SharePoint Framework v1.18.2 support
|
|
10
|
+
|
|
5
11
|
### Fixes
|
|
6
12
|
|
|
7
13
|
- `Localization`: Errors in en-gb loc file [#582](https://github.com/pnp/sp-dev-fx-property-controls/pull/582)
|
|
8
14
|
- `Localization`: Errors in german language [#589](https://github.com/pnp/sp-dev-fx-property-controls/pull/589)
|
|
15
|
+
- `PropertyFieldFilePicker`: fix Tiles view [#562](https://github.com/pnp/sp-dev-fx-property-controls/issues/562)
|
|
9
16
|
|
|
10
17
|
### Contributors
|
|
11
18
|
|
|
12
|
-
Special thanks to our contributors (in alphabetical order): [andrew-lott](https://github.com/andrew-lott), [Tom F.](https://github.com/tpf89).
|
|
19
|
+
Special thanks to our contributors (in alphabetical order): [andrew-lott](https://github.com/andrew-lott), [Clem S-K](https://github.com/ClemSK), [Tom F.](https://github.com/tpf89).
|
|
13
20
|
|
|
14
21
|
## 3.14.0
|
|
15
22
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/common/telemetry/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,EAAE,
|
|
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.
|
|
1
|
+
export var version = "3.16.0-beta.6990957";
|
|
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,
|
|
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.
|
|
4
|
+
"version": "3.16.0-beta.6990957",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0"
|
|
7
7
|
},
|
|
@@ -103,4 +103,4 @@
|
|
|
103
103
|
"Struyf, Elio <elio@struyfconsulting.be>",
|
|
104
104
|
"Terentiev, Alex <>"
|
|
105
105
|
]
|
|
106
|
-
}
|
|
106
|
+
}
|