diff --git a/samples/react-minesweeper/README.md b/samples/react-minesweeper/README.md index 450041617..9995d36fa 100644 --- a/samples/react-minesweeper/README.md +++ b/samples/react-minesweeper/README.md @@ -7,7 +7,7 @@ This web part is the classic game Minesweeper, put in a Fluent UI powered SPFx w ![Minesweeper](./assets/Minesweeper.gif) -# Compatibility +## Compatibility ![SPFx 1.10](https://img.shields.io/badge/SPFx-1.10.0-green.svg) ![Node.js v10 | v8](https://img.shields.io/badge/Node.js-v10%20%7C%20v8-green.svg) diff --git a/tutorials/tutorial-migrate-fullcalendar/README.md b/tutorials/tutorial-migrate-fullcalendar/README.md index bbc30f711..4aad511c9 100644 --- a/tutorials/tutorial-migrate-fullcalendar/README.md +++ b/tutorials/tutorial-migrate-fullcalendar/README.md @@ -13,9 +13,15 @@ Sub folders represent the different stages of the migration process. Each folder | 03-transformed-js-to-typescript | Transformed plain JavaScript to TypeScript | [details](https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/guidance/migrate-jquery-fullcalendar-script-to-spfx#transform-the-plain-javascript-code-to-typescript) | 04-replaced-jquery-ajax-with-spfx | Replaced jQuery AJAX with the SharePoint Framework SPHttpClient -## Used SharePoint Framework Version +## Compatibility -![v1.10.0](https://img.shields.io/badge/SPFx-v1.10.0-green.svg) +![SPFx 1.10](https://img.shields.io/badge/SPFx-1.10.0-green.svg) +![Node.js v10 | v8](https://img.shields.io/badge/Node.js-v10%20%7C%20v8-green.svg) +![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg) +![Does not work with with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg) +![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") +![Local Workbench Compatible](https://img.shields.io/badge/Local%20Workbench-Compatible-green.svg) +![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg) ## Applies to