diff --git a/CHANGELOG.md b/CHANGELOG.md index 988efea9..0d77de01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3] - 2018-12-29 +### Added +* Detailed usage example for rendering Biopython's Phylo object (phylogeny trees) +into a Cytoscape graph, with interactive features such as highlighting. + +### Updated +* Cytoscape.js version, from 1.0.1 to 1.1.0 + ## [0.0.2] - 2018-11-08 ### Added * Author email and improve description diff --git a/dash_cytoscape/package.json b/dash_cytoscape/package.json index d946192d..eabbeee5 100644 --- a/dash_cytoscape/package.json +++ b/dash_cytoscape/package.json @@ -1,6 +1,6 @@ { "name": "dash-cytoscape", - "version": "0.0.2", + "version": "0.0.3", "description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js", "main": "build/index.js", "scripts": { @@ -18,7 +18,7 @@ "lodash": "^4.17.11", "ramda": "^0.25.0", "react": "15.4.2", - "react-cytoscapejs": "1.0.1", + "react-cytoscapejs": "1.1.0", "react-dom": "15.4.2" }, "devDependencies": { diff --git a/package.json b/package.json index 17bec9c4..eabbeee5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-cytoscape", - "version": "0.0.2", + "version": "0.0.3", "description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js", "main": "build/index.js", "scripts": {