File tree 4 files changed +3
-22
lines changed
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.
561
561
562
562
## [ 1.49.5] -- 2019-09-18
563
563
564
+ ### Changed
565
+ - Drop support for IE10 and IE9 as part of browserify upgrade [ #4168 ]
566
+
564
567
### Fixed
565
568
- Clear rejected promises from queue when calling ` Plotly.react ` [ #4197 ]
566
569
- Do not attempt to remove non-existing mapbox layout source and layers [ #4197 ]
Original file line number Diff line number Diff line change 19
19
</ div >
20
20
< div id ="snapshot "> </ div >
21
21
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
-
26
22
< script src ="../../dist/extras/mathjax/MathJax.js?config=TeX-AMS-MML_SVG "> </ script >
27
23
< script id ="source " src ="../../build/plotly.js " charset ="utf-8 "> </ script >
28
24
< 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:
14
14
<script src =" plotly.js" charset =" utf-8" ></script >
15
15
```
16
16
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
-
26
17
### To support MathJax
27
18
28
19
* Before* the plotly.js script tag, add:
Original file line number Diff line number Diff line change @@ -46,15 +46,6 @@ function getInfoContent() {
46
46
'<script src="plotly.js" charset="utf-8"></script>' ,
47
47
'```' ,
48
48
'' ,
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
- '' ,
58
49
'### To support MathJax' ,
59
50
'' ,
60
51
'*Before* the plotly.js script tag, add:' ,
You can’t perform that action at this time.
0 commit comments