Skip to content

Commit 0acc8ab

Browse files
committed
v2.0.0 with changelog
1 parent 892ec70 commit 0acc8ab

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,10 @@ The `cy` prop allows for getting a reference to the `cy` Cytoscape object, e.g.:
317317

318318
## Change log
319319

320+
- v2.0.0
321+
- 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.
322+
- Change from `webpack` to `microbundle` (`rollup` based)
323+
- Update dependencies and lint configurations
320324
- v1.2.1
321325
- When patching, apply layout outside of batching.
322326
- v1.2.0
@@ -331,4 +335,3 @@ The `cy` prop allows for getting a reference to the `cy` Cytoscape object, e.g.:
331335
- Add npmignore
332336
- v1.0.0
333337
- Initial release
334-

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cytoscapejs",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "React-based network visualization component, using Cytoscape",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)