@pnp/spfx-controls-react 3.10.0-beta.3126702 → 3.10.0-beta.3126713
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
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
{
|
|
4
4
|
"version": "3.11.0",
|
|
5
5
|
"changes": {
|
|
6
|
-
"new": [
|
|
6
|
+
"new": [
|
|
7
|
+
"`ProgressStepsIndicator`: New control that shows a progress of steps. [#1322](https://github.com/pnp/sp-dev-fx-controls-react/pull/1322)"
|
|
8
|
+
],
|
|
7
9
|
"enhancements": [
|
|
8
10
|
"`DynamicForm`: Add taxonomy tree to test harness [#1269](https://github.com/pnp/sp-dev-fx-controls-react/pull/1269)",
|
|
9
11
|
"`ModernTaxonomyPicker`: ability to disallow selecting children [#1279](https://github.com/pnp/sp-dev-fx-controls-react/pull/1279)",
|
|
@@ -29,6 +31,7 @@
|
|
|
29
31
|
"[Hilton Giesenow](https://github.com/HiltonGiesenow)",
|
|
30
32
|
"[Jake Stanger](https://github.com/JakeStanger)",
|
|
31
33
|
"[Jasey Waegebaert](https://github.com/Jwaegebaert)",
|
|
34
|
+
"[João Mendes](https://github.com/joaojmendes)",
|
|
32
35
|
"[Josef Benda](https://github.com/SmarterJB)",
|
|
33
36
|
"[Mark Bice](https://github.com/mbice)",
|
|
34
37
|
"[Paolo Pialorsi](https://github.com/PaoloPia)",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.10.0-beta.
|
|
1
|
+
export var version = "3.10.0-beta.3126713";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED