Skip to content

Commit e9c2593

Browse files
authored
Merge pull request #5464 from petkir/upgrade/121react-image-editor
2 parents a30131b + 62f3add commit e9c2593

File tree

14 files changed

+10966
-4026
lines changed

14 files changed

+10966
-4026
lines changed

samples/react-image-editor/.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "SPFx 1.20.0",
3-
"image": "docker.io/m365pnp/spfx:1.20.0",
2+
"name": "SPFx 1.21.1",
3+
"image": "docker.io/m365pnp/spfx:1.21.1",
44
"customizations": {
55
"vscode": {
66
"extensions": [

samples/react-image-editor/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.20.3
1+
v22.14.0

samples/react-image-editor/.yo-rc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"@microsoft/generator-sharepoint": {
33
"plusBeta": false,
44
"isCreatingSolution": true,
5-
"nodeVersion": "18.20.3",
5+
"nodeVersion": "22.14.0",
66
"sdksVersions": {
77
"@microsoft/microsoft-graph-client": "3.0.2",
88
"@microsoft/teams-js": "2.24.0"
99
},
10-
"version": "1.20.0",
10+
"version": "1.21.1",
1111
"environment": "spo",
1212
"libraryName": "react-image-editor",
1313
"libraryId": "e859f86f-7a12-40e3-94fb-97ee47419aed",

samples/react-image-editor/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ The Placeholder and FilePicker are components from the [sp-dev-fx-controls-react
4646
| Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.|
4747
|Refer to <https://aka.ms/spfx-matrix> for more information on SPFx compatibility. |
4848

49-
![SPFx 1.20](https://img.shields.io/badge/SPFx-1.10.0-green.svg)
50-
![Node.js LTS 18](https://img.shields.io/badge/Node.js-LTS%2018-green.svg)
49+
![SPFx 1.21.1](https://img.shields.io/badge/SPFx-1.21.1-green.svg)
50+
![Node.js LTS 22](https://img.shields.io/badge/Node.js-LTS%2022-green.svg)
5151
![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg)
5252
![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")
5353
![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")
@@ -75,6 +75,8 @@ The Placeholder and FilePicker are components from the [sp-dev-fx-controls-react
7575

7676
|Version|Date|Comments|
7777
|-------|----|--------|
78+
|2.0.1.0|Mai 5, 2025| SPFx 1.21.1|
79+
|2.0.1.0|Apr 27, 2025|Node Version SPFx 1.21|
7880
|2.0.0.0|Apr 02, 2025|Added properties and accessibility|
7981
|1.1.0.0|Sep 09, 2024|Added properties and accessibility|
8082
|1.0.0.0|Mar 17, 2021|Initial release|

samples/react-image-editor/assets/sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"key": "SPFX-VERSION",
33-
"value": "1.20.0"
33+
"value": "1.21.1"
3434
},
3535
{
3636
"key": "SPFX-TEAMSTAB",

samples/react-image-editor/config/package-solution.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"solution": {
44
"name": "react-image-editor-client-side-solution",
55
"id": "e859f86f-7a12-40e3-94fb-97ee47419aed",
6-
"version": "2.0.0.0",
6+
"version": "2.0.2.0",
77
"includeClientSideAssets": true,
88
"skipFeatureDeployment": true,
99
"isDomainIsolated": false,
@@ -12,7 +12,7 @@
1212
"websiteUrl": "",
1313
"privacyUrl": "",
1414
"termsOfUseUrl": "",
15-
"mpnId": "Undefined-1.20.0"
15+
"mpnId": "Undefined-1.21.1"
1616
},
1717
"metadata": {
1818
"shortDescription": {

samples/react-image-editor/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ build.rig.getTasks = function () {
1313
return result;
1414
};
1515

16-
build.initialize(require('gulp'));
16+
build.initialize(require('gulp'));

0 commit comments

Comments
 (0)