Skip to content

Commit

Permalink
Merge pull request #1423 from NishkalankBezawada/Issue-1410-Upgrade-L…
Browse files Browse the repository at this point in the history
…istViewCommand-SingleAppPartPage-to-v1.20.0
  • Loading branch information
hugoabernier authored Oct 13, 2024
2 parents ec69b6b + 89a6d36 commit 66c4b42
Show file tree
Hide file tree
Showing 15 changed files with 25,433 additions and 17,738 deletions.
353 changes: 353 additions & 0 deletions samples/react-command-singlepartapppage/.eslintrc.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions samples/react-command-singlepartapppage/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ node_modules
# Build generated files
dist
lib
release
solution
temp
*.sppkg
.heft

# Coverage directory used by tools like istanbul
coverage
Expand Down
16 changes: 16 additions & 0 deletions samples/react-command-singlepartapppage/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
!dist
config

gulpfile.js

release
src
temp

tsconfig.json
tslint.json

*.log

.yo-rc.json
.vscode
1 change: 1 addition & 0 deletions samples/react-command-singlepartapppage/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.18.2
9 changes: 7 additions & 2 deletions samples/react-command-singlepartapppage/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@
"plusBeta": true,
"isCreatingSolution": true,
"environment": "spo",
"version": "1.7.1",
"version": "1.20.0",
"libraryName": "react-command-singlepartapppage",
"libraryId": "aeffa018-896c-491b-ba95-9d3372b31268",
"packageManager": "npm",
"solutionShortDescription": "Custom Command Set that set a Page layout to use the Single App Part page Layout",
"isDomainIsolated": false,
"componentType": "extension",
"extensionType": "ListViewCommandSet"
"extensionType": "ListViewCommandSet",
"nodeVersion": "18.18.2",
"sdkVersions": {
"@microsoft/teams-js": "2.24.0",
"@microsoft/microsoft-graph-client": "3.0.2"
}
}
}
6 changes: 4 additions & 2 deletions samples/react-command-singlepartapppage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Custom Command Set that set a Page layout to use the Single App Part page Layout

## Compatibility

![SPFx 1.14.0](https://img.shields.io/badge/SPFx-1.14.0-green.svg)
![Node.js LTS v14 | LTS v12 | LTS v10](https://img.shields.io/badge/Node.js-LTS%20v14%20%7C%20LTS%20v12%20%7C%20LTS%20v10-green.svg)
![SPFx 1.20.0](https://img.shields.io/badge/SPFx-1.20.0-green.svg)
![Node.js v18.18.2](https://img.shields.io/badge/Node.js-v18.18.2-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 @@ -27,13 +27,15 @@ Custom Command Set that set a Page layout to use the Single App Part page Layout
Solution|Author(s)
--------|---------
react-command-singleapppartpage|Luis Mañez (MVP, [ClearPeople](http://www.clearpeople.com), @luismanez)
react-command-singleapppartpage - Upgrade to SPFx 1.20.0|Nishkalank Bezawada (MVP, [Bravero AB](https://www.bravero.se/), @NishkalankBezawada)

## Version history

Version|Date|Comments
-------|----|--------
1.0.0|January 29, 2019|Initial release
1.0.0|January 14, 2022|Upgraded to SPFx 1.14
1.0.0|October 09, 2024|Upgraded to SPFx 1.20.0

## Prerequisites

Expand Down
4 changes: 2 additions & 2 deletions samples/react-command-singlepartapppage/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Custom Command Set that set a Page layout to use the Single App Part page Layout"
],
"creationDateTime": "2019-01-29",
"updateDateTime": "2022-01-12",
"updateDateTime": "2024-10-09",
"products": [
"SharePoint"
],
Expand All @@ -20,7 +20,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.14.0"
"value": "1.20.0"
}
],
"tags": [],
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./temp/deploy/",
"workingDir": "./release/assets/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "react-command-singlepartapppage",
"accessKey": "<!-- ACCESS KEY -->"
Expand Down
3 changes: 3 additions & 0 deletions samples/react-command-singlepartapppage/config/sass.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/sass.schema.json"
}
2 changes: 1 addition & 1 deletion samples/react-command-singlepartapppage/config/serve.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/spfx-serve.schema.json",
"port": 4321,
"https": true,
"serveConfigurations": {
Expand Down
Loading

0 comments on commit 66c4b42

Please sign in to comment.