Skip to content

Commit

Permalink
react-application-quick-create Upgrade to SPFx 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirase committed Oct 31, 2024
1 parent c759c6d commit ab7fe84
Show file tree
Hide file tree
Showing 6 changed files with 11,754 additions and 15,052 deletions.
4 changes: 2 additions & 2 deletions samples/react-application-quick-create/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"nodeVersion": "18.19.0",
"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": "share-point-quick-create",
"libraryId": "01f93abc-4538-4f31-b25f-4c0b26d3aba8",
"environment": "spo",
Expand Down
6 changes: 4 additions & 2 deletions samples/react-application-quick-create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ SharePoint Framework Application Customizer that injects a button to the command

## Compatibility

![SPFx 1.18.2](https://img.shields.io/badge/SPFx-1.18.2-green.svg)
![Node.js v16 | v118](https://img.shields.io/badge/Node.js-v16%20%7C%20v18-green.svg)
![SPFx 1.18.2](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")
Expand Down Expand Up @@ -38,12 +38,14 @@ If you do not update this information, you will not be listed 😞
-->

* [Alec Tecson](https://github.com/alecwantstobattle)
* [Dinesh Girase](https://github.com/dgirase)

## Version history

Version|Date|Comments
-------|----|--------
1.0|September 30, 2024|Initial release
1.1|October 31, 2024| Version Upgrade



Expand Down
9 changes: 7 additions & 2 deletions samples/react-application-quick-create/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"SharePoint Framework Application Customizer that injects a button to the command bar which shows all the lists in the site and have the ability to quickly create an item by showing the NewForm.aspx inside a panel. Inspired by Quick Create functionality by popular CRMs."
],
"creationDateTime": "2023-12-25",
"updateDateTime": "2024-09-30",
"updateDateTime": "2024-10-31",
"products": [
"SharePoint"
],
Expand All @@ -20,7 +20,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.18.2"
"value": "1.20.0"
}
],
"tags": [],
Expand All @@ -40,6 +40,11 @@
"gitHubAccount": "alecwantstobattle",
"pictureUrl": "https://github.com/alecwantstobattle.png",
"name": "Alec Tecson"
},
{
"gitHubAccount": "https://github.com/dgirase",
"pictureUrl": "https://avatars.githubusercontent.com/u/31006913?v=4&size=64",
"name": "Dinesh Girase"
}
],
"references": [
Expand Down
Loading

0 comments on commit ab7fe84

Please sign in to comment.