Skip to content

Latest commit

 

History

History
88 lines (54 loc) · 5.72 KB

CHANGELOG.md

File metadata and controls

88 lines (54 loc) · 5.72 KB

v2.2.1 (2020-02-19)

Bug fixes

  • Demo is broken because of API missmatch between Pharo 61 and 7 (f1572e4)

v2.2.0 (2020-02-18)

New features

  • Explain new box selection feature of Cytoscape in the legend (34b0fed)

Bug fixes

It happend a lot that some mouse out events were missing and interactions where not reverted in that case. Now we try to invalidate those interactions when entering a new graphical element:

  • Improve stability of tooltip on mouse over (fc55898)
  • Better management of mouse out for most interactions (5e5ac7a)
  • Fix bug causing the first rendering of labels to not have the right style (11aa649)

Cleanings

  • Improve management of first animation (979eb4f)

Infrastructure

  • Update Cytoscape from v3.2.6 to v3.14.0 (11aa649)
  • Update Cytoscape-Qtip to v2.8.0 (5e5ac7a)
  • Update CI to not allow failure for Pharo 8 + add Pharo 9 as allowed failure

v2.1.1 (2019-11-01)

Infrastructure

  • Tests migrated from BabyMock 1 and 2 to Mocketry (e36fb90)
  • Refactore websocket usage to be able to share the web socket (a5eb594)

v2.1.0 (2019-06-28)

New features

  • Add menu entry to open demo (c322560)
  • Add menu entries to manage devdeployment modes (1334494)
  • Add nodesShapesAvailableForConnector for future Telescope feature (448f107)

Bug fixes

  • forCytoscape should be in Cytoscape (4c0514a)
  • Pharo 7 and 8 builds are failing (c4daf76)

Cleaning

  • Classify methods (abe3b60)
  • Removed node position storage (5548c1f)
  • TLCytoscapeConnector as undefined subclass responsibility (b208094)
  • TLVirtualNode contains dead code (87a458d)
  • Test class should not end with s (124f063)
  • Remove dead branch of if in TLVirtualNode (b2a71ea)

Infrastructure

  • Add Pharo 8 to travis (207dbfc)
  • Add gitattribute file to ensure st files are Smalltalk (fd78e3c)
  • Depend on master branch of NeoJSON (4cb1a8c)
  • Remove appveyor from CI since Telescope is OS independant and we have travis (1e97381)

v2.0.2 (2018-12-17)

Enhancements

  • Use Github version of Sven's projects (eaadbdb)

v2.0.1 (2018-12-05)

Enhancements

  • Use WebBrowser to open visus in Pharo 7+ (b02ace)

v2.0.0 (2018-11-15)

Infrastructure

  • Migrate to Telescope v2. (0e669c2)