Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,7 @@ | ||
v0.1.1 | ||
====== | ||
* drawEdgePaths now gets the input graph as its first argument, not the layout | ||
graph. This makes it consistent with drawNodes and drawEdgeLabels. | ||
v0.1.0 | ||
@@ -2,0 +8,0 @@ ====== |
@@ -126,3 +126,3 @@ var layout = require('dagre').layout; | ||
var svgEdgePaths = this._drawEdgePaths(result, svg.select('g.edgePaths')); | ||
var svgEdgePaths = this._drawEdgePaths(graph, svg.select('g.edgePaths')); | ||
@@ -129,0 +129,0 @@ // Apply the layout information to the graph |
@@ -1,1 +0,1 @@ | ||
module.exports = '0.1.0'; | ||
module.exports = '0.1.1'; |
{ | ||
"name": "dagre-d3", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"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
27028