diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b4f9acfc64..c6ac592b6cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,6 @@ where X.Y.Z is the semver of most recent plotly.js release. ### Fixed - Legend scroll bars are no longer invalid SVG elements (bug introduced in 1.6.0) [#304] - Colorscale YlGnBu and YlOrRd are now properly identified [#295] -- SVG overflow property is now properly set for IE11 [#305] ## [1.6.0] -- 2016-02-29 diff --git a/build/plotcss.js b/build/plotcss.js index b27c939a951..4b412c9eee6 100644 --- a/build/plotcss.js +++ b/build/plotcss.js @@ -8,6 +8,7 @@ var rules = { "X a": "text-decoration:none;", "X a:hover": "text-decoration:none;", "X .crisp": "shape-rendering:crispEdges;", + "X svg": "overflow:hidden;", "X svg a": "fill:#447adb;", "X svg a:hover": "fill:#3c6dc5;", "X .main-svg": "position:absolute;top:0;left:0;pointer-events:none;", diff --git a/package.json b/package.json index b4cdf2280e0..1c9ded13189 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "start-test_dashboard": "node devtools/test_dashboard/server.js", "start-image_viewer": "node devtools/image_viewer/server.js", "baseline": "./tasks/baseline.sh", - "version": "npm run build && git add -A dist src", + "version": "npm run build && git add -A dist src build", "postversion": "git push && git push --tags" }, "dependencies": {