Skip to content

Releases: cytoscape/cytoscape.js-cose-bilkent

4.1.0

09 Sep 10:42

Choose a tag to compare

  • 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

08 Dec 17:58

Choose a tag to compare

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

29 Nov 10:25

Choose a tag to compare

tagging v3.0.4

3.0.3

29 Nov 18:48

Choose a tag to compare

tagging v3.0.3

3.0.2

16 Nov 11:59

Choose a tag to compare

tagging v3.0.2

3.0.1

09 Nov 07:00

Choose a tag to compare

tagging v3.0.1

3.0.0

31 Oct 10:22

Choose a tag to compare

  • several fold speedup in running time on the average
  • miscellaneous bug fixes

2.1.0

25 Aug 15:38

Choose a tag to compare

tagging v2.1.0

2.0.4

14 Aug 16:00

Choose a tag to compare

tagging v2.0.4

2.0.2

08 Aug 08:03

Choose a tag to compare

tagging v2.0.2