Skip to content

Commit

Permalink
js-application-analytics - Updated to SPFX 1.20 (#1442)
Browse files Browse the repository at this point in the history
* Updated to SPFX 1.20, Updated rest of modules

* Removed TSLint as I forgot ,Change version to 1.20.0 in .yo-rc, remove unused dependencies

* added SPFX-VERSION = 1.20.0

* Updated the Readme!

* Fixed typo...

* Forgot a )

* fixup

---------

Co-authored-by: Adam Wójcik <[email protected]>
  • Loading branch information
NicolasKheirallah and Adam-it authored Oct 29, 2024
1 parent 5fa2988 commit 9bd2bb8
Show file tree
Hide file tree
Showing 7 changed files with 32,527 additions and 38,060 deletions.
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 9bd2bb8

Please sign in to comment.