@pnp/spfx-controls-react 3.16.0-beta.6624372 → 3.16.0-beta.6624416
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 +3 -1
- package/CHANGELOG.md +2 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -24,10 +24,12 @@
|
|
|
24
24
|
"`PeoplePicker`:PeoplePicker won't accept Multiple Users with the same name [#1620] (https://github.com/pnp/sp-dev-fx-controls-react/pull/1620)",
|
|
25
25
|
"`DynamicForm`: Dynamic Form accessed TaxonomyFieldTypeMulti without considering sub-array results [#1614](https://github.com/pnp/sp-dev-fx-controls-react/pull/1614)",
|
|
26
26
|
"`DynamicForm`: Number validations are working, but the percentage values are not getting saved [#1601](https://github.com/pnp/sp-dev-fx-controls-react/pull/1601)",
|
|
27
|
-
"`DynamicForm`: Number validation is preventing form save in certain circumstances, not enabled for currency fields [#1604](https://github.com/pnp/sp-dev-fx-controls-react/issues/1604)"
|
|
27
|
+
"`DynamicForm`: Number validation is preventing form save in certain circumstances, not enabled for currency fields [#1604](https://github.com/pnp/sp-dev-fx-controls-react/issues/1604)",
|
|
28
|
+
"`ListItemAttachments`: Inconsistent file handling [#1644](https://github.com/pnp/sp-dev-fx-controls-react/issues/1644)"
|
|
28
29
|
]
|
|
29
30
|
},
|
|
30
31
|
"contributions": [
|
|
32
|
+
"[Dan Toft](https://github.com/Tanddant)",
|
|
31
33
|
"[Guido Zambarda](https://github.com/GuidoZam)",
|
|
32
34
|
"[Joakim](https://github.com/daenur76)",
|
|
33
35
|
"[Michaël Maillot](https://github.com/michaelmaillot)",
|
package/CHANGELOG.md
CHANGED
|
@@ -27,10 +27,11 @@
|
|
|
27
27
|
- `DynamicForm`: Dynamic Form accessed TaxonomyFieldTypeMulti without considering sub-array results [#1614](https://github.com/pnp/sp-dev-fx-controls-react/pull/1614)
|
|
28
28
|
- `DynamicForm`: Number validations are working, but the percentage values are not getting saved [#1601](https://github.com/pnp/sp-dev-fx-controls-react/pull/1601)
|
|
29
29
|
- `DynamicForm`: Number validation is preventing form save in certain circumstances, not enabled for currency fields [#1604](https://github.com/pnp/sp-dev-fx-controls-react/issues/1604)
|
|
30
|
+
- `ListItemAttachments`: Inconsistent file handling [#1644](https://github.com/pnp/sp-dev-fx-controls-react/issues/1644)
|
|
30
31
|
|
|
31
32
|
### Contributors
|
|
32
33
|
|
|
33
|
-
Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Joakim](https://github.com/daenur76), [Michaël Maillot](https://github.com/michaelmaillot), [Nils Andresen](https://github.com/nils-a), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Rico van de Ven](https://github.com/RicoNL), [Steve Beaugé](https://github.com/stevebeauge), [wuxiaojun514](https://github.com/wuxiaojun514), [Tom G](https://github.com/t0mgerman).
|
|
34
|
+
Special thanks to our contributors (in alphabetical order): [Dan Toft](https://github.com/Tanddant), [Guido Zambarda](https://github.com/GuidoZam), [Joakim](https://github.com/daenur76), [Michaël Maillot](https://github.com/michaelmaillot), [Nils Andresen](https://github.com/nils-a), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Rico van de Ven](https://github.com/RicoNL), [Steve Beaugé](https://github.com/stevebeauge), [wuxiaojun514](https://github.com/wuxiaojun514), [Tom G](https://github.com/t0mgerman).
|
|
34
35
|
|
|
35
36
|
## 3.15.0
|
|
36
37
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.16.0-beta.
|
|
1
|
+
export var version = "3.16.0-beta.6624416";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED