File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed
Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.0.2] - 2018-11-08
10+ ### Added
11+ * Author email and improve description
12+ * Data section of demos readme
13+ * Added the components "dash", "dash-html-components", and "dash-renderer" as explicit package requirements.
14+
15+ ### Changed
16+ * Move grid layout data file
17+ * Change App.js react demo data to be local
18+ * Installation steps in readme to use yarn
19+
20+
21+ ### Updated
22+ * Cytoscape.js version, correct component import
23+
24+ ### Fixed
25+ * Correct unpkg link error
26+ * Markdown formatting for CONTRIBUTING.md
27+
28+
929## [ 0.0.1] - 2018-11-03
1030### Added
1131- First pre-release version of dash-cytoscape. Still WIP, so prepare to see it break 🔧
Original file line number Diff line number Diff line change 11{
22 "name" : " dash-cytoscape" ,
3- "version" : " 0.0.1 " ,
4- "description" : " dash-cytoscape " ,
3+ "version" : " 0.0.2 " ,
4+ "description" : " A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js " ,
55 "main" : " build/index.js" ,
66 "scripts" : {
77 "start" : " webpack-serve ./webpack.serve.config.js --open" ,
1212 "build:all-dev" : " npm run build:js-dev & npm run build:py"
1313 },
1414 "author" : " The Plotly Team" ,
15+ "author-email" : " xinghan@plot.ly" ,
1516 "license" : " MIT" ,
1617 "dependencies" : {
1718 "lodash" : " ^4.17.11" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " dash-cytoscape" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
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" : {
You can’t perform that action at this time.
0 commit comments