Skip to content

Commit a4c67dc

Browse files
committed
SPFx 1.19 GA release notes updates
1 parent b781bf8 commit a4c67dc

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

docs/spfx/release-1.19.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
---
2-
title: SharePoint Framework v1.19 release candidate release notes
3-
description: Release notes for the SharePoint Framework v1.19 release candidate release.
4-
ms.date: 04/25/2024
2+
title: SharePoint Framework v1.19 release notes
3+
description: Release notes for the SharePoint Framework v1.19 release.
4+
ms.date: 04/30/2024
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework v1.19 release candidate release notes
88

99
This release focuses on new features within the Viva Connections side and evolving existing capabilities within the other areas on building Microsoft 365 solutions with SharePoint Framework (SPFx).
1010

11-
[!INCLUDE [spfx-release-beta](../../includes/snippets/spfx-release-beta.md)]
12-
13-
- RC **Released**: April 25, 2024
14-
- beta.0 **Released**: March 27, 2024
11+
**Released:** April 30, 2024
1512

1613
[!INCLUDE [spfx-release-notes-common](../../includes/snippets/spfx-release-notes-common.md)]
1714

18-
## Install the preview latest version
15+
## Install the latest version
1916

20-
Install the latest preview release of the SPFx by using the **@next** tag.
17+
Install the latest official release of the SharePoint Framework (SPFx) by using the **@latest** tag
2118

2219
```console
23-
npm install @microsoft/generator-sharepoint@next --global
20+
npm install @microsoft/generator-sharepoint@latest --global
2421
```
2522

2623
## Upgrading projects from the SPFx v1.18 to v1.19
@@ -36,7 +33,7 @@ In the project's **package.json** file, identify all SPFx v1.18.x packages. For
3633
1. Install the new v1.19 package:
3734

3835
```console
39-
npm install @microsoft/{spfx-package-name}@next --save --save-exact
36+
npm install @microsoft/{spfx-package-name}@latest --save --save-exact
4037
```
4138

4239
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]
@@ -47,9 +44,9 @@ In the project's **package.json** file, identify all SPFx v1.18.x packages. For
4744

4845
We introduce a new data visualization card view for Adaptive Card Extensions that is intended to be used for charting scenarios. Use new Data Visualization Card Template in the generator to get started.
4946

50-
![Preview of chart chard](../images/119-release-notes/chart-card-viva-connections.png)
47+
![Sample chart card layouts](../images/119-release-notes/chart-card-viva-connections.png)
5148

52-
Related updated documentation for the SPFx v1.19 release candidate:
49+
Related updated documentation for the SPFx v1.19 release:
5350

5451
- **[Create a Data Visualization Adaptive Card Extension](spfx/viva/get-started/build-data-visualization-adaptive-card-extension.md)** (tutorial): Step-by-step guide on creating Data Visualization Adaptive Card Extension.
5552
- **[Introducing new Viva Connections chart card layout option](https://www.youtube.com/watch?v=JOIb4KhiWAI)** (video) - This video focuses on the creation of ACE data visualization cards with SPFx and also showcases the future plans within this area. Example charts are also demonstrated in the context of example Viva Connections experience.
@@ -107,8 +104,14 @@ You can now specify `imageAlt` property for the Property Pane's choice group opt
107104

108105
No new updates.
109106

107+
## Related guidance
108+
109+
We are also providing guidance on how to handle the font settings applied within the SharePoint Brand Center in the custom SPFx solutions. Please see following video as the demonstration on how you can use CSS custom properties within your solution to ensure that the custom solution is following the site level font settings.
110+
111+
- **[Using SharePoint Brand center font settings in custom SPFx solutions](https://www.youtube.com/watch?v=IP19PeHb0Zg)** (video) - This video focuses on making custom SPFx solution aware of the font settings applied from the [SharePoint Brand Center](https://learn.microsoft.com/en-us/sharepoint/brand-center-overview).
112+
110113
## Feedback and issues
111114

112115
We're interested on your feedback around the release. Do let us know any findings or other feedback using the [SPFx issue list](https://github.com/SharePoint/sp-dev-docs/issues).
113116

114-
Happy coding! Sharing is caring! 🧡
117+
Happy coding! Sharing is caring! 🧡

0 commit comments

Comments
 (0)