-
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