NorthwoodsSoftware / GoJS

JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
http://gojs.net
Other
7.7k stars 2.86k forks source link

GoJS 3.0.3 and AvoidsLinksRouter.js #214

Closed LuckyTil closed 3 months ago

LuckyTil commented 3 months ago

AvoidsLinksRouter.js plugin uses call to "positions.maxUnoccupiedV" and "positions.maxUnoccupiedH" methods. But GoJS 3.0.3 not contains that methods.

simonsarris commented 3 months ago

Sorry, those undocumented properties were renamed maxAvoidsLinksSpaceV and maxAvoidsLinksSpaceH to make their purpose somewhat more clear. But while we changed the TS source file, we forgot to transpile before releasing so this file used in the avoids links sample was incorrect. That has been fixed.

LuckyTil commented 3 months ago

@simonsarris , Thanx!