Skip to content

Commit

Permalink
Merge pull request #5297 from HarminderSethi/main
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoabernier authored Oct 13, 2024
2 parents 56ab75e + fbb3d67 commit 10c6ca4
Show file tree
Hide file tree
Showing 21 changed files with 42,127 additions and 99,378 deletions.
4 changes: 2 additions & 2 deletions .metadata/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -21563,7 +21563,7 @@
"MyOneDriveInfo solution contains Adaptive card extension for Viva connection with below functionalities"
],
"creationDateTime": "2023-02-03",
"updateDateTime": "2024-08-26",
"updateDateTime": "2024-10-11",
"products": [
"SharePoint"
],
Expand All @@ -21574,7 +21574,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.19.0"
"value": "1.20.0"
}
],
"thumbnails": [
Expand Down
284 changes: 125 additions & 159 deletions samples/react-holidays-calendar/.eslintrc.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions samples/react-holidays-calendar/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"nodeVersion": "16.16.0",
"sdksVersions": {
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/teams-js": "2.12.2"
"@microsoft/teams-js": "2.24.0"
},
"version": "1.19.0",
"version": "1.20.0",
"libraryName": "holidays-calendar",
"libraryId": "c85f1137-142e-4570-b3c9-3cdc47580452",
"environment": "spo",
Expand Down
3 changes: 2 additions & 1 deletion samples/react-holidays-calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ACE card extension provides below functionalities

This sample is optimally compatible with the following environment configuration:

![SPFx 1.19.0](https://img.shields.io/badge/SPFx-1.19.0-green.svg)
![SPFx 1.20.0](https://img.shields.io/badge/SPFx-1.20.0-green.svg)
![Node.js v18 | v18](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")
Expand Down Expand Up @@ -60,6 +60,7 @@ For more information about SPFx compatibility, please refer to <https://aka.ms/s
| 1.0 | January 29, 2021 | Initial release |
| 1.1 | November 30, 2023 | Upgraded to SPFx 1.18.2 |
| 1.2 | August 26, 2024 | Upgraded to SPFx 1.19.0 |
| 1.3 | October 11, 2024 | Upgraded to SPFx 1.20.0 |

## Minimal Path to Awesome

Expand Down
Loading

0 comments on commit 10c6ca4

Please sign in to comment.