@pnp/spfx-controls-react 3.12.0-beta.4227216 → 3.12.0-beta.4227224
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 +4 -2
- package/CHANGELOG.md +2 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
"Update the SPFx source project to add an extension + form customizer [#1410](https://github.com/pnp/sp-dev-fx-controls-react/issues/1410)",
|
|
20
20
|
"`AdaptiveCardDesignerHost`: Add Sample Data to Adaptive Card Editor [#1425](https://github.com/pnp/sp-dev-fx-controls-react/pull/1425)",
|
|
21
21
|
"`AdaptiveCardHost`: Logic to prevent re-renders (flicker) [#1425](https://github.com/pnp/sp-dev-fx-controls-react/pull/1425)",
|
|
22
|
-
"`ListItemComments`: Add new parameter for ListItemComments to highlight comment [#1430](https://github.com/pnp/sp-dev-fx-controls-react/pull/1430)"
|
|
22
|
+
"`ListItemComments`: Add new parameter for ListItemComments to highlight comment [#1430](https://github.com/pnp/sp-dev-fx-controls-react/pull/1430)",
|
|
23
|
+
"`DynamicForm`: Initialize changedValue with defaultValue [#1454](https://github.com/pnp/sp-dev-fx-controls-react/pull/1454)"
|
|
23
24
|
],
|
|
24
25
|
"fixes": [
|
|
25
26
|
"`DateTimePicker`: broken link for `getErrorMessage` property fixed [#1277](https://github.com/pnp/sp-dev-fx-controls-react/pull/1381)",
|
|
@@ -43,7 +44,8 @@
|
|
|
43
44
|
"[mgitta](https://github.com/mgitta)",
|
|
44
45
|
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
45
46
|
"[mikezimm](https://github.com/mikezimm)",
|
|
46
|
-
"[wuxiaojun514](https://github.com/wuxiaojun514)"
|
|
47
|
+
"[wuxiaojun514](https://github.com/wuxiaojun514)",
|
|
48
|
+
"[Samuele Furnari](https://github.com/SamueleFurnari)"
|
|
47
49
|
]
|
|
48
50
|
},
|
|
49
51
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
- `AdaptiveCardDesignerHost`: Add Sample Data to Adaptive Card Editor [#1425](https://github.com/pnp/sp-dev-fx-controls-react/pull/1425)
|
|
22
22
|
- `AdaptiveCardHost`: Logic to prevent re-renders (flicker) [#1425](https://github.com/pnp/sp-dev-fx-controls-react/pull/1425)
|
|
23
23
|
- `ListItemComments`: Add new parameter for ListItemComments to highlight comment [#1430](https://github.com/pnp/sp-dev-fx-controls-react/pull/1430)
|
|
24
|
+
- `DynamicForm`: Initialize changedValue with defaultValue [#1454](https://github.com/pnp/sp-dev-fx-controls-react/pull/1454)
|
|
24
25
|
|
|
25
26
|
### Fixes
|
|
26
27
|
|
|
@@ -34,7 +35,7 @@
|
|
|
34
35
|
|
|
35
36
|
### Contributors
|
|
36
37
|
|
|
37
|
-
Special thanks to our contributors (in alphabetical order): [araver](https://github.com/araver), [Brian Krainer Jacobsen](https://github.com/krainer), [Edin Kapic](https://github.com/ekapic), [Eduard Paul](https://github.com/eduardpaul), [Fredrik Ekström](https://github.com/FredrikEkstroem), [Harminder Singh](https://github.com/HarminderSethi), [Hugo Bernier](https://github.com/hugoabernier), [João Mendes](https://github.com/joaojmendes), [mgitta](https://github.com/mgitta), [Michaël Maillot](https://github.com/michaelmaillot), [mikezimm](https://github.com/mikezimm), [wuxiaojun514](https://github.com/wuxiaojun514).
|
|
38
|
+
Special thanks to our contributors (in alphabetical order): [araver](https://github.com/araver), [Brian Krainer Jacobsen](https://github.com/krainer), [Edin Kapic](https://github.com/ekapic), [Eduard Paul](https://github.com/eduardpaul), [Fredrik Ekström](https://github.com/FredrikEkstroem), [Harminder Singh](https://github.com/HarminderSethi), [Hugo Bernier](https://github.com/hugoabernier), [João Mendes](https://github.com/joaojmendes), [mgitta](https://github.com/mgitta), [Michaël Maillot](https://github.com/michaelmaillot), [mikezimm](https://github.com/mikezimm), [wuxiaojun514](https://github.com/wuxiaojun514), [Samuele Furnari](https://github.com/SamueleFurnari).
|
|
38
39
|
|
|
39
40
|
## 3.12.0
|
|
40
41
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.12.0-beta.
|
|
1
|
+
export var version = "3.12.0-beta.4227224";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED