From da74861558a66837a6382d388cd60fb766fe63b0 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Mon, 1 Nov 2021 22:48:49 -0400 Subject: [PATCH] Updated SPFx 1.10 compatibility --- samples/README-template.md | 4 ++ samples/react-check-user-group/README.md | 4 +- samples/react-covid19-info/README.md | 4 +- samples/react-css-in-js-typestyle/README.md | 4 +- samples/react-daterangepicker/README.md | 4 +- samples/react-dev-radar/README.md | 4 +- samples/react-doccard-faq/README.md | 34 +++++++++++----- samples/react-dynamics-crm-api/README.md | 39 ++++++++++++++----- .../react-enhanced-list-formatting/README.md | 35 +++++++++++++---- samples/react-events-dynamicdata/README.md | 19 ++++----- samples/react-global-news/README.md | 36 +++++++++++++---- 11 files changed, 133 insertions(+), 54 deletions(-) diff --git a/samples/README-template.md b/samples/README-template.md index 55df7e045..5f7b4c812 100644 --- a/samples/README-template.md +++ b/samples/README-template.md @@ -43,6 +43,10 @@ Short summary on functionality and used technologies. > ![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg) > ![Node.js v10](https://img.shields.io/badge/Node.js-v10-green.svg) > +> SPFx 1.10 +> ![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) +> > SPFx 1.4.1 > ![SPFx 1.4.1](https://img.shields.io/badge/SPFx-1.4.1-green.svg) > ![Node.js v6 | v8](https://img.shields.io/badge/Node.js-LTS%206.x%20%7C%20v8-green.svg) diff --git a/samples/react-check-user-group/README.md b/samples/react-check-user-group/README.md index af0d15fd3..593610061 100644 --- a/samples/react-check-user-group/README.md +++ b/samples/react-check-user-group/README.md @@ -8,8 +8,8 @@ This web part finds all the Office 365 or AAD Security groups a user is a member ## Compatibility -![SPFx 1.10.0](https://img.shields.io/badge/version-1.10.0-green.svg) -![Node.js v10](https://img.shields.io/badge/Node.js-v10-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 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") diff --git a/samples/react-covid19-info/README.md b/samples/react-covid19-info/README.md index 4472a7b96..fd34433ec 100644 --- a/samples/react-covid19-info/README.md +++ b/samples/react-covid19-info/README.md @@ -13,8 +13,8 @@ The following info is displayed: ## Compatibility -![SPFx 1.10.0](https://img.shields.io/badge/version-1.10.0-green.svg) -![Node.js v10](https://img.shields.io/badge/Node.js-v10-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 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") diff --git a/samples/react-css-in-js-typestyle/README.md b/samples/react-css-in-js-typestyle/README.md index 39bb9f92a..2ca6f8ec0 100644 --- a/samples/react-css-in-js-typestyle/README.md +++ b/samples/react-css-in-js-typestyle/README.md @@ -8,8 +8,8 @@ The web part demonstrates the usage of "CSS in JS" pattern with SharePoint Frame ## Compatibility -![SPFx 1.10.0](https://img.shields.io/badge/version-1.10.0-green.svg) -![Node.js v10](https://img.shields.io/badge/Node.js-v10-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 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") diff --git a/samples/react-daterangepicker/README.md b/samples/react-daterangepicker/README.md index 8861d7964..a91fe2def 100644 --- a/samples/react-daterangepicker/README.md +++ b/samples/react-daterangepicker/README.md @@ -24,8 +24,8 @@ This web part used the date range picker in the SharePoint Framework (SPFx) web ## Compatibility -![SPFx 1.10.0](https://img.shields.io/badge/version-1.10.0-green.svg) -![Node.js v10](https://img.shields.io/badge/Node.js-v10-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 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") diff --git a/samples/react-dev-radar/README.md b/samples/react-dev-radar/README.md index ba9d36e28..3bca213f7 100644 --- a/samples/react-dev-radar/README.md +++ b/samples/react-dev-radar/README.md @@ -10,8 +10,8 @@ One way to find devs from the same stack near you. ## Compatibility -![SPFx 1.10.0](https://img.shields.io/badge/version-1.10.0-green.svg) -![Node.js v10](https://img.shields.io/badge/Node.js-v10-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 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") diff --git a/samples/react-doccard-faq/README.md b/samples/react-doccard-faq/README.md index 46adef3f7..1e991e697 100644 --- a/samples/react-doccard-faq/README.md +++ b/samples/react-doccard-faq/README.md @@ -12,10 +12,12 @@ For detailed instructions on how to build this web part and the needed list plea ## Compatibility ![SPFx 1.10](https://img.shields.io/badge/SPFx-1.10.0-green.svg) -![Node.js v8 | v10](https://img.shields.io/badge/Node.js-v8%20%7C%20LTS%210.x-green.svg) -![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg) -![Teams N/A: Untested with Microsoft Teams](https://img.shields.io/badge/Teams-N%2FA-lightgrey.svg "Untested with Microsoft Teams") -![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench") +![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 Incompatible](https://img.shields.io/badge/Local%20Workbench-Incompatible-red.svg "Requires access to Microsoft Graph") +![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg) ## Applies to @@ -45,11 +47,6 @@ Version|Date|Comments -------|----|-------- 1.0|April 5, 2021|Initial release -## Disclaimer - -**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** - ---- ## Minimal Path to Awesome @@ -73,4 +70,23 @@ RichText, Accessible Accordion from @pnp/spfx-controls-react + +## Disclaimer + +**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** + +## Help + +We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. + +You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/issues?q=label%3Areact-doccard-faq) to see if anybody else is having the same issues. + +You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=label%3Areact-doccard-faq) and see what the community is saying. + +If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=react-doccard-faq&authors=@SamC148&title=react-doccard-faq%20-%20). + +For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=react-doccard-faq&authors=@SamC148&title=react-doccard-faq%20-%20). + +Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=react-doccard-faq&authors=@SamC148&title=react-doccard-faq%20-%20). + diff --git a/samples/react-dynamics-crm-api/README.md b/samples/react-dynamics-crm-api/README.md index 08aca3c35..035aac29d 100644 --- a/samples/react-dynamics-crm-api/README.md +++ b/samples/react-dynamics-crm-api/README.md @@ -5,9 +5,16 @@ This sample shows how to consume Dynamics CRM API using AadTokenProvider class. ![react-dynamics365-api](./assets/screenshot.gif) -## Used SharePoint Framework Version +## Compatibility -![SPFx v1.10.0](https://img.shields.io/badge/SPFx-1.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 Incompatible](https://img.shields.io/badge/Local%20Workbench-Incompatible-red.svg "Requires access to Dynamics 365") +![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg) ## Applies to @@ -18,7 +25,7 @@ This sample shows how to consume Dynamics CRM API using AadTokenProvider class. Solution|Author(s) --------|--------- -react-dynamics365-api|Ramin Ahmadi +react-dynamics365-api|[Ramin Ahmadi](https://github.com/AhmadiRamin) ## Version history @@ -26,13 +33,6 @@ Version|Date|Comments -------|----|-------- 1.0.0|Jul 12, 2020|Initial release -## Disclaimer - -**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** - ---- - - ## Minimal Path to Awesome * Clone this repository @@ -62,4 +62,23 @@ This sample illustrates the following concepts on top of the SharePoint Framewor > **NOTE:** This sample will not work in the local workbench. + +## Disclaimer + +**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** + +## Help + +We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. + +You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/issues?q=label%3Areact-dynamics-crm-api) to see if anybody else is having the same issues. + +You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=label%3Areact-dynamics-crm-api) and see what the community is saying. + +If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=react-dynamics-crm-api&authors=@AhmadiRamin&title=react-dynamics-crm-api%20-%20). + +For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=react-dynamics-crm-api&authors=@AhmadiRamin&title=react-dynamics-crm-api%20-%20). + +Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=react-dynamics-crm-api&authors=@AhmadiRamin&title=react-dynamics-crm-api%20-%20). + diff --git a/samples/react-enhanced-list-formatting/README.md b/samples/react-enhanced-list-formatting/README.md index 2cc4404fe..7cd9740fd 100644 --- a/samples/react-enhanced-list-formatting/README.md +++ b/samples/react-enhanced-list-formatting/README.md @@ -21,9 +21,16 @@ This web part allows you to add custom CSS on a page to enhance list formatting. ![picture of the web part in action](./assets/EnhancedListFormatting.gif) -## Used SharePoint Framework Version +## 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) +![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 Partially](https://img.shields.io/badge/Local%20Workbench-Partially-yellow.svg "Functionality may be limited") +![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg) -![1.10.0](https://img.shields.io/badge/version-1.10.0-green.svg) ## Applies to @@ -47,12 +54,6 @@ Version|Date|Comments -------|----|-------- 1.0|March 17, 2020|Initial release -## Disclaimer - -**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** - ---- - ## Minimal Path to Awesome * Clone this repository @@ -173,4 +174,22 @@ This package produces the following: * gulp dev -- Builds a clean instance of the solution for development purposes * gulp dist -- Builds a clean instance of the solution for distribution purposes +## Disclaimer + +**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** + +## Help + +We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. + +You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/issues?q=label%3Areact-enhanced-list-formatting) to see if anybody else is having the same issues. + +You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=label%3Areact-enhanced-list-formatting) and see what the community is saying. + +If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=react-enhanced-list-formatting&authors=@hugoabernier&title=react-enhanced-list-formatting%20-%20). + +For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=react-enhanced-list-formatting&authors=@hugoabernier&title=react-enhanced-list-formatting%20-%20). + +Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=react-enhanced-list-formatting&authors=@hugoabernier&title=react-enhanced-list-formatting%20-%20). + diff --git a/samples/react-events-dynamicdata/README.md b/samples/react-events-dynamicdata/README.md index 2f7ff1917..49a24ae7b 100644 --- a/samples/react-events-dynamicdata/README.md +++ b/samples/react-events-dynamicdata/README.md @@ -4,8 +4,14 @@ Sample web parts illustrating using the SharePoint Framework Dynamic data capabi ![Web parts placed on a modern SharePoint page showing information about events](./assets/dynamic-data-webparts.png) -## Used SharePoint Framework Version -![SPFx 1.10](https://img.shields.io/badge/drop-1.10.0-green.svg) +## 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) ![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 Incompatible](https://img.shields.io/badge/Local%20Workbench-Incompatible-red.svg "Requires access to Dynamics 365") +![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg) ## Applies to @@ -16,8 +22,8 @@ Sample web parts illustrating using the SharePoint Framework Dynamic data capabi Solution|Author(s) --------|--------- -react-events-dynamicdata|Waldek Mastykarz (MVP, Rencore, @waldekm) -react-events-dynamicdata|Hugo Bernier (MVP, [@bernierh](https://twitter.com/bernierh)) +react-events-dynamicdata|[Waldek Mastykarz](https://github.com/waldekmastykarz) (MVP, Rencore, @waldekm) +react-events-dynamicdata|[Hugo Bernier](https://github.com/hugoabernier) (MVP, [@bernierh](https://twitter.com/bernierh)) ## Version history @@ -27,11 +33,6 @@ Version|Date|Comments 1.1|November 9, 2018|Updated sample to SPFx v1.7.0 1.0|June 5, 2018|Initial release -## Disclaimer -**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** - ---- - ## Minimal Path to Awesome * clone this repo diff --git a/samples/react-global-news/README.md b/samples/react-global-news/README.md index bcb75d7f9..8f246f417 100644 --- a/samples/react-global-news/README.md +++ b/samples/react-global-news/README.md @@ -31,9 +31,15 @@ Please go to https://newsapi.org to get more information. ![picture of the web part in action](assets/GlobalNews.png) -## Used SharePoint Framework Version +## Compatibility -![1.10.0](https://img.shields.io/badge/version-1.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 @@ -50,7 +56,7 @@ Please go to https://newsapi.org to get more information. Solution|Author(s) --------|--------- -react-global-news | João Mendes +react-global-news | [João Mendes](https://github.com/joaojmendes) ## Version history @@ -58,11 +64,6 @@ Version|Date|Comments -------|----|-------- 1.0|April 14, 2020|Initial release -## Disclaimer - -**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** - ---- ## Minimal Path to Awesome @@ -81,4 +82,23 @@ This Web Part illustrates the following concepts on top of the SharePoint Framew * Office-ui-fabric-react components * Office-ui-fabric themes + +## Disclaimer + +**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** + +## Help + +We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues. + +You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/issues?q=label%3Areact-global-news) to see if anybody else is having the same issues. + +You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=label%3Areact-global-news) and see what the community is saying. + +If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=react-global-news&authors=@joaojmendes&title=react-global-news%20-%20). + +For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=react-global-news&authors=@joaojmendes&title=react-global-news%20-%20). + +Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=react-global-news&authors=@joaojmendes&title=react-global-news%20-%20). +