Updated readme and sample.json
This commit is contained in:
parent
0206a69f61
commit
16bb5566bf
|
@ -19,6 +19,7 @@ Sample web part to display Twitter timeline
|
||||||
![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")
|
![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)
|
![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg)
|
||||||
![Compatible with Remote Containers](https://img.shields.io/badge/Remote%20Containers-Compatible-green.svg)
|
![Compatible with Remote Containers](https://img.shields.io/badge/Remote%20Containers-Compatible-green.svg)
|
||||||
|
|
||||||
## Applies to
|
## Applies to
|
||||||
|
|
||||||
* [SharePoint Framework](https://learn.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
|
* [SharePoint Framework](https://learn.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
|
||||||
|
@ -27,12 +28,14 @@ Sample web part to display Twitter timeline
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
* [Alex Terentiev](https://github.com/AJIXuMuK)
|
* [Alex Terentiev](https://github.com/AJIXuMuK)
|
||||||
|
* [Reshmee Auckloo](https://github.com/reshmee011)
|
||||||
|
|
||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
Version|Date|Comments
|
Version|Date|Comments
|
||||||
-------|----|--------
|
-------|----|--------
|
||||||
1.0|January 20, 2020|Initial release
|
1.0|January 20, 2020|Initial release
|
||||||
|
1.1|February 27, 2023|Upgraded to SPFx 1.16.1
|
||||||
|
|
||||||
|
|
||||||
## Minimal Path to Awesome
|
## Minimal Path to Awesome
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"Sample web part to display Twitter timeline."
|
"Sample web part to display Twitter timeline."
|
||||||
],
|
],
|
||||||
"creationDateTime": "2020-01-20",
|
"creationDateTime": "2020-01-20",
|
||||||
"updateDateTime": "2020-01-20",
|
"updateDateTime": "2023-02-27",
|
||||||
"products": [
|
"products": [
|
||||||
"SharePoint"
|
"SharePoint"
|
||||||
],
|
],
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "SPFX-VERSION",
|
"key": "SPFX-VERSION",
|
||||||
"value": "1.16.0"
|
"value": "1.16.1"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"thumbnails": [
|
"thumbnails": [
|
||||||
|
@ -44,6 +44,11 @@
|
||||||
"pictureUrl": "https://avatars.githubusercontent.com/u/17036219?s=460\u0026u=b8e83fb70a90eae0c0e0078c206990785e1a5b6f\u0026v=4",
|
"pictureUrl": "https://avatars.githubusercontent.com/u/17036219?s=460\u0026u=b8e83fb70a90eae0c0e0078c206990785e1a5b6f\u0026v=4",
|
||||||
"name": "Alex Terentiev",
|
"name": "Alex Terentiev",
|
||||||
"twitter": "alexaterentiev"
|
"twitter": "alexaterentiev"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"gitHubAccount": "reshmee011",
|
||||||
|
"name": "Reshmee Auckloo",
|
||||||
|
"pictureUrl": "https://github.com/reshmee011.png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"references": [
|
"references": [
|
||||||
|
|
Loading…
Reference in New Issue