diff --git a/samples/react-modern-carousel/README.md b/samples/react-modern-carousel/README.md index a83447516..2cd22d2ff 100644 --- a/samples/react-modern-carousel/README.md +++ b/samples/react-modern-carousel/README.md @@ -8,22 +8,22 @@ This SharePoint Framework (SPFx) web part introduces a contemporary carousel com ## Compatibility -| :warning: Important | -|:---------------------------| -| Every SPFx version is optimally compatible with specific versions of Node.js. In order to be able to build this sample, you need to ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.| -|Refer to for more information on SPFx compatibility. | +| :warning: Important | +| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Every SPFx version is optimally compatible with specific versions of Node.js. In order to be able to build this sample, you need to ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node. | +| Refer to for more information on SPFx compatibility. | ## Used SharePoint Framework Version -![version](https://img.shields.io/badge/version-1.18.2-green.svg) +![version](https://img.shields.io/badge/version-1.20.0-green.svg) This sample is optimally compatible with the following environment configuration: -![SPFx 1.18.2](https://img.shields.io/badge/SPFx-1.18.2-green.svg) +![SPFx 1.20.0](https://img.shields.io/badge/SPFx-1.20.0-green.svg) ![Node.js v18 | v16](https://img.shields.io/badge/Node.js-v18%20%7C%20v16-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") +![Does not work with SharePoint 2016 (Feature Pack 2)]( "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1") ![Local Workbench Unsupported](https://img.shields.io/badge/Local%20Workbench-Unsupported-red.svg "Local workbench is no longer available as of SPFx 1.13 and above") ![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-red.svg) ![Compatible with Remote Containers](https://img.shields.io/badge/Remote%20Containers-Compatible-red.svg) @@ -39,17 +39,17 @@ This sample is optimally compatible with the following environment configuration Create a SharePoint custom list `Award Recognition` in the SPO site with below columns -| Column Name | Type | -| ------- | --------------- | -| Title | OOTB | -| Designation | Text | -| UserImage | Image | +| Column Name | Type | +| ----------- | ----- | +| Title | OOTB | +| Designation | Text | +| UserImage | Image | ## Solution -| Solution | Author(s) | -| ----------- | ------------------------------------------------------- | -| react-modern-carousel| Sandeep P S ( [LinkedIn](https://www.linkedin.com/in/sandeepps1299/) ) / Quadrasystems.net ( [Twitter](https://www.linkedin.com/company/quadrasystems.net-india-pvt-ltd) / [LinkedIn](https://www.linkedin.com/company/quadrasystems.net-india-pvt-ltd) ) | +| Solution | Author(s) | +| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| react-modern-carousel | Sandeep P S ( [LinkedIn](https://www.linkedin.com/in/sandeepps1299/) ) / Quadrasystems.net ( [Twitter](https://www.linkedin.com/company/quadrasystems.net-india-pvt-ltd) / [LinkedIn](https://www.linkedin.com/company/quadrasystems.net-india-pvt-ltd) ) | ## Contributors🧑‍💻 @@ -57,9 +57,10 @@ Create a SharePoint custom list `Award Recognition` in the SPO site with below c ## Version history -| Version | Date | Comments | -| ------- | ---------------- | --------------- | -| 1.0 | March 16, 2024 | Initial release | +| Version | Date | Comments | +| ------- | ---------------- | ----------------------------------- | +| 1.0 | March 16, 2024 | Initial release | +| 1.1 | October 19, 2024 | Upgrade to SPFx 1.20 & misc changes | ## Minimal Path to Awesome⚡ @@ -97,7 +98,7 @@ Key features demonstrated by this solution: ## 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. +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. If you're having issues building the solution, please run [spfx doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment. diff --git a/samples/react-modern-carousel/config/package-solution.json b/samples/react-modern-carousel/config/package-solution.json index 55950f06d..103534a04 100644 --- a/samples/react-modern-carousel/config/package-solution.json +++ b/samples/react-modern-carousel/config/package-solution.json @@ -3,12 +3,12 @@ "solution": { "name": "award-recognition-client-side-solution", "id": "45e061b8-13f5-423f-bedb-12fc2a44fa89", - "version": "1.0.0.0", + "version": "1.1.0.0", "includeClientSideAssets": true, "skipFeatureDeployment": true, "isDomainIsolated": false, "developer": { - "name": "", + "name": "Sandeep P S", "websiteUrl": "", "privacyUrl": "", "termsOfUseUrl": "", @@ -30,7 +30,7 @@ "title": "award-recognition Feature", "description": "The feature that activates elements of the award-recognition solution.", "id": "475edc5c-974e-43d2-874b-0262da790739", - "version": "1.0.0.0" + "version": "1.1.0.0" } ] }, diff --git a/samples/react-modern-carousel/package.json b/samples/react-modern-carousel/package.json index 5283e67cd..267f612f1 100644 --- a/samples/react-modern-carousel/package.json +++ b/samples/react-modern-carousel/package.json @@ -1,6 +1,6 @@ { "name": "award-recognition", - "version": "1.0.0", + "version": "1.1.0", "private": true, "engines": { "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0"