Skip to content

Commit 3b6520d

Browse files
authored
Merge pull request #5376 from plotly/update-IE9-IE10-info
Update docs to mention the dropped support for old browsers IE9 and IE10
2 parents f024f68 + cb3ef81 commit 3b6520d

File tree

4 files changed

+3
-22
lines changed

4 files changed

+3
-22
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,9 @@ where X.Y.Z is the semver of most recent plotly.js release.
561561

562562
## [1.49.5] -- 2019-09-18
563563

564+
### Changed
565+
- Drop support for IE10 and IE9 as part of browserify upgrade [#4168]
566+
564567
### Fixed
565568
- Clear rejected promises from queue when calling `Plotly.react` [#4197]
566569
- Do not attempt to remove non-existing mapbox layout source and layers [#4197]

devtools/test_dashboard/index.html

-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
</div>
2020
<div id="snapshot"></div>
2121

22-
<!-- uncomment below for IE9/10 support -->
23-
<!-- <script>if(typeof window.Int16Array !== 'function')document.write("<scri"+"pt src='../../dist/extras/typedarray.min.js'></scr"+"ipt>");</script>
24-
<script>document.write("<scri"+"pt src='../../dist/extras/request_animation_frame.js'></scr"+"ipt>");</script> -->
25-
2622
<script src="../../dist/extras/mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
2723
<script id="source" src="../../build/plotly.js" charset="utf-8"></script>
2824
<script src="../../build/test_dashboard-bundle.js" charset="utf-8"></script>

dist/README.md

-9
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ or the un-minified version as:
1414
<script src="plotly.js" charset="utf-8"></script>
1515
```
1616

17-
### To support IE9
18-
19-
*Before* the plotly.js script tag, add:
20-
21-
```html
22-
<script>if(typeof window.Int16Array !== 'function')document.write("<scri"+"pt src='extras/typedarray.min.js'></scr"+"ipt>");</script>
23-
<script>document.write("<scri"+"pt src='extras/request_animation_frame.js'></scr"+"ipt>");</script>
24-
```
25-
2617
### To support MathJax
2718

2819
*Before* the plotly.js script tag, add:

tasks/stats.js

-9
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,6 @@ function getInfoContent() {
4646
'<script src="plotly.js" charset="utf-8"></script>',
4747
'```',
4848
'',
49-
'### To support IE9',
50-
'',
51-
'*Before* the plotly.js script tag, add:',
52-
'',
53-
'```html',
54-
'<script>if(typeof window.Int16Array !== \'function\')document.write("<scri"+"pt src=\'extras/typedarray.min.js\'></scr"+"ipt>");</script>',
55-
'<script>document.write("<scri"+"pt src=\'extras/request_animation_frame.js\'></scr"+"ipt>");</script>',
56-
'```',
57-
'',
5849
'### To support MathJax',
5950
'',
6051
'*Before* the plotly.js script tag, add:',

0 commit comments

Comments
 (0)