From db227084be11c5f2902bd7475d3d182f83c6ab07 Mon Sep 17 00:00:00 2001 From: Steve Faulkner Date: Fri, 7 May 2021 10:04:47 -0500 Subject: [PATCH] Remove IE11 from Coding Guidelines --- CODING_GUIDELINES.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CODING_GUIDELINES.md b/CODING_GUIDELINES.md index bad2583ab..1014cae8e 100644 --- a/CODING_GUIDELINES.md +++ b/CODING_GUIDELINES.md @@ -188,7 +188,3 @@ Cosmos Explorer has been under constant development for over 5 years. As a resul ✅ DO - Support all [browsers supported by the Azure Portal](https://docs.microsoft.com/en-us/azure/azure-portal/azure-portal-supported-browsers-devices) -- Support IE11 - - In practice, this should not need to be considered as part of a normal development workflow - - Polyfills and transpilation are already provided by our engineering systems. - - This requirement will be removed on March 30th, 2021 when Azure drops IE11 support.