Skip to content

Commit 7a1bbb8

Browse files
Merge pull request SharePoint#7208 from ganesh-sanap/patch-4
Updated "SharePoint Framework v1.13 release notes"
2 parents 0f04022 + c63474e commit 7a1bbb8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/spfx/release-1.13.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: SharePoint Framework v1.13 release notes
33
description: Release notes for the SharePoint Framework v1.13 release
4-
ms.date: 07/26/2021
4+
ms.date: 07/27/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
88
# SharePoint Framework v1.13 release notes
99

10-
This marks first release with our new release flow, where we'll release multiple beta builds using the **next** tag in the [NPMJS.org](https://www.npmjs.org) registry before final release candidates and a final public release.
10+
This marks first release with our new release flow, where we'll release multiple beta builds using the **@next** tag in the [NPMJS.org](https://www.npmjs.org) registry before final release candidates and a final public release.
1111

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

@@ -23,7 +23,7 @@ npm install @microsoft/generator-sharepoint@next --global
2323

2424
## Upgrading projects from v1.12.1 to v1.13
2525

26-
1. In the project's **package.json** file, identify all SPFx v1.13.0 packages. For each SPFx package:
26+
1. In the project's **package.json** file, identify all SPFx v1.12.1 packages. For each SPFx package:
2727
1. Uninstall the existing v1.12.1 package:
2828

2929
```console
@@ -41,17 +41,18 @@ npm install @microsoft/generator-sharepoint@next --global
4141

4242
## New features and capabilities
4343

44-
- The biggest new part of this release is the extensibility model for the upcoming Viva Connections feature. The beta will allow you to create Adaptive Card Extensions (ACEs) and test them in the hosted workbench.
44+
- The biggest new feature of this release is the extensibility model for the upcoming Viva Connections feature. The beta will allow you to create Adaptive Card Extensions (ACEs) and test them in the hosted workbench.
4545
- *See [Overview of Viva Connections Extensibility](viva/overview-viva-connections.md) for more details.*
4646
- Update the Microsoft Teams SDK to v1.10.
4747

4848
> [!NOTE]
49-
> The extensibility model for the upcoming Viva Connection feature is currently rolling in production and might not be available across all tenants yet. If you want to immediately start working with ACEs you can do that by creating a link to the workbench (for example `https://contoso.sharepoint.com/_layouts/15/workbench.aspx`) in a navigation node in a modern page. Then use that node to accessing the workbench.
49+
> The extensibility model for the upcoming Viva Connections feature is currently rolling out in production and might not be available across all tenants yet. If you want to immediately start working with ACEs you can do that by creating a link to the workbench (for example `https://contoso.sharepoint.com/_layouts/15/workbench.aspx`) in a navigation node in a modern page. Then use that node to access the workbench.
5050

5151

5252
## Deprecations and removed items in this release
5353

5454
- **Local workbench removed**: This release will also mark the removal of the local workbench, as well as the removal of the on-prem questions in the Yeoman generator. On-prem is still supported, and the SPFx v1.12.1 Yeoman generator, as well as previous versions, continue to generate on-prem solutions. The hosted workbench is now the way to test your code.
5555

56-
To configure the browser launch correctly, update the `initialPage` property within the **./config/serve.json** to point to your SharePoint Online tenant. For example: `https://contoso.sharepoint.com/_layouts/15/workbench.aspx`
57-
Not performing that configuration task, will result in an error the firt time `gulp serve` runs.
56+
To configure the browser launch correctly, update the `initialPage` property within the **./config/serve.json** to point to your SharePoint Online tenant. For example: `https://contoso.sharepoint.com/_layouts/15/workbench.aspx`.
57+
58+
Not performing this configuration task will result in an error the first time `gulp serve` runs.

0 commit comments

Comments
 (0)