Skip to content

Commit 7f5eb98

Browse files
author
Xing Han Lu
committed
Updated Changelog
1 parent ad00124 commit 7f5eb98

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## Added
10+
* Two new demos: `usage-grid-social-network.py` and `usage-concentric-social-network.py`
11+
* Add Issue and PR templates for Github (located in `.github`)
12+
13+
## Changed
14+
* `usage-*.py` - Modified all the import statements from `import dash_cytoscape` to `import dash_cytoscape as cyto`. Also optimized imports.
15+
* `usage-phylogeny.py` - Clear callback conditional statement
16+
* `CONTRIBUTING.md` - changed `dash-cytoscape-0.0.1` to `dash-cytoscape-x.x.x`. Added a **Code quality & design** section. Changed the **Making a contribution** section and updated title to **Publishing**. Updated **Pre-Release checklist**.
17+
* `npmignore` - Added `venv` to avoid venvs to be included in the npm distribution package, which makes us a large amount of space and many unnecessary files being distributed.
18+
19+
## Removed
20+
* `extract-meta.js`, `extract-meta` - they were moved to the dash component CLI, thus are not needed anymore
21+
* `config.py`, `runtime.txt`, `Procfile`, `index.html` - only needed for hosting `usage-*.py` on DDS, they are now moved to `plotly/dash-cytoscape-demos`.
22+
* `review_checklist.md` - redundant since all the information is already contained in CONTRIBUTING.md
23+
924
## [0.0.4] - 2018-01-19
1025

1126
### Added

0 commit comments

Comments
 (0)