@pnp/spfx-controls-react 3.14.0-beta.4302330 → 3.14.0-beta.4337065
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 +11 -0
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -6,11 +6,13 @@
|
|
|
6
6
|
"new": [],
|
|
7
7
|
"enhancements": [],
|
|
8
8
|
"fixes": [
|
|
9
|
-
"`DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)"
|
|
9
|
+
"`DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)",
|
|
10
|
+
"`ListItemAttachments`: FIX: Cannot download items when it has a ilegal character [#1484](https://github.com/pnp/sp-dev-fx-controls-react/issues/1484)"
|
|
10
11
|
]
|
|
11
12
|
},
|
|
12
13
|
"contributions": [
|
|
13
|
-
"[Martin Lingstuyl](https://github.com/martinlingstuyl)"
|
|
14
|
+
"[Martin Lingstuyl](https://github.com/martinlingstuyl)",
|
|
15
|
+
"[Sergio Villalta](https://github.com/6gal6ler6)"
|
|
14
16
|
]
|
|
15
17
|
},
|
|
16
18
|
{
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Releases
|
|
2
2
|
|
|
3
|
+
## 3.14.0
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- `DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)
|
|
8
|
+
- `ListItemAttachments`: FIX: Cannot download items when it has a ilegal character [#1484](https://github.com/pnp/sp-dev-fx-controls-react/issues/1484)
|
|
9
|
+
|
|
10
|
+
### Contributors
|
|
11
|
+
|
|
12
|
+
Special thanks to our contributors (in alphabetical order): [Martin Lingstuyl](https://github.com/martinlingstuyl), [Sergio Villalta](https://github.com/6gal6ler6).
|
|
13
|
+
|
|
3
14
|
## 3.13.0
|
|
4
15
|
|
|
5
16
|
### New control(s)
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.14.0-beta.
|
|
1
|
+
export var version = "3.14.0-beta.4337065";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED