@pnp/spfx-controls-react 3.10.0-beta.3081239 → 3.10.0-beta.3105031

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
@@ -8,8 +8,8 @@
8
8
  "`DynamicForm`: Add taxonomy tree to test harness [#1269](https://github.com/pnp/sp-dev-fx-controls-react/pull/1269)",
9
9
  "`ModernTaxonomyPicker`: ability to disallow selecting children [#1279](https://github.com/pnp/sp-dev-fx-controls-react/pull/1279)",
10
10
  "`PeoplePicker`: Use webAbsoluteUrl if provided through props to ensure user [#1273](https://github.com/pnp/sp-dev-fx-controls-react/issues/1273)",
11
- "`DynamicForm`: Allow to hide fields [#1307](https://github.com/pnp/sp-dev-fx-controls-react/pull/1307)",
12
- "`DynamicForm`: Support for hidden fields [#1307](https://github.com/pnp/sp-dev-fx-controls-react/pull/1307/)"
11
+ "`DynamicForm`: Support for hidden fields [#1307](https://github.com/pnp/sp-dev-fx-controls-react/pull/1307/)",
12
+ "`Placeholder`: Documentation example to only display in edit mode [#1280](https://github.com/pnp/sp-dev-fx-controls-react/issues/1280)"
13
13
  ],
14
14
  "fixes": [
15
15
  "`PeoplePicker`: fixes where people picker returns no results [#1292](https://github.com/pnp/sp-dev-fx-controls-react/issues/1292)",
@@ -25,6 +25,7 @@
25
25
  "[Chad Eiserloh](https://github.com/c-eiser13)",
26
26
  "[Hilton Giesenow](https://github.com/HiltonGiesenow)",
27
27
  "[Jake Stanger](https://github.com/JakeStanger)",
28
+ "[Jasey Waegebaert](https://github.com/Jwaegebaert)",
28
29
  "[Josef Benda](https://github.com/SmarterJB)",
29
30
  "[Mark Bice](https://github.com/mbice)",
30
31
  "[Paolo Pialorsi](https://github.com/PaoloPia)",
@@ -1,2 +1,2 @@
1
- export var version = "3.10.0-beta.3081239";
1
+ export var version = "3.10.0-beta.3105031";
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.10.0-beta.3081239",
4
+ "version": "3.10.0-beta.3105031",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",