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
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,25 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [UNRELEASED]
8
8
9
+
### Removed
10
+
*[#202](https://github.com/plotly/dash-cytoscape/pull/202) Drop support for Python 3.7 and below. New minimum Python version is 3.8
11
+
9
12
### Added
10
-
*`prettier` and `black` lint/format scripts have been added.
11
-
* React 18 job has been added to circleCI workflow.
13
+
*[#203](https://github.com/plotly/dash-cytoscape/pull/203) Add `wheelSensitivity` prop to control the speed of scroll wheel interactions
14
+
*[#200](https://github.com/plotly/dash-cytoscape/pull/200) Add `CyLeaflet` all-in-one component for network graphs overlaid on Leaflet maps. Requires the `dash-leaflet` package, which can be installed as an extra with this package: `pip install dash-cytoscape[leaflet]`.
15
+
*[#196](https://github.com/plotly/dash-cytoscape/pull/196) and [#201](https://github.com/plotly/dash-cytoscape/pull/201) Add context menu support: `contextMenu` prop for configuration and `contextMenuData` prop for event handling
* Added ability to download image files generated with `generateImage` client-side without sending
49
+
* Added ability to download image files generated with `generateImage` client-side without sending
49
50
data to the server (PR [#88](https://github.com/plotly/dash-cytoscape/pull/88)).
50
51
* Used the newly added `generateImage` and `imageData` properties to enable svg generation using [cytoscape-svg](https://github.com/kinimesi/cytoscape-svg).
51
52
* Added responsive cytoscape.js graph feature toggled using the `responsive` property (PR [#93](https://github.com/plotly/dash-cytoscape/pull/92)).
@@ -65,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
65
66
* Upgrade `react-cytoscape.js` to latest.
66
67
67
68
### Fixed
68
-
*`setup.py`: Use `packages=find_packages(include=[package_name, package_name + ".*"])` so that all
69
+
*`setup.py`: Use `packages=find_packages(include=[package_name, package_name + ".*"])` so that all
69
70
subpackages like `utils` will be included when you `pip install dash-cytoscape`.
70
71
* Issue where `dash-cytoscape` cannot read property of 'length' of undefined when elements is not specified.
71
72
*`tests.test_interactions`.
@@ -156,7 +157,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156
157
into a Cytoscape graph, with interactive features such as highlighting.
0 commit comments