Skip to content

Commit

Permalink
Merge branch 'main' into ver-upgrd-SPFx1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier authored Oct 13, 2024
2 parents 39bdab5 + 92843c2 commit 128495c
Show file tree
Hide file tree
Showing 63 changed files with 58,072 additions and 82,937 deletions.
12 changes: 6 additions & 6 deletions .metadata/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@
"SharePoint Framework application customizer displaying an information banner using office-fabric-ui MessageBar."
],
"creationDateTime": "2020-06-18",
"updateDateTime": "2024-03-12",
"updateDateTime": "2024-10-06",
"products": [
"SharePoint"
],
Expand All @@ -1983,7 +1983,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.18.2"
"value": "1.20.0"
}
],
"tags": [],
Expand Down Expand Up @@ -3936,7 +3936,7 @@
"Sample SharePoint Framework application customizer showing how to create a tenant global NavBar and Footer NavBar for modern sites, reading menu items from the Term Store."
],
"creationDateTime": "2017-09-28",
"updateDateTime": "2017-09-28",
"updateDateTime": "2024-10-05",
"products": [
"SharePoint"
],
Expand All @@ -3947,7 +3947,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.3"
"value": "1.20.0"
}
],
"tags": [],
Expand Down Expand Up @@ -5323,7 +5323,7 @@
"With the use of Rest calls, this sample command set shows how to manage list subscriptions (SharePoint webhooks) and take action to extend the webhook expiration date. The commandset will be added to the lists and libraries and will only be shown if there are any list subscriptions available on the list. The subscriptions that are accessible are shown when you click on the Commandset. The 'Renew subscription' action can be used in accordance with the subscription's expiration date. Given that the default number of days is 180, the subscription's (webhook expiration renewal date) renewal date is set to 179 days. "
],
"creationDateTime": "2023-09-12",
"updateDateTime": "2023-09-12",
"updateDateTime": "2024-10-03",
"products": [
"SharePoint"
],
Expand All @@ -5334,7 +5334,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.17.4"
"value": "1.20.0"
}
],
"tags": [],
Expand Down
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
4 changes: 2 additions & 2 deletions samples/react-application-announcements/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"SharePoint Framework application customizer displaying an information banner using office-fabric-ui MessageBar."
],
"creationDateTime": "2020-06-18",
"updateDateTime": "2024-03-12",
"updateDateTime": "2024-10-06",
"products": [
"SharePoint"
],
Expand All @@ -20,7 +20,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.18.2"
"value": "1.20.0"
}
],
"tags": [],
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

0 comments on commit 128495c

Please sign in to comment.