Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade react-application-announcements to SPFx 1.20.0 #1421

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion samples/react-application-announcements/.yo-rc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"@microsoft/generator-sharepoint": {
"version": "1.10.0",
"sdkVersions": {
"@microsoft/microsoft-graph-client": "3.0.2"
},
"version": "1.20.0",
"nodeVersion": "18.18.2",
"libraryName": "sample-extension",
"libraryId": "e0723b90-604f-4109-bf8a-20a2cf09f08f",
"environment": "spo",
Expand Down
4 changes: 3 additions & 1 deletion samples/react-application-announcements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ Version|Date|Comments
2.0|May 20th, 2020|Initial release
2.1|June 18th, 2020|Handle empty start and end dates for announcements
2.2|March 12th, 2024|Update SPFx to 1.18 and pnpjs to 3.23
2.3|October 6th, 2024|Update SPFx to 1.20.0

## Contributors

* [Mike Myers](https://github.com/thespooler)
* [Sandeep P S](https://github.com/Sandeep-FED)

## Compatibility

Expand All @@ -38,7 +40,7 @@ Version|Date|Comments

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 v16 | v18](https://img.shields.io/badge/Node.js-v16%20%7C%20v18-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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"solution": {
"name": "Announcements",
"id": "59a4b1e7-4dda-4cd9-adbe-b3c3118c021b",
"version": "2.0.2.0",
"version": "2.3.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
Expand All @@ -30,7 +30,7 @@
"title": "Application Extension - Deployment of custom action.",
"description": "Deploys a custom action with ClientSideComponentId association",
"id": "4a1305d6-a44e-45cf-928b-25621581481f",
"version": "2.0.2.0",
"version": "2.3.0.0",
"assets": {
"elementManifests": [
"elements.xml",
Expand Down
Loading
Loading