-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from plotly/dev
[v0.0.2] Update docs, fix imports, fix unpkg links, move data files
- Loading branch information
Showing
14 changed files
with
127 additions
and
50,365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# 0.0.1 - 2018-11-03 | ||
First pre-release version of dash-cytoscape. Still WIP, so prepare to see it break 🔧 | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.1] - 2018-11-03 | ||
### Added | ||
- First pre-release version of dash-cytoscape. Still WIP, so prepare to see it break 🔧 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "dash-cytoscape", | ||
"version": "0.0.1", | ||
"description": "dash-cytoscape", | ||
"description": "A Component Library for Dash aimed at facilitating network visualization in Python, wrapped around Cytoscape.js", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"start": "webpack-serve ./webpack.serve.config.js --open", | ||
|
@@ -12,12 +12,13 @@ | |
"build:all-dev": "npm run build:js-dev & npm run build:py" | ||
}, | ||
"author": "The Plotly Team", | ||
"author-email": "[email protected]", | ||
"license": "MIT", | ||
"dependencies": { | ||
"lodash": "^4.17.11", | ||
"ramda": "^0.25.0", | ||
"react": "15.4.2", | ||
"react-cytoscapejs": "1.0.0", | ||
"react-cytoscapejs": "1.0.1", | ||
"react-dom": "15.4.2" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.