@pnp/spfx-property-controls 3.10.0-beta.3118805 → 3.10.0
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,7 +5,8 @@
|
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [],
|
|
7
7
|
"enhancements": [
|
|
8
|
-
"Arabic locale is missing [#461](https://github.com/pnp/sp-dev-fx-property-controls/issues/461)"
|
|
8
|
+
"Arabic locale is missing [#461](https://github.com/pnp/sp-dev-fx-property-controls/issues/461)",
|
|
9
|
+
"`PropertyFieldTermPicker`: anchorId support [#491](https://github.com/pnp/sp-dev-fx-property-controls/issues/491)"
|
|
9
10
|
],
|
|
10
11
|
"fixes": [
|
|
11
12
|
"`FilePicker`: Fixed an internal typo in the codebase [#474](https://github.com/pnp/sp-dev-fx-property-controls/pull/474)",
|
|
@@ -17,6 +18,7 @@
|
|
|
17
18
|
]
|
|
18
19
|
},
|
|
19
20
|
"contributions": [
|
|
21
|
+
"[Chad Eiserloh](https://github.com/c-eiser13)",
|
|
20
22
|
"[JeanNetryValere](https://github.com/JeanNetryValere)",
|
|
21
23
|
"[Hilton Giesenow](https://github.com/HiltonGiesenow)",
|
|
22
24
|
"[nviolero](https://github.com/nviolero)",
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
### Enhancements
|
|
6
6
|
|
|
7
7
|
- Arabic locale is missing [#461](https://github.com/pnp/sp-dev-fx-property-controls/issues/461)
|
|
8
|
+
- `PropertyFieldTermPicker`: anchorId support [#491](https://github.com/pnp/sp-dev-fx-property-controls/issues/491)
|
|
8
9
|
|
|
9
10
|
### Fixes
|
|
10
11
|
|
|
@@ -17,7 +18,7 @@
|
|
|
17
18
|
|
|
18
19
|
### Contributors
|
|
19
20
|
|
|
20
|
-
Special thanks to our contributors (in alphabetical order): [JeanNetryValere](https://github.com/JeanNetryValere), [Hilton Giesenow](https://github.com/HiltonGiesenow), [nviolero](https://github.com/nviolero), [Paul Schaeflein](https://github.com/pschaeflein).
|
|
21
|
+
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [JeanNetryValere](https://github.com/JeanNetryValere), [Hilton Giesenow](https://github.com/HiltonGiesenow), [nviolero](https://github.com/nviolero), [Paul Schaeflein](https://github.com/pschaeflein).
|
|
21
22
|
|
|
22
23
|
## 3.9.0
|
|
23
24
|
|
|
@@ -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,MAAiB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.10.0
|
|
1
|
+
export var version = "3.10.0";
|
|
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,QAAQ,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.10.0
|
|
4
|
+
"version": "3.10.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "gulp build",
|
|
7
7
|
"clean": "gulp clean",
|
|
@@ -95,4 +95,4 @@
|
|
|
95
95
|
"Struyf, Elio <elio@struyfconsulting.be>",
|
|
96
96
|
"Terentiev, Alex <>"
|
|
97
97
|
]
|
|
98
|
-
}
|
|
98
|
+
}
|