Skip to content

Release v3.7.6

Compare
Choose a tag to compare
@kumilingus kumilingus released this 20 Oct 14:57
· 129 commits to master since this release
739c7c1

CHANGELOG

  • dia.Cell - make prop()'s internal set() call more efficient (4f8c058)
  • dia.LinkView - fix to prevent hidden doubleLinkTools to affect link bounding box (d9696c3)
  • dia.attributes - fix to read all breakText options in textWrap attribute (dc9dc6f)
  • dia.attributes - fix ambiguous order of cache keys in text attribute (e0a5aac)
  • connectors.Curve - fix wrong target tangent right direction (e291c17)
  • linkTools.Segments - throw explicit error when incompatible router in use (f6ffb4b)
  • shapes.standard - fix cursor style on DoubleLink and ShadowLink (1a9ca06)
  • util.breakText - fix to use the defined separator to join words (dc9dc6f)
  • util.breakText - fix to allow empty string to be separator (dc9dc6f)
  • Geometry - prevent unnecessary object instantiation in Rect.prototype.containsPoint() (b8b8d9d)
  • Geometry - prevent rounding errors in simplify() of Polyline (70a8631)

Experimental

  • Vectorizer: add option to support camel case attributes (2c4804e)
  • routers.RightAngle: support user-defined vertices (7aca426)