cytoscape-elk
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "cytoscape-elk", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "The ELK layout algorithm adapter for Cytoscape.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/cytoscape-elk.js", |
@@ -86,9 +86,9 @@ cytoscape-elk | ||
- `box` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/?demo=box)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-box.html)) Pack the nodes like boxes. | ||
- `disco` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/?demo=disco)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-disco.html)) Pack the (disconnected) components. A secondary layout may be applied to each component via `options.elk.componentLayoutAlgorithm`. | ||
- `force` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/?demo=force)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-force.html)) Apply a basic force-directed layout. | ||
- `layered` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/?demo=layered)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-layered.html)) Apply a hierarchical layout, appropriate for DAGs and trees. | ||
- `mrtree` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/?demo=mrtree) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-mrtree.html)) Apply a traditional, hierarchical tree layout. | ||
- `random` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/?demo=random)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-random.html)) Apply random positions to the nodes. | ||
- `stress` : ([Demo](https://cytoscape.github.io/cytoscape-elk.js/?demo=stress)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-stress.html)) Apply a force-directed layout. | ||
- `box` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/?demo=box)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-box.html)) Pack the nodes like boxes. | ||
- `disco` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/?demo=disco)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-disco.html)) Pack the (disconnected) components. A secondary layout may be applied to each component via `options.elk.componentLayoutAlgorithm`. | ||
- `force` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/?demo=force)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-force.html)) Apply a basic force-directed layout. | ||
- `layered` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/?demo=layered)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-layered.html)) Apply a hierarchical layout, appropriate for DAGs and trees. | ||
- `mrtree` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/?demo=mrtree) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-mrtree.html)) Apply a traditional, hierarchical tree layout. | ||
- `random` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/?demo=random)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-random.html)) Apply random positions to the nodes. | ||
- `stress` : ([Demo](https://cytoscape.github.io/cytoscape.js-elk/?demo=stress)) ([Docs](https://www.eclipse.org/elk/reference/algorithms/org-eclipse-elk-stress.html)) Apply a force-directed layout. | ||
@@ -100,3 +100,3 @@ See the [ELK.js documentation](https://github.com/OpenKieler/elkjs) and the [ELK algorithm options documentation](https://www.eclipse.org/elk/reference/algorithms.html) for more information. | ||
* `npm run test` : Run Mocha tests in `./test` | ||
* `npm run build` : Build `./src/**` into `cytoscape-elk.js` | ||
* `npm run build` : Build `./src/**` into `cytoscape.js-elk` | ||
* `npm run watch` : Automatically build on changes with live reloading (N.b. you must already have an HTTP server running) | ||
@@ -103,0 +103,0 @@ * `npm run dev` : Automatically build on changes with live reloading with webpack dev server |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7