@pnp/spfx-controls-react 3.12.0-beta.4168653 → 3.12.0-beta.4168700

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
@@ -16,7 +16,9 @@
16
16
  "SharePoint Framework v1.16.1 support [#1427](https://github.com/pnp/sp-dev-fx-controls-react/issues/1427)",
17
17
  "`RichText`: `label` property is missing [#1375](https://github.com/pnp/sp-dev-fx-controls-react/issues/1375)",
18
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)",
19
- "Update the SPFx source project to add an extension + form customizer [#1410](https://github.com/pnp/sp-dev-fx-controls-react/issues/1410)"
19
+ "Update the SPFx source project to add an extension + form customizer [#1410](https://github.com/pnp/sp-dev-fx-controls-react/issues/1410)",
20
+ "`AdaptiveCardDesignerHost`: Add Sample Data to Adaptive Card Editor [#1425](https://github.com/pnp/sp-dev-fx-controls-react/pull/1425)",
21
+ "`AdaptiveCardHost`: Logic to prevent re-renders (flicker) [#1425](https://github.com/pnp/sp-dev-fx-controls-react/pull/1425)"
20
22
  ],
21
23
  "fixes": [
22
24
  "`DateTimePicker`: broken link for `getErrorMessage` property fixed [#1277](https://github.com/pnp/sp-dev-fx-controls-react/pull/1381)",
@@ -28,6 +30,7 @@
28
30
  ]
29
31
  },
30
32
  "contributions": [
33
+ "[araver](https://github.com/araver)",
31
34
  "[Brian Krainer Jacobsen](https://github.com/krainer)",
32
35
  "[Edin Kapic](https://github.com/ekapic)",
33
36
  "[Eduard Paul](https://github.com/eduardpaul)",
@@ -1,2 +1,2 @@
1
- export var version = "3.12.0-beta.4168653";
1
+ export var version = "3.12.0-beta.4168700";
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.4168653",
4
+ "version": "3.12.0-beta.4168700",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",