iVis-at-Bilkent / cytoscape.js-node-editing

A Cytoscape.js extension to provide grapples to resize nodes
MIT License
26 stars 14 forks source link

Remove jquery dependency #45

Open marfyl opened 2 years ago

marfyl commented 2 years ago

I want to know if you have planned to remove jquery dependency.

I have been working with this library for years and I made the necessary changes to eliminate the dependency, there are not many since jquery is only used to do an extend, find and create dom elements and apply styles.

Are you already working to remove the dependency? I have been using the library without jquery for a long time and I would like to thank you in some way for your work with this improvement so If you want I can make a pull request.

hasanbalci commented 2 years ago

Hi @marfyl, you can make a pull request to the unstable branch, thanks!

marfyl commented 2 years ago

Should I create my branch with the changes based on "unstable" or "master" branch?

hasanbalci commented 2 years ago

Unstable branch

marfyl commented 2 years ago

PR: https://github.com/iVis-at-Bilkent/cytoscape.js-node-editing/pull/47