@pnp/spfx-controls-react 3.8.0-beta.2244176 → 3.8.0-beta.2244194

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
@@ -9,7 +9,8 @@
9
9
  "`PeoplePicker`: search users in nested security groups [#1173](https://github.com/pnp/sp-dev-fx-controls-react/issues/1173)",
10
10
  "`ModenrTaxonomyPicker`: Add more complete example of TaxonomyTree usage [#1190](https://github.com/pnp/sp-dev-fx-controls-react/pull/1190)",
11
11
  "`AdaptiveCardHost`: Add SPFx Context property [#1145](https://github.com/pnp/sp-dev-fx-controls-react/issues/1145)",
12
- "`AdaptiveCardHost`: Remove the `isUniqueControlInPage` from the control by rebuilding the way to apply AC CSS class names [#1154](https://github.com/pnp/sp-dev-fx-controls-react/issues/1154)"
12
+ "`AdaptiveCardHost`: Remove the `isUniqueControlInPage` from the control by rebuilding the way to apply AC CSS class names [#1154](https://github.com/pnp/sp-dev-fx-controls-react/issues/1154)",
13
+ "`ListView`: Different background color to even and odd rows in ListView [#1153](https://github.com/pnp/sp-dev-fx-controls-react/issues/1153)"
13
14
  ],
14
15
  "fixes": [
15
16
  "`LocationPicker`: Resolve issue when in root site [#1162](https://github.com/pnp/sp-dev-fx-controls-react/pull/1162)",
@@ -33,6 +34,7 @@
33
34
  "[Fabio Franzini](https://github.com/fabiofranzini)",
34
35
  "[Gautam Sheth](https://github.com/gautamdsheth)",
35
36
  "[Joel Lopes](https://github.com/Dixdjo)",
37
+ "[Milan Holemans](https://github.com/milanholemans)",
36
38
  "[Patrik Hellgren](https://github.com/patrikhellgren)",
37
39
  "[Ravichandran Krishnasamy](https://github.com/ravichandran-blog)",
38
40
  "[Rico van de Ven](https://github.com/RicoNL)",
@@ -1,2 +1,2 @@
1
- export var version = "3.8.0-beta.2244176";
1
+ export var version = "3.8.0-beta.2244194";
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.8.0-beta.2244176",
4
+ "version": "3.8.0-beta.2244194",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",