Skip to content

Commit 473ac4f

Browse files
author
Xing Han Lu
committed
Update CHANGELOG.md
1 parent 71405b5 commit 473ac4f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## Added
10+
* `tests.test_usage`: Tests for rendering usage files.
11+
* `tests.test_callbacks`: Tests for updating `Cytoscape` with callbacks.
12+
* `tests.test_interactions`: Tests for interacting with `Cytoscape`, and evaluating its event callbacks.
13+
* `tests.test_percy_snapshot`: Creates a Percy build using screenshots from other tests.
14+
15+
## Changed
16+
* `config.yml`: Added steps to run the new tests. Added coverage for Python 3.7. Included `demos` and all usage examples in `pylint` and `flake8`. Increased line limit to 100.
17+
* `demos/usage-*`: Formatted all demo apps in order to respect pylint and flake8.
18+
* `usage-*`: Formatted all demo apps in order to respect pylint and flake8.
19+
* `package.json`: Removed `"prepublish": "npm run validate-init"` due to conflict with CircleCI build. This script will be deprecated in favor of the upcoming Dash Component CLI.
20+
* `tests/IntegrationTests.py`: Moved the `percy_snapshot` method to `test_percy_snapshot` in order to avoid duplicate (failing) builds on Percy. Decrease the number of processes to 1.
21+
22+
## Removed
23+
* `tests.test_render`: Removed unused test
24+
925
## Added
1026
* Two new demos: `usage-grid-social-network.py` and `usage-concentric-social-network.py`
1127
* Add Issue and PR templates for Github (located in `.github`)

0 commit comments

Comments
 (0)