Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-application-quick-create Upgrade to SPFx 1.20.0 #1448

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions samples/react-application-nav-search-driven/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"nodeVersion": "18.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.2",
"version": "1.20.0",
"libraryName": "react-application-nav-search-driven",
"libraryId": "accd59b3-d0bc-4f66-aca7-4e8434602eea",
"environment": "spo",
Expand Down
6 changes: 4 additions & 2 deletions samples/react-application-nav-search-driven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ For further details see the author's [blog series](https://mmsharepoint.wordpres

## Compatibility

![SPFx 1.18.2](https://img.shields.io/badge/SPFx-1.17.4-green.svg)
![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)
![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")
![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")
![Hosted Workbench compatible](https://img.shields.io/badge/Hosted%20Workbench-compatible-green.svg "Does work with hosted workbench")

Tested with Node version:v16.13.2
Tested with Node version:v18.20.2

## Applies to

Expand All @@ -40,6 +40,7 @@ Tested with Node version:v16.13.2
## Contributors

* [Markus Moeller]([https://g](https://github.com/mmsharepoint))
* [Dinesh Girase](https://github.com/dgirase)

## Version history

Expand All @@ -48,6 +49,7 @@ Version|Date|Author|Comments
0.1|Jul 27, 2023|[Markus Moeller](https://twitter.com/moeller2_0)|Initial release
1.0|Aug 11, 2023|[Markus Moeller](https://twitter.com/moeller2_0)|Public release
1.1|Jan 20, 2024|[Markus Moeller](https://twitter.com/moeller2_0)|Upgraded to SPFx 1.18.2
1.2|Oct 23, 2024|[Dinesh Girase](https://github.com/dgirase)|Upgraded to SPFx 1.20.0


## Minimal Path to Awesome
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"SPFx application extension acting as top level search driven navigation and permission checker on the right within a panel."
],
"creationDateTime": "2023-07-27",
"updateDateTime": "2024-01-20",
"updateDateTime": "2024-10-23",
"products": [
"SharePoint"
],
Expand All @@ -20,7 +20,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.18.2"
"value": "1.20.0"
}
],
"tags": [],
Expand Down
Loading
Loading