diff --git a/samples/react-list-items-menu/.gitignore b/samples/react-list-items-menu/.gitignore index 3f905c08b..6e162f3fe 100644 --- a/samples/react-list-items-menu/.gitignore +++ b/samples/react-list-items-menu/.gitignore @@ -11,6 +11,7 @@ dist lib solution temp +release *.sppkg # Coverage directory used by tools like istanbul @@ -30,4 +31,4 @@ obj # Styles Generated Code *.scss.ts -*.scss.d.ts \ No newline at end of file +*.scss.d.ts diff --git a/samples/react-list-items-menu/README.md b/samples/react-list-items-menu/README.md index 770962121..136b25ca8 100644 --- a/samples/react-list-items-menu/README.md +++ b/samples/react-list-items-menu/README.md @@ -19,21 +19,22 @@ When the user clicks on the header it dynamically load documents. ![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) -![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg) -![Teams Yes: Designed for Microsoft Teams](https://img.shields.io/badge/Teams-Yes-green.svg "Designed for 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") - +![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") +![Local Workbench Incompatible](https://img.shields.io/badge/Local%20Workbench-Incompatible-red.svg "The solution needs access to APIs") +![Hosted Workbench Compatible (with permissions)](https://img.shields.io/badge/Hosted%20Workbench-Compatible%20(with%20permissions)-yellow.svg "The solution needs access to APIs") ## Applies to * [SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview) * [Office 365 tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment) -## WebPart Properties +## Web Part Properties Property |Type|Required| comments --------------------|----|--------|---------- -WebPart Title| Text| no| +Web Part Title| Text| no| Select Document Library| dropdown|yes Select Field to Group By | dropdown|yes @@ -74,7 +75,6 @@ Version|Date|Comments **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.** - ## Support We do not support samples, but we do use GitHub to track issues and constantly want to improve these samples. diff --git a/samples/react-list-items-menu/assets/sample.json b/samples/react-list-items-menu/assets/sample.json index 47b808d2b..c54e7ce24 100644 --- a/samples/react-list-items-menu/assets/sample.json +++ b/samples/react-list-items-menu/assets/sample.json @@ -9,7 +9,7 @@ "Allows user create a navigation menu , grouped by any column of document library. When the user clicks on the header it dynamically load documents." ], "creationDateTime": "2021-02-18", - "updateDateTime": "2021-02-18", + "updateDateTime": "2021-10-25", "products": [ "SharePoint", "Office" @@ -34,6 +34,14 @@ { "key": "SPFX-TEAMSPERSONALAPP", "value": "true" + }, + { + "key": "PNPCONTROLS", + "value": "PropertyFieldListPicker, PropertyFieldMessage, PropertyFieldSpinner" + }, + { + "key": "REACT-HOOKS", + "value": "true" } ], "thumbnails": [