Skip to content

3.0.0

Compare
Choose a tag to compare
@zHaytam zHaytam released this 14 Aug 14:46
· 64 commits to master since this release
c27ef34

Finally, the new documentation website is here!
Please don't hesitate to create issues for any problems or improvements.
PS: I suck at design.

Added

  • AddLabel method to links to easily create LinkLabelModel
  • AddVertex method to links to easily create LinkVertexModel
  • ControlledSize property to nodes. If true, the node will not be registered in the ResizeObserver (saves a JS call).
  • autoSize argument to SvgGroupModel constructor

Changed

  • Renamed Point.Substract to Subtract (duh)
  • Avoid rendering link selection helper on dragged link

Fixed

  • SmoothPathGenerator not working with LinkAnchor
  • Mouse overlapping dragged link
  • Useless Console Logs from GroupModel are now removed
  • JS exception in (un)oberve methods when the element doesn't exist anymore

Check out the other beta version for a complete CHANGELOG !