You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
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
+
9
25
## Added
10
26
* Two new demos: `usage-grid-social-network.py` and `usage-concentric-social-network.py`
11
27
* Add Issue and PR templates for Github (located in `.github`)
0 commit comments