@pnp/spfx-controls-react 3.12.0-beta.4169113 → 3.12.0-beta.4169182
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
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
"`DynamicForm`: Dynamicform is hanging on the loading screen if the list has a single value list lookup field [#1393](https://github.com/pnp/sp-dev-fx-controls-react/issues/1393)",
|
|
27
27
|
"`ListView`: Update ListView control docs to use a valid field for the icon [#1398](https://github.com/pnp/sp-dev-fx-controls-react/pull/1398)",
|
|
28
28
|
"`Accordion`: Fixing Accordion control documentation image issue [#1408](https://github.com/pnp/sp-dev-fx-controls-react/issues/1408)",
|
|
29
|
-
"`DynamicForm`: Cannot read properties of undefined (reading 'startsWith') when submitting the form with `contentType={undefined]` [#1431](https://github.com/pnp/sp-dev-fx-controls-react/issues/1431)"
|
|
29
|
+
"`DynamicForm`: Cannot read properties of undefined (reading 'startsWith') when submitting the form with `contentType={undefined]` [#1431](https://github.com/pnp/sp-dev-fx-controls-react/issues/1431)",
|
|
30
|
+
"`FilePicker`: Fix site breadcrumb navigation [#1368](https://github.com/pnp/sp-dev-fx-controls-react/issues/1368)"
|
|
30
31
|
]
|
|
31
32
|
},
|
|
32
33
|
"contributions": [
|
|
@@ -34,6 +35,7 @@
|
|
|
34
35
|
"[Brian Krainer Jacobsen](https://github.com/krainer)",
|
|
35
36
|
"[Edin Kapic](https://github.com/ekapic)",
|
|
36
37
|
"[Eduard Paul](https://github.com/eduardpaul)",
|
|
38
|
+
"[Fredrik Ekström](https://github.com/FredrikEkstroem)",
|
|
37
39
|
"[Harminder Singh](https://github.com/HarminderSethi)",
|
|
38
40
|
"[Hugo Bernier](https://github.com/hugoabernier)",
|
|
39
41
|
"[João Mendes](https://github.com/joaojmendes)",
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.12.0-beta.
|
|
1
|
+
export var version = "3.12.0-beta.4169182";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED