Skip to content

Commit 90b6f05

Browse files
Merge pull request SharePoint#7733 from s-KaiNet/patch-3
Fixed SPFx 1.14 upgrade guide.
2 parents 73ac4ee + c23ccc0 commit 90b6f05

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/spfx/release-1.14.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Framework v1.14 release notes
33
description: Release notes for the SharePoint Framework v1.14 release
4-
ms.date: 2/18/2022
4+
ms.date: 02/22/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -20,13 +20,13 @@ This release introduces updates across the features around Microsoft Viva, Micro
2020
1. Uninstall the existing v1.13.1 package:
2121

2222
```console
23-
npm uninstall @microsoft/generator-sharepoint@1.13.1
23+
npm uninstall @microsoft/{spfx-package-name}@1.13.1
2424
```
2525

2626
2. Install the new v1.14 package:
2727

2828
```console
29-
npm install @microsoft/generator-sharepoint --save --save-exact
29+
npm install @microsoft/{spfx-package-name}@1.14.0 --save --save-exact
3030
```
3131

3232
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
@@ -286,19 +286,19 @@ The actions will be rendered as below
286286

287287
Location Action:
288288

289-
![Image showing a site footer with a logo](../images/release-notes/114/___location-action.jpg)
289+
![Screenshot of ___location action](../images/release-notes/114/___location-action.jpg)
290290

291291
Select Media Action:
292292

293-
![Image showing a site footer with a logo](../images/release-notes/114/file-action.jpg)
293+
![Screenshot of file action](../images/release-notes/114/file-action.jpg)
294294

295295
The Location Action can be used to get your current ___location, show your current or a custom ___location on a map, and choose your current ___location from a map. In the browser it uses Bing Maps as the mapping interface:
296296

297-
![Image showing a site footer with a logo](../images/release-notes/114/___location-panel.jpg)
297+
![Screenshot of ___location panel](../images/release-notes/114/___location-panel.jpg)
298298

299299
The Select Media Action can be used to select Images from your native device. In the browser it uses the file picker to help access relavant files:
300300

301-
![Image showing a site footer with a logo](../images/release-notes/114/media-panel.jpg)
301+
![Screenshot of media panel](../images/release-notes/114/media-panel.jpg)
302302

303303

304304
## Deprecations and removed items in this release

0 commit comments

Comments
 (0)