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