Skip to content

Commit 716b2d2

Browse files
Fix personalization manifest mismatch (#10605)
* Fix personalization manifest mismatch * Fix automated findings --------- Co-authored-by: Andrew Connell <[email protected]>
1 parent 582bac6 commit 716b2d2

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

docs/spfx/release-1.21.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: SharePoint Framework v1.21 release notes
33
description: Release notes for the SharePoint Framework v1.21 release.
4-
ms.date: 04/23/2025
4+
ms.date: 01/20/2026
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework v1.21 release notes
88

9-
This release has updates on the Nodejs version and on other technical dependencies. It also contains updates for web parts in the context of flexible layouts in SharePoint and personalization option for cards.
9+
This release has updates on the Node.js version and on other technical dependencies. It also contains updates for web parts in the context of flexible layouts in SharePoint and a personalization option for cards.
1010

1111
> [!NOTE]
12-
> [SharePoint Framework API Reference](https://learn.microsoft.com/en-us/javascript/api/overview/sharepoint?view=sp-typescript-latest) has been also updated to match the latest 1.21 version.
12+
> [SharePoint Framework API Reference](/javascript/api/overview/sharepoint) has also been updated to match the latest 1.21 version.
1313
1414
**Released:** April 23, 2025
1515

@@ -45,14 +45,14 @@ In the project's **package.json** file, identify all SPFx v1.20 packages. For ea
4545

4646
### Node.js v22 support
4747

48-
Node.js support has been updated to version 22 with the 1.21 release.
48+
Node.js support has been updated to v22 with the v1.21 release.
4949

5050
> [!NOTE]
51-
> Notice that Node.js version 22 is the only supported version with version 1.21.
51+
> Notice that Node.js v22 is the only supported version, with v1.21.
5252

5353
### TypeScript 5.x support
5454

55-
TypeScript has been updated to TypeScript 5.x. Default scaffolded projects are using currently specifically 5.3.3 version by default.
55+
TypeScript has been updated to TypeScript v5.x. Default scaffolded projects are using currently specifically v5.3.3 version by default.
5656

5757
### Flexible layout configuration options for web parts
5858

@@ -67,31 +67,29 @@ New flexible layout sizing options are introduced for the web part manifest. The
6767
```
6868

6969
> [!NOTE]
70-
> By default, all custom web parts are supported in the flexible layout option and don't require any code level changes.
70+
> By default, all custom web parts are supported in the flexible layout option and don't require any code-level changes.
7171
7272
![Flexible layout support](../images/121-release-notes/flex-layout.png)
7373

7474
### Viva Connections card personalization support
7575

76-
Viva Connections will start supporting end user configuration options for the dashboard. End users can add and remove cards from the dashboard based on their preference. Supported cards are explicitly enabled for this scenario and custom cards are supported.
76+
Viva Connections will start supporting end user configuration options for the dashboard. End users can add and remove cards from the dashboard based on their preference. Supported cards are explicitly enabled for this scenario, and custom cards are supported.
7777

7878
By default, personalization isn't allowed for the custom Viva Connections cards.
7979

8080
```json
81-
"personalization": [
82-
"Disallow"
83-
]
81+
"personalization": "Disallow"
8482
```
8583

8684
![Card personalization visible in the dashboard UI](../images/121-release-notes/card-personalization.png)
8785

8886
### Updating Teams JS SDK
8987

90-
Default [Teams JavaScript SDK](https://github.com/OfficeDev/microsoft-teams-library-js) version for the SPFx powered solutions has been updated to version 2.32.
88+
Default [Teams JavaScript SDK](https://github.com/OfficeDev/microsoft-teams-library-js) version for the SPFx-powered solutions has been updated to version 2.32.
9189

9290
## Changes
9391

94-
Default debugging URL location was changed as part of the release. `debugManifestsFile` is updated as `https://localhost:4321/temp/build/manifests.js`. This might have impact on any tooling or scripts which have previously taken a dependency on this URL. Please update your those accordingly with this change.
92+
The default debugging URL location was changed as part of the release. `debugManifestsFile` is updated as `https://localhost:4321/temp/build/manifests.js`. This might have an impact on any tooling or scripts that have previously taken a dependency on this URL. Please update those accordingly with this change.
9593

9694
*Previous versions*
9795
```

0 commit comments

Comments
 (0)