@pnp/spfx-controls-react 3.7.0-beta.1939295 → 3.7.0-beta.1939297
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
|
-
"`Carousel`: Prev and Next Buttons are not labeled, and read as 'Unlabeled button' by screen readers [#1137](https://github.com/pnp/sp-dev-fx-controls-react/issues/1137)"
|
|
8
|
+
"`Carousel`: Prev and Next Buttons are not labeled, and read as 'Unlabeled button' by screen readers [#1137](https://github.com/pnp/sp-dev-fx-controls-react/issues/1137)",
|
|
9
|
+
"SharePoint Framework v1.14.0 support"
|
|
9
10
|
],
|
|
10
11
|
"fixes": []
|
|
11
12
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.7.0-beta.
|
|
1
|
+
export var version = "3.7.0-beta.1939297";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED