Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 2.49 KB

v6.6.0 - January 8, 2020

v6.5.0 - August 7, 2019

  • PR #148 - Asynchronous Fast rendering
  • PR #157 - Added data-intersect-ignore property to node SVG to prevent intersection calculaton from selecting the wrong element.
  • PR #159 - Resolved #158 - Add tooltip for edges

v6.4.0 - July 11, 2019

v6.3.0 - May 21, 2019

v6.2.0 - Feb 26, 2019

v6.0.0 - Jan 7, 2019 - Added mouse event to onCreateNode callback - Contributor: iamsoorena - uber/react-digraph#98

v5.1.0 - Nov 5, 2018 - Refactor of several APIs to fix race condition caused by using array indices to reference nodes rather than node IDs. Race condition would occur when a service would rewrite the array asynchronously, causing the indices to change. This would cause any node movement or edge changes to break.

v5.0.6 - Oct 30, 2018 - First official release of v5.0 code. Please note that v4.x code is still present and being worked on, but it eventually be deprecated. Issues should include a version number to indicate to the developer which branch to work on. PRs should be targeted toward the correct branch (master is v5+, v4.x.x is older code).