Skip to content

Commit edcd071

Browse files
committed
SPFx 1.18.2 GA to TOC
1 parent d0dff17 commit edcd071

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
lines changed
225 KB
Loading
Loading

docs/spfx/office/overview.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
---
22
title: Extend Outlook and Office with the SharePoint Framework
33
description: Learn how you can use the SharePoint Framework to create apps for Microsoft 365, including Microsoft Teams, Outlook, and Office clients
4-
ms.date: 11/07/2023
4+
ms.date: 11/21/2023
55
ms.localizationpriority: high
66
---
77
# Extend Outlook and Office with the SharePoint Framework
88

99
The SharePoint Framework (SPFx) v1.16 release added support for the [Microsoft Teams JavaScript client SDK v2](/javascript/api/overview/msteams-client). The Microsoft Teams JavaScript client SDK v2 introduced the ability to enable [Teams apps to run in Outlook at Office, in addition to Microsoft Teams](/microsoftteams/platform/m365-apps/overview).
1010

11-
With this improvement in SPFx v1.16, developers can now use the SPFx to create apps for Outlook and Office using the [existing support for creating apps for Microsoft Teams](/sharepoint/dev/spfx/build-for-teams-overview).
12-
13-
> [!IMPORTANT]
14-
> Essential information required for user success
15-
>
16-
> To test using Microsoft Teams apps in Outlook and Office, including those created with the SPFx, you must configure your Microsoft 365 tenant's release preferences for *targetted release*. For more information on changing your organizations release preferences, see [Set up the Standard or Targeted release options](/microsoft-365/admin/manage/release-options-in-office-365).
17-
>
18-
> It takes 5 business days for your tenant's release preferences to take effect. In other words, change your tenant from the **standard release** track to the **target release** track on the 5th of the month, you won't be able to test your Microsoft Teams apps created with the SPFx in Outlook or Office until the 11th of the month.
11+
With this improvement in SPFx v1.16 forward, developers can now use the SPFx to create apps for Outlook and Office using the [existing support for creating apps for Microsoft Teams](/sharepoint/dev/spfx/build-for-teams-overview).
1912

2013
## Create Microsoft Teams apps for Outlook and Office
2114

docs/spfx/sharepoint-framework-overview.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview of the SharePoint Framework (SPFx)
33
description: SPFx is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data, and extending Microsoft Teams.
4-
ms.date: 03/01/2023
4+
ms.date: 11/21/2023
55
ms.localizationpriority: high
66
---
77

@@ -11,7 +11,15 @@ The SharePoint Framework (SPFx) is a page and web part model that provides full
1111

1212
The SPFx is the recommended SharePoint customization and extensibility model for developers. Due to tight integration between SharePoint Online, Microsoft Teams, and Microsoft Viva Connections, developers can also use SPFx to customize and extend all of these products. In fact, the SPFx is the only extensibility and customization option for Viva Connections.
1313

14-
In addition to SharePoint Online, the SPFx is supported and can be used to customize SharePoint on-premises deployments going back to SharePoint Server 2016.
14+
Write once and surface exactly the same code across [multiple applications](./office/overview.md). Below picture shows example case with a [reference solution](https://github.com/pnp/spfx-reference-scenarios/tree/main/samples/contoso-retail-demo/) available from GitHub.
15+
16+
![Text Input in body](../images/overview/spfx-across-apps.png)
17+
18+
Use SPFx to extend [Microsoft Viva Connections](./viva/overview-viva-connections.md) by building custom Adaptive Card Extensions.
19+
20+
![Text Input in body](../images/overview/viva-spfx-extensibility.png)
21+
22+
In addition to Microsoft 365, the SPFx is supported and can be used to customize SharePoint on-premises deployments going back to SharePoint Server 2016.
1523

1624
To learn more about where developers can use SPFx, see [Supported extensibility platforms](supported-extensibility-platforms-overview.md).
1725

@@ -29,6 +37,8 @@ The following are some of the key features included as part of the SPFx:
2937
- End users can use SPFx client-side solutions that are approved by the tenant administrators (or their delegates) on all sites, including self-service team, group, or personal sites.
3038
- SPFx web parts can be added to both classic and modern pages.
3139
- SPFx solutions can be used to extend Microsoft Teams.
40+
- SPFx can be used to extend Microsoft Viva Connections.
41+
- SPFx can be use to extend Outlook and Office 365 app (Office)
3242

3343
The runtime model improves on the Script Editor web part. It includes a robust client API, an HttpClient object that handles authentication to SharePoint and Microsoft 365, contextual information, easy property definition and configuration, and more.
3444

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,8 @@
466466
items:
467467
- name: Overview
468468
href: spfx/roadmap.md
469+
- name: SPFx v1.18.2 - November 21, 2023
470+
href: spfx/release-1.18.2.md
469471
- name: SPFx v1.18.1 - November 7, 2023
470472
href: spfx/release-1.18.1.md
471473
- name: SPFx v1.18 - September 12, 2023

0 commit comments

Comments
 (0)