diff --git a/samples/react-msgraph-peoplesearch/README.md b/samples/react-msgraph-peoplesearch/README.md index 2772b7f70..0b8a33f24 100644 --- a/samples/react-msgraph-peoplesearch/README.md +++ b/samples/react-msgraph-peoplesearch/README.md @@ -20,7 +20,6 @@ The sample also shows how to use SPFx Web Part asynchronous rendering using `isR ## Accompanying blog post I wrote a blog post covering more if the inner workings, you can find it at [SPFx People Search web part based on Microsoft Graph](https://blog.yannickreekmans.be/spfx-people-search-web-part-based-on-microsoft-graph/) - ## Compatibility ![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg) diff --git a/samples/react-smart-profile-photo-editor/README.md b/samples/react-smart-profile-photo-editor/README.md index c795c7f3e..a295b5da1 100644 --- a/samples/react-smart-profile-photo-editor/README.md +++ b/samples/react-smart-profile-photo-editor/README.md @@ -6,9 +6,17 @@ Uses [Azure Cognitive Services](https://azure.microsoft.com/en-us/services/cogni ![picture of the web part in action](./assets/WebPartPreview.gif) -## Used SharePoint Framework Version +## Compatibility + +![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg) +![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg) +![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg) +![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg "SharePoint Server 2019 requires SPFx 1.4.1 or lower") +![Does not work with SharePoint 2016 (Feature Pack 2)](https://img.shields.io/badge/SharePoint%20Server%202016%20(Feature%20Pack%202)-Incompatible-red.svg "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1") +![Teams Incompatible](https://img.shields.io/badge/Teams-Incompatible-lightgrey.svg) +![Local Workbench Incompatible](https://img.shields.io/badge/Local%20Workbench-Incompatible-red.svg "This solution requires access to the storage entity, which is only available on hosted pages") +![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg) -![1.11.0](https://img.shields.io/badge/version-1.11.0-green.svg) ## Applies to