@pnp/spfx-controls-react 3.12.0-beta.3837545 → 3.12.0-beta.3837570
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
|
@@ -12,14 +12,16 @@
|
|
|
12
12
|
"fixes": [
|
|
13
13
|
"`DateTimePicker`: broken link for `getErrorMessage` property fixed [#1277](https://github.com/pnp/sp-dev-fx-controls-react/pull/1381)",
|
|
14
14
|
"`ProgressStepsIndicator`: Fix missing image reference in Progress Steps Indicator [#1409](https://github.com/pnp/sp-dev-fx-controls-react/issues/1409)",
|
|
15
|
-
"`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)"
|
|
15
|
+
"`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)",
|
|
16
|
+
"`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)"
|
|
16
17
|
]
|
|
17
18
|
},
|
|
18
19
|
"contributions": [
|
|
19
20
|
"[Edin Kapic](https://github.com/ekapic)",
|
|
20
21
|
"[Harminder Singh](https://github.com/HarminderSethi)",
|
|
21
22
|
"[João Mendes](https://github.com/joaojmendes)",
|
|
22
|
-
"[mgitta](https://github.com/mgitta)"
|
|
23
|
+
"[mgitta](https://github.com/mgitta)",
|
|
24
|
+
"[mikezimm](https://github.com/mikezimm)"
|
|
23
25
|
]
|
|
24
26
|
},
|
|
25
27
|
{
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.12.0-beta.
|
|
1
|
+
export var version = "3.12.0-beta.3837570";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED