Skip to content

Commit ac5c336

Browse files
committed
🐞 fixup markdown & build errors flagged by msdocs
- remove absolute links - fix inconsistent markdown - remove pinning to specific page modes/versions in links
1 parent ebda3ec commit ac5c336

File tree

2 files changed

+22
-26
lines changed

2 files changed

+22
-26
lines changed

docs/spfx/release-1.17.1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Framework v1.17.1 release notes
33
description: Release notes for the SharePoint Framework v1.17.1 release
4-
ms.date: 04/12/2023
4+
ms.date: 04/13/2023
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework v1.17.1 release notes
@@ -21,7 +21,7 @@ Install the latest release of the SharePoint Framework (SPFx) by including the *
2121

2222
```console
2323
npm install @microsoft/generator-sharepoint@next --global
24-
```
24+
```
2525

2626
## Upgrading projects from v1.17 to v1.17.1
2727

@@ -32,7 +32,7 @@ npm install @microsoft/generator-sharepoint@next --global
3232
npm uninstall @microsoft/{spfx-package-name}@1.17
3333
```
3434

35-
2. Install the new v1.17.1 package:
35+
1. Install the new v1.17.1 package:
3636

3737
```console
3838
npm install @microsoft/{spfx-package-name}@latest --save --save-exact
@@ -44,5 +44,5 @@ npm install @microsoft/generator-sharepoint@next --global
4444

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

47-
- `PopupEventArgs` is missing from the [public documentation](https://learn.microsoft.com/en-us/javascript/api/sp-http-base/popupeventargs?view=sp-typescript-latest)
47+
- `PopupEventArgs` is missing from the [public documentation](/javascript/api/sp-http-base/popupeventargs)
4848
- [#8878](https://github.com/SharePoint/sp-dev-docs/issues/8878) - SPFx v1.17 - ACE - Default QuickView uses old Adaptive Card schema

docs/spfx/release-1.17.md

Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Framework v1.17 release notes
33
description: Release notes for the SharePoint Framework v1.17 release
4-
ms.date: 04/04/2023
4+
ms.date: 04/13/2023
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework v1.17 release notes
@@ -29,7 +29,7 @@ npm install @microsoft/generator-sharepoint@latest --global
2929
npm uninstall @microsoft/{spfx-package-name}@1.16.1
3030
```
3131

32-
2. Install the new v1.17 package:
32+
1. Install the new v1.17 package:
3333

3434
```console
3535
npm install @microsoft/{spfx-package-name}@latest --save --save-exact
@@ -39,19 +39,19 @@ npm install @microsoft/generator-sharepoint@latest --global
3939

4040
## New features and capabilities
4141

42-
* Updates and improvements on building Microsoft 365 wide experiences with **Microsoft Teams apps build with SharePoint Framework** – This model enables you to build auto-hosted apps in Microsoft 365, which are extended across Microsoft Teams, Outlook and Office 365 app (office.com). Any Microsoft Teams app build with SharePoint Framework is automatically now compliant with the requirements to get the app exposed across Microsoft 365.
43-
* Updates and improvements on the **Microsoft Viva extensibility build with SharePoint Framework**.
44-
* General availability of the **top actions for custom web parts in SharePoint**.
45-
* **Authentication improvements** with popup flow support for API authentication.
46-
* **Accessibility improvements** for the web part areas.
47-
* **Development time improvements** with central configuration of developer tenant details.
48-
* **Microsoft Teams JS SDK** version update to version **2.19.1** to support new APIs, such as Live Share SDK.
49-
* *“Sync to Teams”* functionality in SharePoint app catalog update to use **Teams Manifest v1.16** for the automatically created Microsoft Teams solution package – making all SPFx components exposed across the Microsoft 365 also with automatically generated packaging
50-
* Viva Connections **Adaptive Cards Extensions** update to support **Adaptive Cards schema v1.5.** - enabling tables and other new features for ACEs
42+
- Updates and improvements on building Microsoft 365 wide experiences with **Microsoft Teams apps build with SharePoint Framework** – This model enables you to build auto-hosted apps in Microsoft 365, which are extended across Microsoft Teams, Outlook and Office 365 app (office.com). Any Microsoft Teams app build with SharePoint Framework is automatically now compliant with the requirements to get the app exposed across Microsoft 365.
43+
- Updates and improvements on the **Microsoft Viva extensibility build with SharePoint Framework**.
44+
- General availability of the **top actions for custom web parts in SharePoint**.
45+
- **Authentication improvements** with popup flow support for API authentication.
46+
- **Accessibility improvements** for the web part areas.
47+
- **Development time improvements** with central configuration of developer tenant details.
48+
- **Microsoft Teams JS SDK** version update to version **2.19.1** to support new APIs, such as Live Share SDK.
49+
- *“Sync to Teams”* functionality in SharePoint app catalog update to use **Teams Manifest v1.16** for the automatically created Microsoft Teams solution package – making all SPFx components exposed across the Microsoft 365 also with automatically generated packaging
50+
- Viva Connections **Adaptive Cards Extensions** update to support **Adaptive Cards schema v1.5.** - enabling tables and other new features for ACEs
5151

52-
### Teams JS SDK v2.9.1 support
52+
### Microsoft Teams JS SDK v2.9.1 support
5353

54-
[Microsoft Teams JS SDK](https://learn.microsoft.com/en-us/javascript/api/overview/msteams-client?view=msteams-client-js-latest&tabs=npm) was bumped to v2.9.1 to support new API, such as `LiveShare`.
54+
[Microsoft Teams JS SDK](/javascript/api/overview/msteams-client?view=msteams-client-js-latest) was bumped to v2.9.1 to support new API, such as **LiveShare**.
5555

5656
### Support for Adaptive Cards schema v1.5 in Adaptive Cards Extensions
5757

@@ -73,11 +73,11 @@ This version includes specific Top Actions-specific types to avoid confusion and
7373

7474
See more details from documentation
7575

76-
* [Adding support for Top Actions for web parts](web-parts/guidance/getting-started-with-top-actions.md)
76+
- [Adding support for Top Actions for web parts](web-parts/guidance/getting-started-with-top-actions.md)
7777

7878
### onBeforeAction handler for Adaptive Card Extensions
7979

80-
`onBeforeAction` handler is added to `BaseAdaptiveCardExtension` class to allow developers to run custom code before the action is executed.
80+
The `onBeforeAction` handler is added to `BaseAdaptiveCardExtension` class to allow developers to run custom code before the action is executed.
8181

8282
```typescript
8383
/** @virtual */
@@ -98,8 +98,8 @@ New `focusParameters` virtual property allows to set focus when the view is rend
9898

9999
See more details from documentation
100100

101-
* [Focus feature in Adaptive Card Extension](viva/features/focus-feature/FocusFeatureDocumentation.md)
102-
* [Create an Adaptive Card Extension with the focus feature](viva/features/focus-feature/FocusFeatureTutorial.md)
101+
- [Focus feature in Adaptive Card Extension](viva/features/focus-feature/FocusFeatureDocumentation.md)
102+
- [Create an Adaptive Card Extension with the focus feature](viva/features/focus-feature/FocusFeatureTutorial.md)
103103

104104
### Support for SharePoint Pages 'iframing' in Teams applications
105105

@@ -113,7 +113,7 @@ Developers can specify `supportsSelfFramingInTeams` flag in a web part's manifes
113113
getToken(resourceEndpoint: string, options?: IGetTokenOptions): Promise<string>;
114114
```
115115

116-
where `IGetTokenOptions`:
116+
Where `IGetTokenOptions`:
117117

118118
```typescript
119119
interface IGetTokenOptions {
@@ -145,10 +145,6 @@ interface IPropertyPaneLinkProps {
145145
}
146146
```
147147

148-
## Deprecations
149-
150-
-
151-
152148
## Fixed Issues
153149

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

0 commit comments

Comments
 (0)