diff --git a/aio/content/guide/browser-support.md b/aio/content/guide/browser-support.md index b4e315b97b..a26ce9bab4 100644 --- a/aio/content/guide/browser-support.md +++ b/aio/content/guide/browser-support.md @@ -53,18 +53,7 @@ Angular supports most recent browsers. This includes the following specific vers IE -
11, 10*, 9* ("compatibility view" mode not supported)
-
*deprecated in v10, see the {@link guide/deprecations#ie-9-10-and-mobile deprecations guide}.
- - - - - - IE Mobile* - - - 11 -
*deprecated in v10, see the {@link guide/deprecations#ie-9-10-and-mobile deprecations guide}.
+
11
@@ -185,7 +174,7 @@ These are the polyfills required to run an Angular application on each supported Chrome, Firefox, Edge,
- Safari, Android, IE 10+ + Safari, Android, IE 11 @@ -196,20 +185,6 @@ These are the polyfills required to run an Angular application on each supported - - - - IE 9 - - - - - ES2015
[classList](guide/browser-support#classlist) - - - - - @@ -272,30 +247,7 @@ Some features of Angular may require additional polyfills. - IE 10, IE 11 - - - - - - - - - [Http](guide/http) when sending and receiving binary data - - - - - [Typed Array](guide/browser-support#typedarray)
- - [Blob](guide/browser-support#blob)
- - [FormData](guide/browser-support#formdata) - - - - - IE 9 + IE 11 @@ -437,60 +389,6 @@ The following polyfills are used to test the framework itself. They are a good s - - - - - Typed Array - - - - - MIT - - - - 4KB - - - - - - - - - Blob - - - - - MIT - - - - 1.3KB - - - - - - - - - FormData - - - - - MIT - - - - 0.4KB - - - - diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index 641b17ae96..7e44f6ddf3 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -60,7 +60,6 @@ v9 - v12 | `@angular/core/testing` | [`async`](#testing) | v12 | | `@angular/router` | [`ActivatedRoute` params and `queryParams` properties](#activatedroute-props) | unspecified | | template syntax | [`/deep/`, `>>>`, and `::ng-deep`](#deep-component-style-selector) | unspecified | -| browser support | [`IE 9 and 10, IE mobile`](#ie-9-10-and-mobile) | v11 | For information about Angular CDK and Angular Material deprecations, see the [changelog](https://github.com/angular/components/blob/master/CHANGELOG.md). @@ -462,20 +461,6 @@ export class MyModule { } ``` - -{@a ie-9-10-and-mobile} -### IE 9, 10, and IE mobile support - -Support for IE 9 and 10 has been deprecated, as well as support for IE Mobile. These will be dropped in a future version. -Supporting outdated browsers like these increases bundle size, code complexity, and test load, and also requires time and effort that could be spent on improvements to the framework. -For example, fixing issues can be more difficult, as a straightforward fix for modern browsers could break old ones that have quirks due to not receiving updates from vendors. - -The final decision was made on three key points: -* __Vendor support__: Microsoft dropped support of IE 9 and 10 on 1/12/16, meaning they no longer provide security updates or technical support. Additionally, Microsoft dropped support for Windows 10 Mobile in December 2019. -* __Usage statistics__: We looked at usage trends for IE 9 and 10 (as well as IE Mobile) from various sources and all indicated that usage percentages were extremely small (fractions of 1%). -* __Feedback from partners__: We also reached out to some of our Angular customers and none expressed concern about dropping IE 9, 10, nor IE Mobile support. - - {@a wrapped-value} ### `WrappedValue` diff --git a/aio/content/guide/updating-to-version-10.md b/aio/content/guide/updating-to-version-10.md index b7e56c6c4e..b8e62cd679 100644 --- a/aio/content/guide/updating-to-version-10.md +++ b/aio/content/guide/updating-to-version-10.md @@ -37,10 +37,10 @@ If you're curious about the specific migrations being run by the CLI, see the [a {@a deprecations} ### New Deprecations -| Area | API or Feature | May be removed in | -| ----------------------------- | --------------------------------------------------------------------------- | ----------------- | -| `@angular/core` | [`WrappedValue`](guide/deprecations#wrapped-value) | v12 | -| browser support | [`IE 9, 10, and IE Mobile`](guide/deprecations#ie-9-10-and-ie-mobile-support) | v11 | +| Area | API or Feature | May be removed in | +| ----------------------------- | -------------------------------------------------- | ----------------- | +| `@angular/core` | [`WrappedValue`](guide/deprecations#wrapped-value) | v12 | +| browser support | IE 9, 10, and IE Mobile | v11 | {@a removals}