@pnp/spfx-controls-react 3.10.0-beta.2834833 → 3.10.0-beta.2963070
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 +18 -2
- package/CHANGELOG.md +2 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,12 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"versions": [
|
|
3
|
+
{
|
|
4
|
+
"version": "3.11.0",
|
|
5
|
+
"changes": {
|
|
6
|
+
"new": [],
|
|
7
|
+
"enhancements": [
|
|
8
|
+
"`DynamicForm`: Add taxonomy tree to test harness [#1269](https://github.com/pnp/sp-dev-fx-controls-react/pull/1269)"
|
|
9
|
+
],
|
|
10
|
+
"fixes": [
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"contributions": [
|
|
14
|
+
"[Hilton Giesenow](https://github.com/HiltonGiesenow)"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
3
17
|
{
|
|
4
18
|
"version": "3.10.0",
|
|
5
19
|
"changes": {
|
|
6
20
|
"new": [],
|
|
7
21
|
"enhancements": [
|
|
8
22
|
"`DynamicForm`: possibility to override field rendering for individual fields [#1257](https://github.com/pnp/sp-dev-fx-controls-react/issues/1257)",
|
|
9
|
-
"`ModernTaxonomyPicker`: Display the full path of a term [#1172](https://github.com/pnp/sp-dev-fx-controls-react/issues/1172)"
|
|
23
|
+
"`ModernTaxonomyPicker`: Display the full path of a term [#1172](https://github.com/pnp/sp-dev-fx-controls-react/issues/1172)",
|
|
24
|
+
"SharePoint Framework v1.15.2 support [#1261](https://github.com/pnp/sp-dev-fx-controls-react/pull/1261)"
|
|
10
25
|
],
|
|
11
26
|
"fixes": [
|
|
12
27
|
"`DateTimePicker`: `onChange` not triggered when clearing date [#1277](https://github.com/pnp/sp-dev-fx-controls-react/issues/1277)"
|
|
@@ -15,7 +30,8 @@
|
|
|
15
30
|
"contributions": [
|
|
16
31
|
"[Bart-Jan Dekker](https://github.com/bjdekker)",
|
|
17
32
|
"[Edin Kapic](https://github.com/ekapic)",
|
|
18
|
-
"[Milan Holemans](https://github.com/milanholemans)"
|
|
33
|
+
"[Milan Holemans](https://github.com/milanholemans)",
|
|
34
|
+
"[Steve Beaugé](https://github.com/stevebeauge)"
|
|
19
35
|
]
|
|
20
36
|
},
|
|
21
37
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
- `DynamicForm`: possibility to override field rendering for individual fields [#1257](https://github.com/pnp/sp-dev-fx-controls-react/issues/1257)
|
|
8
8
|
- `ModernTaxonomyPicker`: Display the full path of a term [#1172](https://github.com/pnp/sp-dev-fx-controls-react/issues/1172)
|
|
9
|
+
- SharePoint Framework v1.15.2 support [#1261](https://github.com/pnp/sp-dev-fx-controls-react/pull/1261)
|
|
9
10
|
|
|
10
11
|
### Fixes
|
|
11
12
|
|
|
@@ -13,7 +14,7 @@
|
|
|
13
14
|
|
|
14
15
|
### Contributors
|
|
15
16
|
|
|
16
|
-
Special thanks to our contributors (in alphabetical order): [Bart-Jan Dekker](https://github.com/bjdekker), [Edin Kapic](https://github.com/ekapic), [Milan Holemans](https://github.com/milanholemans).
|
|
17
|
+
Special thanks to our contributors (in alphabetical order): [Bart-Jan Dekker](https://github.com/bjdekker), [Edin Kapic](https://github.com/ekapic), [Milan Holemans](https://github.com/milanholemans), [Steve Beaugé](https://github.com/stevebeauge).
|
|
17
18
|
|
|
18
19
|
## 3.9.0
|
|
19
20
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.10.0-beta.
|
|
1
|
+
export var version = "3.10.0-beta.2963070";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED