@pnp/spfx-controls-react 3.9.0-beta.2556861 → 3.9.0-beta.2556884
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 +10 -1
- package/lib/common/telemetry/version.js +1 -1
- package/package.json +1 -1
- package/release/webpack-stats/sp-dev-fx-controls-react.stats.json +10898 -11703
package/CHANGELOG.json
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"changes": {
|
|
6
6
|
"new": [
|
|
7
7
|
"`EnhancedThemeProvider`: Added 'EnhancedThemeProvider' control [#1202](https://github.com/pnp/sp-dev-fx-controls-react/issues/1202)",
|
|
8
|
-
"`FieldPicker`: Added `FieldPicker` control [#1219](https://github.com/pnp/sp-dev-fx-controls-react/issues/1219)"
|
|
8
|
+
"`FieldPicker`: Added `FieldPicker` control [#1219](https://github.com/pnp/sp-dev-fx-controls-react/issues/1219)",
|
|
9
|
+
"`ModernAudio`: Added `ModernAudio` control [#1224](https://github.com/pnp/sp-dev-fx-controls-react/issues/1224)"
|
|
9
10
|
],
|
|
10
11
|
"enhancements": [
|
|
11
12
|
"`DateTimePicker`: Added button to clear date [#1217](https://github.com/pnp/sp-dev-fx-controls-react/issues/1217)",
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
"[Fabio Franzini](https://github.com/fabiofranzini)",
|
|
32
33
|
"[Jake Stanger](https://github.com/JakeStanger)",
|
|
33
34
|
"[Joseph Halvey](https://github.com/HardluckHalvey)",
|
|
35
|
+
"[Markus Möller](https://github.com/mmsharepoint)",
|
|
34
36
|
"[Milan Holemans](https://github.com/milanholemans)",
|
|
35
37
|
"[Morten Andersen](https://github.com/spcph)",
|
|
36
38
|
"[Rico van de Ven](https://github.com/RicoNL)",
|
package/CHANGELOG.md
CHANGED
|
@@ -6,20 +6,29 @@
|
|
|
6
6
|
|
|
7
7
|
- `EnhancedThemeProvider`: Added 'EnhancedThemeProvider' control [#1202](https://github.com/pnp/sp-dev-fx-controls-react/issues/1202)
|
|
8
8
|
- `FieldPicker`: Added `FieldPicker` control [#1219](https://github.com/pnp/sp-dev-fx-controls-react/issues/1219)
|
|
9
|
+
- `ModernAudio`: Added `ModernAudio` control [#1224](https://github.com/pnp/sp-dev-fx-controls-react/issues/1224)
|
|
9
10
|
|
|
10
11
|
### Enhancements
|
|
11
12
|
|
|
12
13
|
- `DateTimePicker`: Added button to clear date [#1217](https://github.com/pnp/sp-dev-fx-controls-react/issues/1217)
|
|
14
|
+
- `Toolbar`: Allow filters on a Toolbar to be controlled externally [#1222](https://github.com/pnp/sp-dev-fx-controls-react/issues/1222)
|
|
15
|
+
- `PeoplePicker`: add new allowUnvalidated option to allow adding non-tenant users [#1232](https://github.com/pnp/sp-dev-fx-controls-react/pull/1232)
|
|
13
16
|
|
|
14
17
|
### Fixes
|
|
15
18
|
|
|
16
19
|
- `Localization`: Updates to English localizations [#1207](https://github.com/pnp/sp-dev-fx-controls-react/issues/1207)
|
|
17
20
|
- `Localization`: Updates to Dutch localizations [#1209](https://github.com/pnp/sp-dev-fx-controls-react/issues/1209)
|
|
21
|
+
- `Localization`: Updates to Danish localizations [#1233](https://github.com/pnp/sp-dev-fx-controls-react/pull/1233)
|
|
18
22
|
- `TaxonomyPicker`: Check if cultureInfo is valid [#1226](https://github.com/pnp/sp-dev-fx-controls-react/issues/1226)
|
|
23
|
+
- `FieldCollectionData`: Updated docs to fix duplicated property [#1236](https://github.com/pnp/sp-dev-fx-controls-react/pull/1236)
|
|
24
|
+
- `Changelog`: Fix changelog script by setting CHANGELOG.JSON filename extension to lower case [#1242](https://github.com/pnp/sp-dev-fx-controls-react/pull/1242)
|
|
25
|
+
- `LivePersona`: Fix LivePersona not showing card on hover [#1241](https://github.com/pnp/sp-dev-fx-controls-react/issues/1241)
|
|
26
|
+
- `PeoplePicker`: PeoplePicker validation on focus out [#1221](https://github.com/pnp/sp-dev-fx-controls-react/pull/1221)
|
|
19
27
|
|
|
20
28
|
### Contributors
|
|
21
29
|
|
|
22
|
-
Special thanks to our contributors (in alphabetical order): [Annie-Johnson](https://github.com/Annie-Johnson), [Dennis Kuhn](https://github.com/DennisKuhn), [Fabio Franzini](https://github.com/fabiofranzini), [Milan Holemans](https://github.com/milanholemans), [Rico van de Ven](https://github.com/RicoNL).
|
|
30
|
+
Special thanks to our contributors (in alphabetical order): [Alexander Kleshcheov](https://github.com/SharePickle), [Annie-Johnson](https://github.com/Annie-Johnson), [Daniel Watford](https://github.com/danwatford), [Dennis Kuhn](https://github.com/DennisKuhn), [Fabio Franzini](https://github.com/fabiofranzini), [Jake Stanger](https://github.com/JakeStanger), [Joseph Halvey](https://github.com/HardluckHalvey), [Markus Möller](https://github.com/mmsharepoint), [Milan Holemans](https://github.com/milanholemans), [Morten Andersen](https://github.com/spcph), [Rico van de Ven](https://github.com/RicoNL), [ryanexner](https://github.com/ryanexner).
|
|
31
|
+
|
|
23
32
|
## 3.8.1
|
|
24
33
|
|
|
25
34
|
### Fixes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.9.0-beta.
|
|
1
|
+
export var version = "3.9.0-beta.2556884";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED