Skip to content

Commit

Permalink
bump to spfx - v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NishkalankBezawada committed Dec 8, 2024
1 parent 603dda1 commit 30ab681
Show file tree
Hide file tree
Showing 8 changed files with 12,370 additions and 13,261 deletions.
8 changes: 6 additions & 2 deletions samples/react-application-machine-translations/.yo-rc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"@microsoft/generator-sharepoint": {
"version": "1.15.0",
"version": "1.18.0",
"libraryName": "machine-translation-extension",
"libraryId": "87cc9434-00c1-4c88-b50c-dd8a7888f9b8",
"environment": "spo",
"packageManager": "npm",
"isCreatingSolution": true,
"isDomainIsolated": false,
"componentType": "extension",
"extensionType": "ApplicationCustomizer"
"extensionType": "ApplicationCustomizer",
"sdkVersions": {
"@microsoft/teams-js": "2.12.0",
"@microsoft/microsoft-graph-client": "3.0.2"
}
}
}
6 changes: 4 additions & 2 deletions samples/react-application-machine-translations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ The extension will determine the language of the page using the page description

## Compatibility

![SPFx 1.12.1](https://img.shields.io/badge/SPFx-1.12.1-green.svg)
![SPFx 1.18.0](https://img.shields.io/badge/SPFx-1.18.0-green.svg)

![Node.js LTS v14 | LTS v12 | LTS v10](https://img.shields.io/badge/Node.js-LTS%20v14%20%7C%20LTS%20v12%20%7C%20LTS%20v10-green.svg)
![Node.js >=16.13.0 <17.0.0 || >=18.17.1 <19.0.0](https://img.shields.io/badge/Node.js-%3E=16.13.0%20%3C17.0.0%20%7C%7C%20%3E=18.17.1%20%3C19.0.0-green.svg)

![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-red.svg)

Expand All @@ -35,11 +35,13 @@ Solution|Author(s)
--------|---------
react-application-machine-translations | [Robin Agten](https://twitter.com/AgtenRobin)
react-application-machine-translations | [Michal Romiszewski](https://twitter.com/romiszewski) -- Update
react-application-machine-translations | [Nishkalank Bezawada](https://bsky.app/profile/nishkalankbezawada.bsky.social) -- SPFx upgrade to v1.18.0

## Version history

Version|Date|Comments
-------|----|--------
1.2|December 08, 2024|Update TranslationService, SPFx upgrade to v1.17.0
1.1|July 23, 2021|Update TranslationService, SPFx to 1.12.1 and PnPjs to 2.7.0
1.0|March 28, 2020|Initial release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"This application customizer lets you translate the text on a SharePoint page using the Translator Text API of Microsoft Azure."
],
"creationDateTime": "2021-01-20",
"updateDateTime": "2021-07-22",
"updateDateTime": "2024-12-08",
"products": [
"SharePoint"
],
Expand All @@ -20,7 +20,7 @@
},
{
"key": "SPFX-VERSION",
"value": "1.10.0"
"value": "1.18.0"
}
],
"tags": [],
Expand Down Expand Up @@ -52,6 +52,11 @@
"gitHubAccount": "mromiszewski",
"pictureUrl": "https://github.com/mromiszewski.png",
"name": "Michał Romiszewski"
},
{
"gitHubAccount": "NishkalankBezawada",
"pictureUrl": "https://github.com/NishkalankBezawada.png",
"name": "Nishkalank Bezawada"
}
],
"references": [
Expand Down
Loading

0 comments on commit 30ab681

Please sign in to comment.