Skip to content

Releases: plotly/react-cytoscapejs

v2.0.0

02 Sep 21:52
Compare
Choose a tag to compare
  • BREAKING: Move cytoscape to peer dependencies for easier use in other packages. In particular, since you frequently need to explicitly call cytoscape functionality in your larger project, this helps ensure only one copy of it is loaded.
  • Change from webpack to microbundle (rollup based)
  • Update dependencies and lint configurations
  • With thanks to @akx for the contribution