@pnp/spfx-controls-react 3.14.0-beta.4579422 → 3.14.0-beta.4579443
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 -1
- package/CHANGELOG.md +5 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -4,7 +4,9 @@
|
|
|
4
4
|
"version": "3.14.0",
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [],
|
|
7
|
-
"enhancements": [
|
|
7
|
+
"enhancements": [
|
|
8
|
+
"`DateTimePicker`: Fixed DateTimePicker strings in Danish Locale #1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)"
|
|
9
|
+
],
|
|
8
10
|
"fixes": [
|
|
9
11
|
"`DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)",
|
|
10
12
|
"`ListItemAttachments`: FIX: Cannot download items when it has a ilegal character [#1484](https://github.com/pnp/sp-dev-fx-controls-react/issues/1484)",
|
|
@@ -16,6 +18,7 @@
|
|
|
16
18
|
},
|
|
17
19
|
"contributions": [
|
|
18
20
|
"[Chad Eiserloh](https://github.com/c-eiser13)",
|
|
21
|
+
"[Dan Toft](https://github.com/Tanddant)",
|
|
19
22
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
20
23
|
"[Martin Lingstuyl](https://github.com/martinlingstuyl)",
|
|
21
24
|
"[Sergio Villalta](https://github.com/6gal6ler6)",
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## 3.14.0
|
|
4
4
|
|
|
5
|
+
### Enhancements
|
|
6
|
+
|
|
7
|
+
- `DateTimePicker`: Fixed DateTimePicker strings in Danish Locale #1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)
|
|
8
|
+
|
|
5
9
|
### Fixes
|
|
6
10
|
|
|
7
11
|
- `DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)
|
|
@@ -13,7 +17,7 @@
|
|
|
13
17
|
|
|
14
18
|
### Contributors
|
|
15
19
|
|
|
16
|
-
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Guido Zambarda](https://github.com/GuidoZam), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Sergio Villalta](https://github.com/6gal6ler6), [Josef Benda](https://github.com/SmarterJB).
|
|
20
|
+
Special thanks to our contributors (in alphabetical order): [Chad Eiserloh](https://github.com/c-eiser13), [Dan Toft](https://github.com/Tanddant), [Guido Zambarda](https://github.com/GuidoZam), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Sergio Villalta](https://github.com/6gal6ler6), [Josef Benda](https://github.com/SmarterJB).
|
|
17
21
|
|
|
18
22
|
## 3.13.0
|
|
19
23
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.14.0-beta.
|
|
1
|
+
export var version = "3.14.0-beta.4579443";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED