@pnp/spfx-controls-react 3.12.0-beta.4143589 → 3.12.0-beta.4143733

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
@@ -14,7 +14,8 @@
14
14
  "`DynamicForm`: Add `respectETag` option to `DynamicForm` [#1395](https://github.com/pnp/sp-dev-fx-controls-react/issues/1395)",
15
15
  "`MonacoEditor`: Fixed minor typos and misleading instructions [#1415](https://github.com/pnp/sp-dev-fx-controls-react/pull/1415)",
16
16
  "SharePoint Framework v1.16.1 support [#1427](https://github.com/pnp/sp-dev-fx-controls-react/issues/1427)",
17
- "`RichText`: `label` property is missing [#1375](https://github.com/pnp/sp-dev-fx-controls-react/issues/1375)"
17
+ "`RichText`: `label` property is missing [#1375](https://github.com/pnp/sp-dev-fx-controls-react/issues/1375)",
18
+ "`PeoplePicker`: PeopleSearch service should also find people by userPrincipalName when group transitive membership check is used. [#1446](https://github.com/pnp/sp-dev-fx-controls-react/pull/1446)"
18
19
  ],
19
20
  "fixes": [
20
21
  "`DateTimePicker`: broken link for `getErrorMessage` property fixed [#1277](https://github.com/pnp/sp-dev-fx-controls-react/pull/1381)",
@@ -28,6 +29,7 @@
28
29
  "contributions": [
29
30
  "[Brian Krainer Jacobsen](https://github.com/krainer)",
30
31
  "[Edin Kapic](https://github.com/ekapic)",
32
+ "[Eduard Paul](https://github.com/eduardpaul)",
31
33
  "[Harminder Singh](https://github.com/HarminderSethi)",
32
34
  "[Hugo Bernier](https://github.com/hugoabernier)",
33
35
  "[João Mendes](https://github.com/joaojmendes)",
@@ -1,2 +1,2 @@
1
- export var version = "3.12.0-beta.4143589";
1
+ export var version = "3.12.0-beta.4143733";
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.12.0-beta.4143589",
4
+ "version": "3.12.0-beta.4143733",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",