Skip to content

1.5.8

Compare
Choose a tag to compare
@simonsarris simonsarris released this 17 Sep 19:20
· 367 commits to master since this release

Changes for 1.5.8

  • Improved the TypeScript definition file, goJS.d.ts, fixing some typos, changing some Object types to be any for easier usage.
  • Fixed DraggingTool when DraggingTool.dragsLink is true and when dragging a Link to respect LinkingBaseTool.isValidLink on the RelinkingTool.
  • Fixed TextBlock rendering in some ellipses cases.