@pnp/spfx-controls-react 3.9.0-beta.2556861 → 3.9.0-beta.2556931

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 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.2556861";
1
+ export var version = "3.9.0-beta.2556931";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-controls-react",
3
3
  "description": "Reusable React controls for SharePoint Framework solutions",
4
- "version": "3.9.0-beta.2556861",
4
+ "version": "3.9.0-beta.2556931",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",
@@ -83,7 +83,7 @@
83
83
  "ajv": "~5.2.2",
84
84
  "amd-loader": "0.0.8",
85
85
  "chai": "^4.3.4",
86
- "codecov": "3.6.5",
86
+ "codecov": "3.8.3",
87
87
  "enzyme": "^3.11.0",
88
88
  "enzyme-adapter-react-16": "^1.15.6",
89
89
  "gulp": "4.0.2",