Releases: plotly/react-cytoscapejs
Releases · plotly/react-cytoscapejs
v2.0.0
- 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
tomicrobundle
(rollup
based) - Update dependencies and lint configurations
- With thanks to @akx for the contribution