@pnp/spfx-controls-react 3.10.0-beta.3010417 → 3.10.0-beta.3010478
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
|
-
"`DynamicForm`: Add taxonomy tree to test harness [#1269](https://github.com/pnp/sp-dev-fx-controls-react/pull/1269)"
|
|
8
|
+
"`DynamicForm`: Add taxonomy tree to test harness [#1269](https://github.com/pnp/sp-dev-fx-controls-react/pull/1269)",
|
|
9
|
+
"`ModernTaxonomyPicker`: ability to disallow selecting children [#1279](https://github.com/pnp/sp-dev-fx-controls-react/pull/1279)"
|
|
9
10
|
],
|
|
10
11
|
"fixes": [
|
|
11
12
|
"`FilePicker`: Tile view fix [#1272](https://github.com/pnp/sp-dev-fx-controls-react/issues/1272)"
|
|
@@ -13,6 +14,7 @@
|
|
|
13
14
|
},
|
|
14
15
|
"contributions": [
|
|
15
16
|
"[Hilton Giesenow](https://github.com/HiltonGiesenow)",
|
|
17
|
+
"[Jake Stanger](https://github.com/JakeStanger)",
|
|
16
18
|
"[Victor Romanov](https://github.com/VRomanovTau)"
|
|
17
19
|
]
|
|
18
20
|
},
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.10.0-beta.
|
|
1
|
+
export var version = "3.10.0-beta.3010478";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED