Releases: cytoscape/cytoscape.js-cose-bilkent
Releases · cytoscape/cytoscape.js-cose-bilkent
4.1.0
-
Refactoring the code: An important part of the code is moved to two different repositories (cose-base and layout-base). Extension is dependent now to cose-base which is dependent to layout-base. If your are using
npm install cytoscape-cose-bilkent
then these dependencies should be installed automatically and you should be able to build or run the extension. If you're using it in plain HTML/JS like in the extension demo, then you need to include these dependencies manually:<script src="https://unpkg.com/layout-base/layout-base.js"></script> <script src="https://unpkg.com/cose-base/cose-base.js"></script> <script src="cytoscape-cose-bilkent.js"></script>
-
Bug fixes
4.0.0
This release
- supports only Cytoscape.js ^3.2.0, older versions are not supported anymore
- removes third-party linkedlist dependency
- replaces gulp with webpack
- has small changes on demo files.
3.0.4
tagging v3.0.4
3.0.3
3.0.2
tagging v3.0.2
3.0.1
tagging v3.0.1
3.0.0
- several fold speedup in running time on the average
- miscellaneous bug fixes
2.1.0
tagging v2.1.0
2.0.2
tagging v2.0.2
2.0.1
tagging v2.0.1