cytoscape / cytosnap

A Node.js package that renders images of Cytoscape.js graphs on the server using Puppeteer
MIT License
58 stars 11 forks source link

Update for cytoscape@3.0.0 #16

Closed maxkfranz closed 7 years ago

d2fong commented 7 years ago

@maxkfranz what needs to be done to update cytosnap to use cy.js 3?

maxkfranz commented 7 years ago

I'm not sure if it's using any 2.x-only APIs. package.json needs to be updated and it needs to be tested.

maxkfranz commented 7 years ago

Released as 2.0

maxkfranz commented 7 years ago

No support for cytoscape@2, though. It would complicate testing etc., and all new projects should be using cytoscape@3 anyway.