Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@alexcjohnson alexcjohnson released this 27 Jan 01:31
· 26 commits to main since this release

Removed

  • #202 Drop support for Python 3.7 and below. New minimum Python version is 3.8

Added

  • #203 Add wheelSensitivity prop to control the speed of scroll wheel interactions
  • #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].
  • #196 and #201 Add context menu support: contextMenu prop for configuration and contextMenuData prop for event handling
  • #195
    • Add clearOnUnhover property.
    • Add timestamp to tapNodeData, tapEdgeData, mouseoverNodeData, and mouseoverEdgeData properties.
  • #147 Add fcose layout

Changed

  • #195 Update elements positions when nodes are dragged.
  • #193 and #202 Upgrade JS dependencies

Fixed

  • #147 Fix cose-bilkent layout