Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirase committed Oct 31, 2024
2 parents 77ec5c9 + c7239d6 commit c759c6d
Show file tree
Hide file tree
Showing 125 changed files with 179,021 additions and 171,370 deletions.
24 changes: 12 additions & 12 deletions .metadata/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"In this sample is possible to see how to implement Google Analytics through SPFx Extensions Application Customizers"
],
"creationDateTime": "2020-10-07",
"updateDateTime": "2021-07-01",
"updateDateTime": "2024-10-23",
"products": [
"SharePoint"
],
Expand All @@ -230,7 +230,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.11.0"
"value": "1.20.0"
}
],
"tags": [],
Expand Down Expand Up @@ -2146,7 +2146,7 @@
"This sample shows how to create a breadcrumb element and append it to your site via the SharePoint Framework Application Customizer extension."
],
"creationDateTime": "2020-10-03",
"updateDateTime": "2020-10-03",
"updateDateTime": "2024-10-05",
"products": [
"SharePoint"
],
Expand All @@ -2157,7 +2157,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.11.0"
"value": "1.20.0"
}
],
"tags": [],
Expand Down Expand Up @@ -2503,7 +2503,7 @@
"This sample shows how to inject a custom Cascading Style Sheet (CSS) on modern pages."
],
"creationDateTime": "2018-03-28",
"updateDateTime": "2018-03-28",
"updateDateTime": "2024-10-05",
"products": [
"SharePoint"
],
Expand All @@ -2514,7 +2514,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.8"
"value": "1.20.0"
}
],
"tags": [],
Expand Down Expand Up @@ -3140,7 +3140,7 @@
"An SPFx Extension that displays news as a running text at the top of every modern page."
],
"creationDateTime": "2021-04-19",
"updateDateTime": "2022-11-11",
"updateDateTime": "2024-10-24",
"products": [
"SharePoint"
],
Expand All @@ -3151,7 +3151,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.15.2"
"value": "1.20.0"
}
],
"thumbnails": [
Expand Down Expand Up @@ -4527,7 +4527,7 @@
"A global list customizer which adds functionality to all document libraries in SharePoint Online to convert one or more documents in-place to PDF, or download one or more documents as a PDF. When selecting multiple documents for download they will be downloaded as a zip file. The converter uses built in API's of converting to PDF."
],
"creationDateTime": "2021-02-23",
"updateDateTime": "2021-11-11",
"updateDateTime": "2024-10-23",
"products": [
"SharePoint"
],
Expand All @@ -4538,7 +4538,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.12.1"
"value": "1.20.0"
}
],
"tags": [],
Expand Down Expand Up @@ -6684,7 +6684,7 @@
"If the current user hasn't been voted, the button will become Vote button but if the current user has been voted, it will become Unvote button."
],
"creationDateTime": "2021-04-19",
"updateDateTime": "2023-10-08",
"updateDateTime": "2024-10-29",
"products": [
"SharePoint"
],
Expand All @@ -6695,7 +6695,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.15.2"
"value": "1.20.0"
}
],
"categories": [
Expand Down
2 changes: 1 addition & 1 deletion samples/js-application-analytics/.yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@microsoft/generator-sharepoint": {
"isCreatingSolution": true,
"environment": "spo",
"version": "1.11.0",
"version": "1.20.0",
"libraryName": "js-application-analytics",
"libraryId": "1c37f3a8-1175-4ed3-88a8-c75b70caac5c",
"packageManager": "npm",
Expand Down
8 changes: 5 additions & 3 deletions samples/js-application-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ This sample demonstrates how to implement Google Analytics in Modern SharePoint

## Compatibility

![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg)
![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg) ![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)
![SPFx 1.20](https://img.shields.io/badge/SPFx-1.20.0-green.svg)
![Node.js LTS 18.x](https://img.shields.io/badge/Node.js-LTS%2018.x-green.svg)
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)
![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench")

## Applies to
Expand All @@ -37,7 +38,7 @@ Solution|Author(s)
js-application-analytics | [Giuliano De Luca](https://github.com/giuleon) ([@giuleon](https://twitter.com/giuleon) , [www.delucagiuliano.com](http://www.delucagiuliano.com))
js-application-analytics | [Hugo Bernier](https://github.com/hugoabernier) ([@bernierh](https://twitter.com/bernierh) , [tahoeninjas.blog](https://tahoeninjas.blog))
js-application-analytics | [João Ferreira](https://github.com/joaoferreira) ([@joao12ferreira](https://twitter.com/joao12ferreira) , [HANDS ON tek](https://sharepoint.handsontek.net))

js-application-analytics | [Nicolas kheirallah](https://github.com/NicolasKheirallah) ([@NicolasKheirallah](https://twitter.com/NicolasKheirallah))
## Version history

Version|Date|Comments
Expand All @@ -46,6 +47,7 @@ Version|Date|Comments
1.1|September 29, 2017|Updated for SPFx GA 1.3.0
1.2|October 7, 2020|Refactored for SPFx 1.11; Added support for async/legacy modes
1.3|July 1, 2021|Added support for Google Analytics V4
1.4|October 21, 2024|Updated to SPFX 1.20

## Disclaimer

Expand Down
4 changes: 2 additions & 2 deletions samples/js-application-analytics/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"In this sample is possible to see how to implement Google Analytics through SPFx Extensions Application Customizers"
],
"creationDateTime": "2020-10-07",
"updateDateTime": "2021-07-01",
"updateDateTime": "2024-10-23",
"products": [
"SharePoint"
],
Expand All @@ -20,7 +20,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.11.0"
"value": "1.20.0"
}
],
"tags": [],
Expand Down
Loading

0 comments on commit c759c6d

Please sign in to comment.