Skip to content

Commit 15ea6c3

Browse files
authored
Merge pull request #18 from plotly/v.0.0.3
Release v0.0.3
2 parents f8b60dd + 44e6335 commit 15ea6c3

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.0.3] - 2018-12-29
10+
### Added
11+
* Detailed usage example for rendering Biopython's Phylo object (phylogeny trees)
12+
into a Cytoscape graph, with interactive features such as highlighting.
13+
14+
### Updated
15+
* Cytoscape.js version, from 1.0.1 to 1.1.0
16+
917
## [0.0.2] - 2018-11-08
1018
### Added
1119
* Author email and improve description

dash_cytoscape/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-cytoscape",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js",
55
"main": "build/index.js",
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"lodash": "^4.17.11",
1919
"ramda": "^0.25.0",
2020
"react": "15.4.2",
21-
"react-cytoscapejs": "1.0.1",
21+
"react-cytoscapejs": "1.1.0",
2222
"react-dom": "15.4.2"
2323
},
2424
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-cytoscape",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js",
55
"main": "build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)