@pnp/spfx-controls-react 3.6.0 → 3.7.0-beta.1834399
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 +9 -1
- package/CHANGELOG.md +2 -0
- 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/webpack-stats/sp-dev-fx-controls-react.stats.json +9118 -12418
package/CHANGELOG.JSON
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": [
|
|
3
|
+
{
|
|
4
|
+
"version": "3.7.0",
|
|
5
|
+
"changes": {
|
|
6
|
+
"new": [],
|
|
7
|
+
"enhancements": [],
|
|
8
|
+
"fixes": []
|
|
9
|
+
},
|
|
10
|
+
"contributors": []
|
|
11
|
+
},
|
|
3
12
|
{
|
|
4
13
|
"version": "3.6.0",
|
|
5
14
|
"changes": {
|
|
@@ -13,7 +22,6 @@
|
|
|
13
22
|
"`FilePicker`: ability to allow external link and disable file existance chech [commit](https://github.com/pnp/sp-dev-fx-controls-react/commit/41ed4dd2277cf33050f9aeffe743dd684ed9d782)",
|
|
14
23
|
"`FilePicker`: support for multi-select on additional sources [#1047](https://github.com/pnp/sp-dev-fx-controls-react/pull/1047)",
|
|
15
24
|
"`DateTimePicker`: new property for allowTextInput [#1094](https://github.com/pnp/sp-dev-fx-controls-react/issues/1094)"
|
|
16
|
-
|
|
17
25
|
],
|
|
18
26
|
"fixes": [
|
|
19
27
|
"`LivePersona`: Cannot find module '@pnp/spfx-controls-react/lib/LivePersona'[#1069](https://github.com/pnp/sp-dev-fx-controls-react/issues/1069)",
|
package/CHANGELOG.md
CHANGED
|
@@ -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,MAA6B,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.
|
|
1
|
+
export var version = "3.7.0-beta.1834399";
|
|
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,oBAAoB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnp/spfx-controls-react",
|
|
3
3
|
"description": "Reusable React controls for SharePoint Framework solutions",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.7.0-beta.1834399",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "gulp build",
|
|
7
7
|
"clean": "gulp clean",
|
|
@@ -150,4 +150,4 @@
|
|
|
150
150
|
"\\.(css|scss)$": "identity-obj-proxy"
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
}
|
|
153
|
+
}
|