Skip to content

Commit b85dc0f

Browse files
committed
Updated release notes for 1.19 dev preview
1 parent 8ed5243 commit b85dc0f

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

docs/spfx/release-1.19.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: SharePoint Framework v1.19 developer preview release notes
3-
description: Release notes for the SharePoint Framework v1.19 developer preview release
3+
description: Release notes for the SharePoint Framework v1.19 developer preview release.
44
ms.date: 03/27/2024
55
ms.localizationpriority: high
66
---
@@ -16,7 +16,7 @@ This release focuses on new features within the Viva Connections side and evolvi
1616

1717
## Install the preview latest version
1818

19-
Install the latest preview release of the SharePoint Framework (SPFx) by using the **@next** tag
19+
Install the latest preview release of the SharePoint Framework (SPFx) by using the **@next** tag.
2020

2121
```console
2222
npm install @microsoft/generator-sharepoint@next --global
@@ -68,16 +68,9 @@ The tooling was upgraded from Webpack 4 to Webpack 5.
6868
> [!NOTE]
6969
> If you have webpack configuration customizations in your project - reference the [official Webpack documentation](https://webpack.js.org/migrate/5/) for the migration details.
7070

71-
### Buildtime packages release is decoupled from the SPFx release
71+
### Build time packages release is decoupled from the SPFx release
7272

73-
Starting from this release, the buildtime packages are decoupled from the SPFx release. This means that the buildtime packages are released independently from the SPFx release. This change allows us to release new features and fixes to the buildtime packages without waiting for the next SPFx release.
74-
75-
### GA of Bot-driven Adaptive Card Extensions support in Teams app catalog
76-
77-
We are excited to announce the general availability of Bot-driven Adaptive Card Extensions in the Teams app catalog. This feature allows you to build and deploy Adaptive Card Extensions that are driven by a bot to the Teams app catalog.
78-
79-
> [!NOTE]
80-
> When developing a Teams app with Bot-driven Adaptive Card Extensions, you need to use `devPreview` schema version for the Teams app definition. The public version will be available soon with no changes to the format.
73+
Starting from this release, the build time packages are decoupled from the SPFx release. This means that the build time packages are released independently from the SPFx release. This change allows us to release new features and fixes to the build time packages without waiting for the next SPFx release.
8174

8275
### Optional footer for the Search Adaptive Card Extension
8376

@@ -108,7 +101,7 @@ You can now specify `imageAlt` property for the Property Pane's choice group opt
108101

109102
## Deprecations
110103

111-
- Node.js 16 is not supported with the SPFx 1.19
104+
- Node.js 16 isn't supported with the SPFx 1.19
112105

113106
## Fixed Issues
114107

0 commit comments

Comments
 (0)