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
Copy file name to clipboardExpand all lines: docs/spfx/release-1.21.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ ms.localizationpriority: high
6
6
---
7
7
# SharePoint Framework v1.21 release notes
8
8
9
-
This release has initial configuration updates for web parts in the context of flexible layouts in SharePoint and personalization option for cards. We are also looking to further include other tehcnical updates before this version is generally available.
9
+
This release has initial configuration updates for web parts in the context of flexible layouts in SharePoint and personalization option for cards. We're also looking to further include other technical updates before this version is generally available.
@@ -44,7 +44,7 @@ In the project's **package.json** file, identify all SPFx v1.20 packages. For ea
44
44
45
45
### Flexible layout configuration options for web parts
46
46
47
-
New flexible layout sizing options are introduced for the web part manifest. These cawn be used to adjust the default behaviour for the custom web parts as they are used within flexible layouts.
47
+
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.
48
48
49
49
```json
50
50
"flexibleLayoutSizing": {
@@ -55,15 +55,15 @@ New flexible layout sizing options are introduced for the web part manifest. The
55
55
```
56
56
57
57
> [!NOTE]
58
-
> By default all custom web parts are supported in the flexible layout option and do not require any code level changes.
58
+
> By default all custom web parts are supported in the flexible layout option and don't require any code level changes.
Viva Connections will start supporting end user configuration options for the dashboard. End users can add and remove cards from the dasbhoard based on their preference. Supported cards are explictly enabled for this scenario and also custom cards are supported.
64
+
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 also custom cards are supported.
65
65
66
-
By default personalization is not allowed for the custom Viva Connections cards.
66
+
By default personalization isn't allowed for the custom Viva Connections cards.
0 commit comments