Skip to content

Commit 66be57a

Browse files
committed
🐞 fix release notes for spfx v1.17
- fixed markdown errors - fixed typos - fix code formatting
1 parent 30ee8ef commit 66be57a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/spfx/release-1.17.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: SharePoint Framework v1.17 preview release notes
33
description: Release notes for the SharePoint Framework v1.17 preview release
4-
ms.date: 2/23/2023
4+
ms.date: 03/08/2023
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework v1.17 preview release notes
88

9-
This release introduces updates across the features around Microsoft Viva, Microsoft Teams, Outlook, Office and SharePoint.
9+
This release introduces updates across the features around Microsoft Viva, Microsoft Teams, Outlook, Office, and SharePoint.
1010

1111
[!INCLUDE [spfx-release-beta](../../includes/snippets/spfx-release-beta.md)]
1212

@@ -17,6 +17,7 @@ This release introduces updates across the features around Microsoft Viva, Micro
1717
## Install the latest preview version
1818

1919
Install the latest preview release of the SharePoint Framework (SPFx) by including the **@next**
20+
2021
```console
2122
npm install @microsoft/generator-sharepoint@next --global
2223
```
@@ -40,16 +41,16 @@ npm install @microsoft/generator-sharepoint@next --global
4041

4142
## New features and capabilities
4243

43-
### Support for SharePoint Pages iframing in Teams applications
44+
### Support for SharePoint Pages 'iframing' in Teams applications
4445

45-
Developers can specify `supportsSelfFramingInTeams` flag in a web part's manifest if the scenario requires the web part to render SharePoint page in the iframe.
46+
Developers can specify `supportsSelfFramingInTeams` flag in a web part's manifest if the scenario requires the web part to render SharePoint page in an `<iframe>`.
4647

4748
### Ability to specify claims parameter when requesting an AAD Oath2 token
4849

4950
`AADTokenProvider.getToken` definition was updated to allow specifying claims parameter:
5051

5152
```typescript
52-
getToken(resourceEndpoint: string, options?: IGetTokenOptions): Promise<string>;
53+
getToken(resourceEndpoint: string, options?: IGetTokenOptions): Promise<string>;
5354
```
5455

5556
where `IGetTokenOptions`:
@@ -64,6 +65,7 @@ interface IGetTokenOptions {
6465
### Popup flow support in AadTokenProvider
6566

6667
`AadTokenProvider` now supports popup flow. Developers should handle `AadTokenProvider.popupEvent: SPEvent<PopupEventArgs>` event to implement the flow.
68+
6769
See `PopupEventArgs` definitions for more details.
6870

6971
### Support for aria-label in Property Pane's link control
@@ -89,12 +91,12 @@ interface IPropertyPaneLinkProps {
8991

9092
Here's a list of specific issues fixed around SharePoint Framework since the previous public release.
9193

92-
### December-February Timeframe
94+
### December-February Time Frame
9395

9496
- [#8623](https://github.com/SharePoint/sp-dev-docs/issues/8623) - 1.16.1 Issue: Cannot find manifest for f9e737b7-f0df-4597-ba8c-3060f82380db_1.16.1. Store had [1.16.0]. Service worker version: (none),DurableN1=true
9597
- [#6091](https://github.com/SharePoint/sp-dev-docs/issues/6091) - Lazy loading of custom web parts in modern pages
9698
- [#8559](https://github.com/SharePoint/sp-dev-docs/issues/8559) - ListView Command Set command is not displayed for a list that was placed on a modern page and only 1 item is select there
9799
- [#8683](https://github.com/SharePoint/sp-dev-docs/issues/8683) - Permission Error with Form Customizer for new form
98100
- [#8540](https://github.com/SharePoint/sp-dev-docs/issues/8540) - Web part property updates causes child component to remount and lose state
99101
- [#8552](https://github.com/SharePoint/sp-dev-docs/issues/8552) - SPFx Field Customizer - onInit executes multiple times when navigating between folders in same document library
100-
- [#8619](https://github.com/SharePoint/sp-dev-docs/issues/8619) - Vulnerability introduced by CVE-2022-37601 in loader-utils package
102+
- [#8619](https://github.com/SharePoint/sp-dev-docs/issues/8619) - Vulnerability introduced by CVE-2022-37601 in loader-utils package

0 commit comments

Comments
 (0)