Comparing version 0.2.2 to 0.2.3
@@ -0,1 +1,6 @@ | ||
v0.2.3 | ||
====== | ||
* Fix to allow fill to be set via CSS | ||
v0.2.2 | ||
@@ -2,0 +7,0 @@ ====== |
@@ -429,3 +429,3 @@ var layout = require('dagre').layout; | ||
.attr('height', bbox.height + 2 * marginY) | ||
.style('fill', '#fff'); | ||
.attr('fill', '#fff'); | ||
@@ -432,0 +432,0 @@ if (addingNode) { |
@@ -1,1 +0,1 @@ | ||
module.exports = '0.2.2'; | ||
module.exports = '0.2.3'; |
{ | ||
"name": "dagre-d3", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A D3-based renderer for Dagre", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31075