You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Upgrading projects from the SPFx v1.20 to v1.21 preview version
30
+
## Upgrading projects from the SPFx v1.20 to v1.21 release candiate version
30
31
31
32
In the project's **package.json** file, identify all SPFx v1.20 packages. For each SPFx package:
32
33
@@ -52,6 +53,10 @@ Node.js support will be updated to the version 22 with the 1.21 release. This be
52
53
53
54
Notice that when SPFx 1.21 is generally available, Node.js version 22 is the only supported version with it. Currently SPFx supports Node.js version 18, which will fall out of the support in end of April 2025. We are planning to have SPFx 1.21 generally available before that date.
54
55
56
+
### TypeScript 5.x support
57
+
58
+
Starting with this first release candidate for the 1.21 release, we have also updated the support for the TypeScript 5.x. Default scaffolded projects are using currently specifically 5.3.3 version by default.
59
+
55
60
### Flexible layout configuration options for web parts
56
61
57
62
New flexible layout sizing options are introduced for the web part manifest. These can be used to adjust the default behavior for the custom web parts as they're used within flexible layouts.
0 commit comments