Skip to content

Releases: cytoscape/cytoscape.js-cose-bilkent

4.1.0

09 Sep 10:42
Compare
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
Compare
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
Compare
Choose a tag to compare
tagging v3.0.4

3.0.3

29 Nov 18:48
Compare
Choose a tag to compare
tagging v3.0.3

3.0.2

16 Nov 11:59
Compare
Choose a tag to compare
tagging v3.0.2

3.0.1

09 Nov 07:00
Compare
Choose a tag to compare
tagging v3.0.1

3.0.0

31 Oct 10:22
Compare
Choose a tag to compare
  • several fold speedup in running time on the average
  • miscellaneous bug fixes

2.1.0

25 Aug 15:38
Compare
Choose a tag to compare
tagging v2.1.0

2.0.2

08 Aug 08:03
Compare
Choose a tag to compare
tagging v2.0.2

2.0.1

03 Aug 08:40
Compare
Choose a tag to compare
tagging v2.0.1