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.13.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: SharePoint Framework v1.13 release notes
3
3
description: Release notes for the SharePoint Framework v1.13 release
4
-
ms.date: 07/26/2021
4
+
ms.date: 07/27/2021
5
5
ms.prod: sharepoint
6
6
localization_priority: Priority
7
7
---
8
8
# SharePoint Framework v1.13 release notes
9
9
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.
- 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.
45
45
- *See [Overview of Viva Connections Extensibility](viva/overview-viva-connections.md) for more details.*
46
46
- Update the Microsoft Teams SDK to v1.10.
47
47
48
48
> [!NOTE]
49
-
> The extensibility model forthe upcoming Viva Connection feature is currently rollingin 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 forthe upcoming Viva Connections feature is currently rolling outin 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.
50
50
51
51
52
52
## Deprecations and removed items in this release
53
53
54
54
- **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.
55
55
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