Giter VIP home page Giter VIP logo

Comments (4)

ugurdogrusoz avatar ugurdogrusoz commented on August 15, 2024 1

@ohemsted-thales Thanks for pointing out this backward compatibility issue. We didn't actually make any changes in the API; that's why we went with a minor version increment. We'll make sure to document this more.

from cytoscape.js-cose-bilkent.

hasanbalci avatar hasanbalci commented on August 15, 2024

@ohemsted-thales We refactored the code and moved an important part of it to two different repositories (cose-base and layout-base) which are dependencies of the extension now. That's why the file size reduced. 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>

from cytoscape.js-cose-bilkent.

ohemsted-thales avatar ohemsted-thales commented on August 15, 2024

Should this not have been mentioned in the release notes? According to the https://semver.org/ it should add functionality in a backwards compatible way.

Given a version number MAJOR.MINOR.PATCH, increment the:
MAJOR version when you make incompatible API changes,
MINOR version when you add functionality in a backwards compatible manner, and
PATCH version when you make backwards compatible bug fixes.

Thanks for your help, the steps listed above did resolve the issue we were facing.

from cytoscape.js-cose-bilkent.

ohemsted-thales avatar ohemsted-thales commented on August 15, 2024

Thanks again for the quick responses 👍

from cytoscape.js-cose-bilkent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.