Skip to content

Commit

Permalink
Merge pull request #5376 from plotly/update-IE9-IE10-info
Browse files Browse the repository at this point in the history
Update docs to mention the dropped support for old browsers IE9 and IE10
  • Loading branch information
archmoj authored Jan 6, 2021
2 parents f024f68 + cb3ef81 commit 3b6520d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 22 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 0 additions & 4 deletions devtools/test_dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
</div>
<div id="snapshot"></div>

<!-- uncomment below for IE9/10 support -->
<!-- <script>if(typeof window.Int16Array !== 'function')document.write("<scri"+"pt src='../../dist/extras/typedarray.min.js'></scr"+"ipt>");</script>
<script>document.write("<scri"+"pt src='../../dist/extras/request_animation_frame.js'></scr"+"ipt>");</script> -->

<script src="../../dist/extras/mathjax/MathJax.js?config=TeX-AMS-MML_SVG"></script>
<script id="source" src="../../build/plotly.js" charset="utf-8"></script>
<script src="../../build/test_dashboard-bundle.js" charset="utf-8"></script>
Expand Down
9 changes: 0 additions & 9 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ or the un-minified version as:
<script src="plotly.js" charset="utf-8"></script>
```

### To support IE9

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

```html
<script>if(typeof window.Int16Array !== 'function')document.write("<scri"+"pt src='extras/typedarray.min.js'></scr"+"ipt>");</script>
<script>document.write("<scri"+"pt src='extras/request_animation_frame.js'></scr"+"ipt>");</script>
```

### To support MathJax

*Before* the plotly.js script tag, add:
Expand Down
9 changes: 0 additions & 9 deletions tasks/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ function getInfoContent() {
'<script src="plotly.js" charset="utf-8"></script>',
'```',
'',
'### To support IE9',
'',
'*Before* the plotly.js script tag, add:',
'',
'```html',
'<script>if(typeof window.Int16Array !== \'function\')document.write("<scri"+"pt src=\'extras/typedarray.min.js\'></scr"+"ipt>");</script>',
'<script>document.write("<scri"+"pt src=\'extras/request_animation_frame.js\'></scr"+"ipt>");</script>',
'```',
'',
'### To support MathJax',
'',
'*Before* the plotly.js script tag, add:',
Expand Down

0 comments on commit 3b6520d

Please sign in to comment.