@pnp/spfx-controls-react 3.20.0-beta.1098838 → 3.20.0-beta.1098871
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 +7 -2
- package/CHANGELOG.md +6 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -9,11 +9,16 @@
|
|
|
9
9
|
"`Dashboard`: IWidgetLink improvements [#1813](https://github.com/pnp/sp-dev-fx-controls-react/pull/1813)",
|
|
10
10
|
"`DynamicForm`: custom sorting [#1802](https://github.com/pnp/sp-dev-fx-controls-react/pull/1802)"
|
|
11
11
|
],
|
|
12
|
-
"fixes": [
|
|
12
|
+
"fixes": [
|
|
13
|
+
"Debug Controls in any language [#1882](https://github.com/pnp/sp-dev-fx-controls-react/pull/1882)",
|
|
14
|
+
"`AdaptiveCardHost`: lock down adaptive-expression package version [#1876](https://github.com/pnp/sp-dev-fx-controls-react/issues/1876)"
|
|
15
|
+
]
|
|
13
16
|
},
|
|
14
17
|
"contributions": [
|
|
15
18
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
16
|
-
"[
|
|
19
|
+
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
20
|
+
"[srpmtt](https://github.com/srpmtt)",
|
|
21
|
+
"[wilecoyotegenius](https://github.com/wilecoyotegenius)"
|
|
17
22
|
]
|
|
18
23
|
},
|
|
19
24
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -8,9 +8,14 @@
|
|
|
8
8
|
- `Dashboard`: IWidgetLink improvements [#1813](https://github.com/pnp/sp-dev-fx-controls-react/pull/1813)
|
|
9
9
|
- `DynamicForm`: custom sorting [#1802](https://github.com/pnp/sp-dev-fx-controls-react/pull/1802)
|
|
10
10
|
|
|
11
|
+
### Fixes
|
|
12
|
+
|
|
13
|
+
- Debug Controls in any language [#1882](https://github.com/pnp/sp-dev-fx-controls-react/pull/1882)
|
|
14
|
+
- `AdaptiveCardHost`: lock down adaptive-expression package version [#1876](https://github.com/pnp/sp-dev-fx-controls-react/issues/1876)
|
|
15
|
+
|
|
11
16
|
### Contributors
|
|
12
17
|
|
|
13
|
-
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [srpmtt](https://github.com/srpmtt).
|
|
18
|
+
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Michaël Maillot](https://github.com/michaelmaillot), [srpmtt](https://github.com/srpmtt), [wilecoyotegenius](https://github.com/wilecoyotegenius).
|
|
14
19
|
|
|
15
20
|
## 3.19.0
|
|
16
21
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.20.0-beta.
|
|
1
|
+
export var version = "3.20.0-beta.1098871";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
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.20.0-beta.
|
|
4
|
+
"version": "3.20.0-beta.1098871",
|
|
5
5
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "gulp build",
|