Skip to content

Commit

Permalink
Merge pull request #197 from dcashpeterson/main
Browse files Browse the repository at this point in the history
Approve PR #194
  • Loading branch information
dcashpeterson authored Feb 3, 2025
2 parents 5f58d52 + 536e104 commit 83414eb
Show file tree
Hide file tree
Showing 7 changed files with 20,548 additions and 16,494 deletions.
3 changes: 2 additions & 1 deletion samples/InputCard-StatusMessage/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"**/bower_components": true,
"**/coverage": true,
"**/lib-amd": true,
"src/**/*.scss.ts": true
"src/**/*.scss.ts": true,
"**/jest-output": true
},
"typescript.tsdk": ".\\node_modules\\typescript\\lib"
}
4 changes: 2 additions & 2 deletions samples/InputCard-StatusMessage/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"nodeVersion": "14.18.2",
"sdksVersions": {
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/teams-js": "2.12.0"
"@microsoft/teams-js": "2.24.0"
},
"version": "1.18.0",
"version": "1.20.0",
"libraryName": "input-card-status-message",
"libraryId": "5bd0d1dc-2938-4def-ba1b-4f75ec95116d",
"environment": "spo",
Expand Down
6 changes: 3 additions & 3 deletions samples/InputCard-StatusMessage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ Demo:

![Demo](./assets/StatusMessageGif.gif)


## Used SharePoint Framework Version

![version](https://img.shields.io/badge/version-1.18.0-green.svg)
![version](https://img.shields.io/badge/version-1.20.0-green.svg)
![Node.js LTS 18.x](https://img.shields.io/badge/Node.js-LTS%2018.x-green.svg)
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)

Expand All @@ -45,6 +44,7 @@ Demo:
| Version | Date | Comments |
| ------- | ---------------- | --------------- |
| 1.0 | October 07, 2023 | Initial release |
| 1.1 | December 20, 2024 | Upgrade to SPFx 1.20 |

## Disclaimer

Expand All @@ -71,7 +71,7 @@ Demo:

## Features

This sample demonstrates how to use new SPFx v1.18 ACE feature to add text input in the card and use it to set presence status message.
This sample demonstrates how to use new SPFx v1.20 ACE feature to add text input in the card and use it to set presence status message.

## References

Expand Down
47 changes: 28 additions & 19 deletions samples/InputCard-StatusMessage/assets/sample.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[{
[
{
"name": "pnp-sp-fx-aces-status-message",
"source": "pnp",
"title": "Status Message Adaptive Card Extension",
Expand All @@ -8,33 +9,39 @@
"This sample shows how to build an ACE with a card view to let users to set their presence status message."
],
"creationDateTime": "2023-10-10",
"updateDateTime": "2023-10-10",
"updateDateTime": "2024-12-20",
"products": [
"SharePoint",
"Viva"
],
"metadata": [{
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.18.0"
"value": "1.20.0"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/InputCard-StatusMessage/assets/StatusMessageGif.gif",
"alt": "Preview"
}
],
"authors": [
{
"gitHubAccount": "a1mery",
"pictureUrl": "https://github.com/a1mery.png",
"name": "Aimery Thomas",
"twitter": "aimery_thomas"
}
],
"thumbnails": [{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/InputCard-StatusMessage/assets/StatusMessageGif.gif",
"alt": "Preview"
}],
"authors": [{
"gitHubAccount": "a1mery",
"pictureUrl": "https://github.com/a1mery.png",
"name": "Aimery Thomas",
"twitter": "aimery_thomas"
}],
"references": [{
"references": [
{
"name": "Viva Connections Extensibility guidance",
"description": "Adaptive Card Extensions are client-side components that run in the context of a SharePoint page.",
"url": "https://aka.ms/viva/connections/extensibility"
Expand All @@ -43,10 +50,12 @@
"name": "Adaptive Card Documentation",
"description": "Detailed documentation on Adaptive Cards including the Adaptive Card designer.",
"url": "https://adaptivecards.io/"
}, {
},
{
"name": "Adaptive Card Extension Design Guidance",
"description": "Design guidance for laying out Adaptive Card Extensions.",
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/viva/design/design-intro"
}
]
}]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"solution": {
"name": "input-card-status-message-client-side-solution",
"id": "5bd0d1dc-2938-4def-ba1b-4f75ec95116d",
"version": "1.0.0.0",
"version": "1.1.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
Expand Down
Loading

0 comments on commit 83414eb

Please sign in to comment.