Skip to content

Commit

Permalink
v2.0.0 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Sep 2, 2022
1 parent 892ec70 commit 0acc8ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ The `cy` prop allows for getting a reference to the `cy` Cytoscape object, e.g.:

## Change log

- 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` to `microbundle` (`rollup` based)
- Update dependencies and lint configurations
- v1.2.1
- When patching, apply layout outside of batching.
- v1.2.0
Expand All @@ -331,4 +335,3 @@ The `cy` prop allows for getting a reference to the `cy` Cytoscape object, e.g.:
- Add npmignore
- v1.0.0
- Initial release

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cytoscapejs",
"version": "1.2.1",
"version": "2.0.0",
"description": "React-based network visualization component, using Cytoscape",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 0acc8ab

Please sign in to comment.