File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ where X.Y.Z is the semver of most recent plotly.js release.
1414### Fixed
1515- Legend scroll bars are no longer invalid SVG elements (bug introduced in 1.6.0) [ #304 ]
1616- Colorscale YlGnBu and YlOrRd are now properly identified [ #295 ]
17- - SVG overflow property is now properly set for IE11 [ #305 ]
1817
1918
2019## [ 1.6.0] -- 2016-02-29
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ var rules = {
88 "X a" : "text-decoration:none;" ,
99 "X a:hover" : "text-decoration:none;" ,
1010 "X .crisp" : "shape-rendering:crispEdges;" ,
11+ "X svg" : "overflow:hidden;" ,
1112 "X svg a" : "fill:#447adb;" ,
1213 "X svg a:hover" : "fill:#3c6dc5;" ,
1314 "X .main-svg" : "position:absolute;top:0;left:0;pointer-events:none;" ,
Original file line number Diff line number Diff line change 3737 "start-test_dashboard" : " node devtools/test_dashboard/server.js" ,
3838 "start-image_viewer" : " node devtools/image_viewer/server.js" ,
3939 "baseline" : " ./tasks/baseline.sh" ,
40- "version" : " npm run build && git add -A dist src" ,
40+ "version" : " npm run build && git add -A dist src build " ,
4141 "postversion" : " git push && git push --tags"
4242 },
4343 "dependencies" : {
You can’t perform that action at this time.
0 commit comments