Skip to content
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
4 changes: 2 additions & 2 deletions samples/react-application-messagebanner/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"@microsoft/generator-sharepoint": {
"isCreatingSolution": false,
"environment": "spo",
"version": "1.20.0",
"version": "1.21.1",
"libraryName": "message-banner",
"libraryId": "004b6d5e-aee8-499b-9fe8-06757cfd043b",
"packageManager": "npm",
"isDomainIsolated": false,
"componentType": "extension",
"extensionType": "ApplicationCustomizer",
"nodeVersion": "18.18.2",
"nodeVersion": "22.18.0",
"sdkVersions": {
"@microsoft/teams-js": "2.24.0",
"@microsoft/microsoft-graph-client": "3.0.2"
Expand Down
5 changes: 3 additions & 2 deletions samples/react-application-messagebanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Built using a SharePoint Framework Application Customizer Extension with the Top

## Compatibility

![SPFx 1.20.0](https://img.shields.io/badge/SPFx-1.20.0-green.svg)
![Node.js v18](https://img.shields.io/badge/Node.js-v18-green.svg)
![SPFx 1.21.1](https://img.shields.io/badge/SPFx-1.21.1-green.svg)
![Node.js v22](https://img.shields.io/badge/Node.js-v22-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")
Expand All @@ -40,6 +40,7 @@ Built using a SharePoint Framework Application Customizer Extension with the Top

| Version | Date | Comments |
| ------- | ------------ | ---------------------------------------------------------------------------------------------------------------------- |
| 1.4.3 | Oct 20, 2025 | Sandeep P S, upgraded to SPFX 1.21.1|
| 1.4.2 | Oct 06, 2024 | Sandeep P S, upgraded to SPFX 1.20.0. |
| 1.4.1 | Feb 10, 2024 | Paul Matthews, upgraded to SPFX 1.18.2. |
| 1.4 | Aug 12, 2022 | Paul Matthews, upgraded to SPFX 1.15.2 obtained permission to submit to PNP Samples. |
Expand Down
8 changes: 3 additions & 5 deletions samples/react-application-messagebanner/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@
"A react Message Banner sample, allows to add a custom banner message to your SharePoint Online modern sites. Can target either Site or Web Scoped. Allows a site owner to modify the text, font size, colours and height of the banner. Specify a start date to control when the banner is visible to members of a site. Uses the latest v1.15.2 of SPFX framework."
],
"creationDateTime": "2022-11-09",
"updateDateTime": "2024-10-06",
"products": [
"SharePoint"
],
"updateDateTime": "2025-10-20",
"products": ["SharePoint"],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.20.0"
"value": "1.21.1"
}
],
"thumbnails": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"solution": {
"name": "Message Banner",
"id": "004b6d5e-aee8-499b-9fe8-06757cfd043b",
"version": "1.4.2.0",
"version": "1.4.2.1",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
Expand All @@ -30,7 +30,7 @@
"title": "message-banner Feature",
"description": "The feature that activates elements of the message-banner solution.",
"id": "2f5235b8-a888-46a5-9b30-eaf8cfdae04e",
"version": "1.4.2.0"
"version": "1.4.2.1"
}
]
},
Expand Down
Loading
Loading