From 6d0e4c73c193f7c0b3b8eae87112de2c67858e36 Mon Sep 17 00:00:00 2001 From: archmoj Date: Tue, 5 Jan 2021 14:46:25 -0500 Subject: [PATCH 1/2] add info about IE9 and IE10 in changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af5d9d11fb0..b5305dd3118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -561,6 +561,9 @@ where X.Y.Z is the semver of most recent plotly.js release. ## [1.49.5] -- 2019-09-18 +### Changed +- Drop support for IE10 and IE9 as part of browserify upgrade [#4168] + ### Fixed - Clear rejected promises from queue when calling `Plotly.react` [#4197] - Do not attempt to remove non-existing mapbox layout source and layers [#4197] From cb3ef81a5b69ec43d4507fffbf57a878931203b6 Mon Sep 17 00:00:00 2001 From: archmoj Date: Wed, 6 Jan 2021 11:21:29 -0500 Subject: [PATCH 2/2] remove To support IE9 from docs --- devtools/test_dashboard/index.html | 4 ---- dist/README.md | 9 --------- tasks/stats.js | 9 --------- 3 files changed, 22 deletions(-) diff --git a/devtools/test_dashboard/index.html b/devtools/test_dashboard/index.html index 1d4682febe6..adbf9785223 100644 --- a/devtools/test_dashboard/index.html +++ b/devtools/test_dashboard/index.html @@ -19,10 +19,6 @@
- - - diff --git a/dist/README.md b/dist/README.md index 346c491c458..a1dc31bcffb 100644 --- a/dist/README.md +++ b/dist/README.md @@ -14,15 +14,6 @@ or the un-minified version as: ``` -### To support IE9 - -*Before* the plotly.js script tag, add: - -```html - - -``` - ### To support MathJax *Before* the plotly.js script tag, add: diff --git a/tasks/stats.js b/tasks/stats.js index 63ec0e50ab4..dbb535bebe0 100644 --- a/tasks/stats.js +++ b/tasks/stats.js @@ -46,15 +46,6 @@ function getInfoContent() { '', '```', '', - '### To support IE9', - '', - '*Before* the plotly.js script tag, add:', - '', - '```html', - '', - '', - '```', - '', '### To support MathJax', '', '*Before* the plotly.js script tag, add:',