@pnp/spfx-controls-react 3.12.0-beta.4227266 → 3.12.0-beta.4227277
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 +5 -3
- package/CHANGELOG.md +2 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -20,7 +20,8 @@
|
|
|
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
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
|
+
"`DynamicForm`: Initialize changedValue with defaultValue [#1454](https://github.com/pnp/sp-dev-fx-controls-react/pull/1454)",
|
|
24
|
+
"`DynamicForm`: Fix image path [#1455](https://github.com/pnp/sp-dev-fx-controls-react/pull/1455)"
|
|
24
25
|
],
|
|
25
26
|
"fixes": [
|
|
26
27
|
"`DateTimePicker`: broken link for `getErrorMessage` property fixed [#1277](https://github.com/pnp/sp-dev-fx-controls-react/pull/1381)",
|
|
@@ -44,8 +45,9 @@
|
|
|
44
45
|
"[mgitta](https://github.com/mgitta)",
|
|
45
46
|
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
|
46
47
|
"[mikezimm](https://github.com/mikezimm)",
|
|
47
|
-
"[
|
|
48
|
-
"[
|
|
48
|
+
"[Samuele Furnari](https://github.com/SamueleFurnari)",
|
|
49
|
+
"[wuxiaojun514](https://github.com/wuxiaojun514)"
|
|
50
|
+
|
|
49
51
|
]
|
|
50
52
|
},
|
|
51
53
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,7 @@
|
|
|
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
24
|
- `DynamicForm`: Initialize changedValue with defaultValue [#1454](https://github.com/pnp/sp-dev-fx-controls-react/pull/1454)
|
|
25
|
+
- `DynamicForm`: Fix image path [#1455](https://github.com/pnp/sp-dev-fx-controls-react/pull/1455)
|
|
25
26
|
|
|
26
27
|
### Fixes
|
|
27
28
|
|
|
@@ -35,7 +36,7 @@
|
|
|
35
36
|
|
|
36
37
|
### Contributors
|
|
37
38
|
|
|
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), [
|
|
39
|
+
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), [Samuele Furnari](https://github.com/SamueleFurnari), [wuxiaojun514](https://github.com/wuxiaojun514).
|
|
39
40
|
|
|
40
41
|
## 3.12.0
|
|
41
42
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.12.0-beta.
|
|
1
|
+
export var version = "3.12.0-beta.4227277";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED