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.
14
14
### Fixed
15
15
- Legend scroll bars are no longer invalid SVG elements (bug introduced in 1.6.0) [ #304 ]
16
16
- Colorscale YlGnBu and YlOrRd are now properly identified [ #295 ]
17
- - SVG overflow property is now properly set for IE11 [ #305 ]
18
17
19
18
20
19
## [ 1.6.0] -- 2016-02-29
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ var rules = {
8
8
"X a" : "text-decoration:none;" ,
9
9
"X a:hover" : "text-decoration:none;" ,
10
10
"X .crisp" : "shape-rendering:crispEdges;" ,
11
+ "X svg" : "overflow:hidden;" ,
11
12
"X svg a" : "fill:#447adb;" ,
12
13
"X svg a:hover" : "fill:#3c6dc5;" ,
13
14
"X .main-svg" : "position:absolute;top:0;left:0;pointer-events:none;" ,
Original file line number Diff line number Diff line change 37
37
"start-test_dashboard" : " node devtools/test_dashboard/server.js" ,
38
38
"start-image_viewer" : " node devtools/image_viewer/server.js" ,
39
39
"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 " ,
41
41
"postversion" : " git push && git push --tags"
42
42
},
43
43
"dependencies" : {
You can’t perform that action at this time.
0 commit comments