@pnp/spfx-controls-react 3.16.0-beta.6149162 → 3.16.0-beta.6149226

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
@@ -7,6 +7,7 @@
7
7
  "`ViewPicker`: new control ViewPicker [#1439](https://github.com/pnp/sp-dev-fx-controls-react/issues/1439)"
8
8
  ],
9
9
  "enhancements": [
10
+ "`FieldCollectionData`: render on page instead of panel and added combobox and peoplepicker controls [#1588](https://github.com/pnp/sp-dev-fx-controls-react/pull/1588)"
10
11
  ],
11
12
  "fixes": [
12
13
  "`AccessibleAccordion`: fix typo in documentation [#1634](https://github.com/pnp/sp-dev-fx-controls-react/pull/1634)",
@@ -17,7 +18,8 @@
17
18
  "contributions": [
18
19
  "[Guido Zambarda](https://github.com/GuidoZam)",
19
20
  "[Nils Andresen](https://github.com/nils-a)",
20
- "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)"
21
+ "[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
22
+ "[Rico van de Ven](https://github.com/RicoNL)"
21
23
  ]
22
24
  },
23
25
  {
@@ -1,2 +1,2 @@
1
- export var version = "3.16.0-beta.6149162";
1
+ export var version = "3.16.0-beta.6149226";
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.16.0-beta.6149162",
4
+ "version": "3.16.0-beta.6149226",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",