@pnp/spfx-controls-react 3.12.0-beta.3912627 → 3.12.0-beta.3966498
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
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"`DateTimePicker`: broken link for `getErrorMessage` property fixed [#1277](https://github.com/pnp/sp-dev-fx-controls-react/pull/1381)",
|
|
16
16
|
"`ProgressStepsIndicator`: Fix missing image reference in Progress Steps Indicator [#1409](https://github.com/pnp/sp-dev-fx-controls-react/issues/1409)",
|
|
17
17
|
"`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)",
|
|
18
|
-
"`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)"
|
|
18
|
+
"`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)",
|
|
19
|
+
"`Accordion`: Fixing Accordion control documentation image issue [#1408](https://github.com/pnp/sp-dev-fx-controls-react/issues/1408)"
|
|
19
20
|
]
|
|
20
21
|
},
|
|
21
22
|
"contributions": [
|
|
@@ -24,6 +25,7 @@
|
|
|
24
25
|
"[Harminder Singh](https://github.com/HarminderSethi)",
|
|
25
26
|
"[João Mendes](https://github.com/joaojmendes)",
|
|
26
27
|
"[mgitta](https://github.com/mgitta)",
|
|
28
|
+
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
27
29
|
"[mikezimm](https://github.com/mikezimm)"
|
|
28
30
|
]
|
|
29
31
|
},
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.12.0-beta.
|
|
1
|
+
export var version = "3.12.0-beta.3966498";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED