Skip to content

Commit 7f459a0

Browse files
AlexJerabekRick-KirkhamElizabethSamuel-MSFT
authored
[all hosts] (Office 2016) Address Office 2016 and Office 2019 reaching end of support (#5463)
* Address Office 2016 and Office 2019 reaching end of support * Add redirects * Apply suggestions from code review Co-authored-by: Rick Kirkham <Rick-Kirkham@users.noreply.github.com> * PR feedback * Remove distinctions for the Chromium-based Edge * Fix links * Remove add-in commands build numbers * Apply suggestions from code review Co-authored-by: Elizabeth Samuel <elizs@microsoft.com> --------- Co-authored-by: Rick Kirkham <Rick-Kirkham@users.noreply.github.com> Co-authored-by: Elizabeth Samuel <elizs@microsoft.com>
1 parent 6945e48 commit 7f459a0

File tree

67 files changed

+151
-1046
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+151
-1046
lines changed

.markdownlint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"MD013": false,
23
"MD025": false,
34
"MD033": {
45
"allowed_elements": ["kbd"]

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,26 @@
13691369
{
13701370
"source_path": "docs/outlook/turn-exchange-tokens-on-off.md",
13711371
"redirect_url": "/office/dev/add-ins/develop/faq-legacy-exchange-tokens"
1372+
},
1373+
{
1374+
"source_path": "docs/develop/support-ie-11.md",
1375+
"redirect_url": "/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins"
1376+
},
1377+
{
1378+
"source_path": "docs/testing/debug-add-ins-using-devtools-edge-legacy.md",
1379+
"redirect_url": "/office/dev/add-ins/testing/debug-add-ins-overview"
1380+
},
1381+
{
1382+
"source_path": "docs/testing/debug-add-ins-using-f12-tools-ie.md",
1383+
"redirect_url": "/office/dev/add-ins/testing/debug-add-ins-overview"
1384+
},
1385+
{
1386+
"source_path": "docs/testing/ie-11-testing.md",
1387+
"redirect_url": "/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins"
1388+
},
1389+
{
1390+
"source_path": "docs/design/add-in-icons-fresh.md",
1391+
"redirect_url": "/office/dev/add-ins/design/add-in-icons"
13721392
}
13731393
]
13741394
}

docs/concepts/add-in-development-best-practices.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Best practices for developing Office Add-ins
33
description: Apply the best practices when developing Office Add-ins.
44
ms.topic: best-practice
5-
ms.date: 07/28/2025
5+
ms.date: 11/06/2025
66
ms.localizationpriority: medium
77
---
88

@@ -153,10 +153,6 @@ Ready to share your add-in with the world? Here's how to get started.
153153
> [!IMPORTANT]
154154
> [!INCLUDE [Microsoft Marketplace enterprise info](../includes/appsource-enterprise.md)]
155155
156-
## Support older Microsoft webviews and Office versions (recommended but not required)
157-
158-
See [Support older Microsoft webviews and Office versions](../develop/support-ie-11.md).
159-
160156
## See also
161157

162158
- [Office Add-ins platform overview](../overview/office-add-ins.md)

docs/concepts/browsers-used-by-office-web-add-ins.md

Lines changed: 11 additions & 114 deletions
Large diffs are not rendered by default.

docs/concepts/requirements-for-running-office-add-ins.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Requirements for running Office Add-ins
33
description: Learn about the client and server requirements that an end user needs to run Office Add-ins.
4-
ms.date: 08/13/2025
4+
ms.date: 11/06/2025
55
ms.localizationpriority: medium
66
---
77

@@ -47,13 +47,7 @@ The following software is required for developing an Office Add-in for the suppo
4747
If you have a valid Microsoft 365 subscription and you don't have access to the Office client, you can [download and install the latest version of Office](https://support.microsoft.com/office/4414eaaf-0478-48be-9c42-23adc4716658).
4848

4949
- Microsoft Edge must be installed, but doesn't have to be the default browser. To support Office Add-ins, the Office client that acts as host uses webview components that are part of Microsoft Edge.
50-
51-
> [!NOTE]
52-
>
53-
> - Strictly speaking, it's possible to develop add-ins on a machine that has Internet Explorer 11 (IE11) installed, but not Microsoft Edge. However, IE11 is used to run add-ins only on certain older combinations of Windows and Office versions. See [Browsers and webview controls used by Office Add-ins](browsers-used-by-office-web-add-ins.md) for more details. We don't recommend using such old environments as your primary add-in development environment. However, if you're likely to have customers of your add-in that are working in these older combinations, we recommend that you support the Trident webview that's provided by Internet Explorer. For more information, see [Support older Microsoft webviews and Office versions](../develop/support-ie-11.md).
54-
> - Internet Explorer's Enhanced Security Configuration (ESC) must be turned off for Office Web Add-ins to work. If you are using a Windows Server computer as your client when developing add-ins, note that ESC is turned on by default in Windows Server.
55-
56-
- One of the following as the default browser: Internet Explorer 11, or the latest version of Microsoft Edge, Chrome, Firefox, or Safari (Mac OS).
50+
- One of the following as the default browser: Microsoft Edge, Chrome, Firefox, or Safari (Mac OS).
5751
- An HTML and JavaScript editor such as [Visual Studio Code](https://code.visualstudio.com/), [Visual Studio and the Microsoft Developer Tools](https://www.visualstudio.com/features/office-tools-vs), or non-Microsoft web development tool.
5852

5953
## Client requirements: OS X desktop
@@ -68,7 +62,7 @@ The following are the minimum client versions of Office on Mac that support Offi
6862

6963
## Client requirements: Browser support for Office web clients and SharePoint
7064

71-
Any browser, except Internet Explorer, that supports ECMAScript 5.1, HTML5, and CSS3, such as Microsoft Edge, Chrome, Firefox, or Safari (Mac OS).
65+
Any browser that supports ECMAScript 5.1, HTML5, and CSS3, such as Microsoft Edge, Chrome, Firefox, or Safari (Mac OS).
7266

7367
## Client requirements: Non-Windows smartphone and tablet
7468

docs/design/add-in-commands.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ You can specify a custom contextual tab; that is, a tab that is only visible on
128128
Add-in commands are currently supported on the following platforms, except for limitations specified in the subsections of [Command capabilities](#command-capabilities) earlier.
129129

130130
- Office on the web
131-
- Office on Windows (Version 1604 (Build 6769.2000) or later, connected to a Microsoft 365 subscription)
132-
- Office on Mac (Version 15.33 (17040900) or later, connected to a Microsoft 365 subscription)
133-
- Perpetual Office 2019 or later on Windows or on Mac
131+
- Office on Windows connected to a Microsoft 365 subscription
132+
- Office on Mac connected to a Microsoft 365 subscription
133+
- Perpetual Office 2021 or later on Windows or on Mac
134134

135135
> [!NOTE]
136136
> For information about support in Outlook, see [Outlook support notes](../develop/create-addin-commands.md#outlook-support-notes).

docs/design/add-in-icons-fresh.md

Lines changed: 0 additions & 140 deletions
This file was deleted.

docs/design/add-in-icons-monoline.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,46 @@
11
---
22
title: Monoline style icon guidelines for Office Add-ins
33
description: Guidelines for using Monoline style icons in Office Add-ins.
4-
ms.date: 02/12/2025
4+
ms.date: 11/06/2025
55
ms.topic: best-practice
66
ms.localizationpriority: medium
77
---
88

99
# Monoline style icon guidelines for Office Add-ins
1010

11-
Monoline style iconography are used in Office apps. If you'd prefer that your icons match the Fresh style of perpetual Office 2016 and later, see [Fresh style icon guidelines for Office Add-ins](add-in-icons-fresh.md).
12-
13-
## Office Monoline visual style
14-
1511
The goal of the Monoline style to have consistent, clear, and accessible iconography to communicate action and features with simple visuals, ensure the icons are accessible to all users, and have a style that is consistent with those used elsewhere in Windows.
1612

1713
The following guidelines are for 3rd party developers who want to create icons for features that will be consistent with the icons already present Office products.
1814

19-
### Design principles
15+
## Design principles
2016

2117
- Simple, clean, clear.
2218
- Contain only necessary elements.
2319
- Inspired by Windows icon style.
2420
- Accessible to all users.
2521

26-
#### Convey meaning
22+
### Convey meaning
2723

2824
- Use descriptive elements such as a page to represent a document or an envelope to represent mail.
2925
- Use the same element to represent the same concept. For example, mail is always represented by an envelope, not a stamp.
3026
- Use a core metaphor during concept development.
3127

32-
#### Reduction of elements
28+
### Reduction of elements
3329

3430
- Reduce the icon to its core meaning, using only elements that are essential to the metaphor.
3531
- Limit the number of elements in an icon to two, regardless of icon size.
3632

37-
#### Consistency
33+
### Consistency
3834

3935
Sizes, arrangement, and color of icons should be consistent.
4036

41-
#### Styling
37+
### Styling
4238

43-
##### Perspective
39+
#### Perspective
4440

4541
Monoline icons are forward-facing by default. Certain elements that require perspective and/or rotation, such as a cube, are allowed, but exceptions should be kept to a minimum.
4642

47-
##### Embellishment
43+
#### Embellishment
4844

4945
Monoline is a clean minimal style. Everything uses flat color, which means there are no gradients, textures, or light sources.
5046

0 commit comments

Comments
 (0)