@pnp/spfx-controls-react 3.12.0-beta.4235203 → 3.12.0-beta.4235253
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 +2 -1
- package/CHANGELOG.md +1 -0
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
"`DynamicForm`: Check empty array and trasform it in set as null [#1456](https://github.com/pnp/sp-dev-fx-controls-react/pull/1456)",
|
|
35
35
|
"`FilePicker`: Fix site browser resize [#1457](https://github.com/pnp/sp-dev-fx-controls-react/pull/1457)",
|
|
36
36
|
"`ModernTaxonomyPicker` Fix - Show ModernTaxonomyPicker label in correct form [#1459](https://github.com/pnp/sp-dev-fx-controls-react/pull/1459)",
|
|
37
|
-
"`DynamicForm`: Update DynamicForm.tsx [#1462](https://github.com/pnp/sp-dev-fx-controls-react/pull/1462)"
|
|
37
|
+
"`DynamicForm`: Update DynamicForm.tsx [#1462](https://github.com/pnp/sp-dev-fx-controls-react/pull/1462)",
|
|
38
|
+
"`FilePicker`: Fix breadcrumb nav [#1458](https://github.com/pnp/sp-dev-fx-controls-react/pull/1458)"
|
|
38
39
|
]
|
|
39
40
|
},
|
|
40
41
|
"contributions": [
|
package/CHANGELOG.md
CHANGED
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
- `FilePicker`: Fix site browser resize [#1457](https://github.com/pnp/sp-dev-fx-controls-react/pull/1457)
|
|
38
38
|
- `ModernTaxonomyPicker` Fix - Show ModernTaxonomyPicker label in correct form [#1459](https://github.com/pnp/sp-dev-fx-controls-react/pull/1459)
|
|
39
39
|
- `DynamicForm`: Update DynamicForm.tsx [#1462](https://github.com/pnp/sp-dev-fx-controls-react/pull/1462)
|
|
40
|
+
- `FilePicker`: Fix breadcrumb nav [#1458](https://github.com/pnp/sp-dev-fx-controls-react/pull/1458)
|
|
40
41
|
|
|
41
42
|
### Contributors
|
|
42
43
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.12.0-beta.
|
|
1
|
+
export var version = "3.12.0-beta.4235253";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED