File tree Expand file tree Collapse file tree 4 files changed +3
-22
lines changed Expand file tree Collapse file tree 4 files changed +3
-22
lines changed Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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:' ,
You can’t perform that action at this time.
0 commit comments