0.8.10 • Published 2 years ago

dagre-layout-patch v0.8.10

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Important!

This is a patch version of dagre that prevents the reorder of the tree after a node change. See L36 of dagre/lib/order/index.js below.

L34: var  layering = initOrder(g);
L35: assignOrder(g, layering);
L36: return; // <----- added here
L37: var  bestCC = Number.POSITIVE_INFINITY,
L38:  best;

For original version of dagre package, see Github links provided.

0.8.10

2 years ago

0.8.9

2 years ago

0.8.8

2 years ago

0.8.7

2 years ago