Skip to content

Commit 88ffe77

Browse files
authored
Merge pull request #1488 from Sandeep-FED/dev-upgrade-feedback-customizer
2 parents 6249a11 + 31ada8b commit 88ffe77

12 files changed

Lines changed: 30051 additions & 35722 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.18.1
1+
v18.18.2

samples/react-application-customizer-feedback-widget/.yo-rc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"@microsoft/generator-sharepoint": {
33
"plusBeta": false,
44
"isCreatingSolution": true,
5-
"nodeVersion": "16.18.1",
5+
"nodeVersion": "18.18.2",
66
"sdksVersions": {
77
"@microsoft/microsoft-graph-client": "3.0.2",
8-
"@microsoft/teams-js": "2.4.1"
8+
"@microsoft/teams-js": "2.24.0"
99
},
10-
"version": "1.16.1",
10+
"version": "1.20.0",
1111
"libraryName": "feedback-customizer",
1212
"libraryId": "c66c6f38-3920-41b8-849d-3383aa467780",
1313
"environment": "spo",

samples/react-application-customizer-feedback-widget/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ An SPFx Application Customizer Extension placed in the bottom placeholder which
1919

2020
This sample is optimally compatible with the following environment configuration:
2121

22-
![SPFx 1.16.1](https://img.shields.io/badge/SPFx-1.16.1-green.svg)
23-
![Node.js v16 | v14 | v12](https://img.shields.io/badge/Node.js-v16%20%7C%20v14%20%7C%20v12-green.svg)
22+
![SPFx 1.20.0](https://img.shields.io/badge/SPFx-1.20.0-green.svg)
23+
![Node.js v18 | v16](https://img.shields.io/badge/Node.js-v18%20%7C%20v16-green.svg)
2424
![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg)
2525
![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")
2626
![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")
2727
![Local Workbench Unsupported](https://img.shields.io/badge/Local%20Workbench-Unsupported-red.svg "Local workbench is no longer available as of SPFx 1.13 and above")
2828
![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-red.svg)
2929
![Compatible with Remote Containers](https://img.shields.io/badge/Remote%20Containers-Compatible-red.svg)
3030

31-
Tested using Node.js v16.18.1
31+
Tested using Node.js v18.18.2
3232

3333
## Applies to
3434

@@ -58,6 +58,7 @@ Create a SharePoint custom list Feedbacks in the SPO site where this application
5858
| Version | Date | Comments |
5959
| ------- | ---------------- | --------------- |
6060
| 1.0 | July 02, 2023 | Initial release |
61+
| 1.1 | April 10, 2025 | Version upgrade to SPFx 1.20.0 & other improvements |
6162

6263
## Minimal Path to Awesome⚡
6364

samples/react-application-customizer-feedback-widget/config/package-solution.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"solution": {
44
"name": "feedback-customizer-client-side-solution",
55
"id": "c66c6f38-3920-41b8-849d-3383aa467780",
6-
"version": "1.0.0.0",
6+
"version": "1.1.0.0",
77
"includeClientSideAssets": true,
88
"skipFeatureDeployment": true,
99
"isDomainIsolated": false,
@@ -30,12 +30,9 @@
3030
"title": "Application Extension - Deployment of custom action",
3131
"description": "Deploys a custom action with ClientSideComponentId association",
3232
"id": "062f8d82-ce8f-4035-b0ce-6cba7de74232",
33-
"version": "1.0.0.0",
33+
"version": "1.1.0.0",
3434
"assets": {
35-
"elementManifests": [
36-
"elements.xml",
37-
"ClientSideInstance.xml"
38-
]
35+
"elementManifests": ["elements.xml", "ClientSideInstance.xml"]
3936
}
4037
}
4138
]

0 commit comments

Comments
 (0)