Changes for 3.0.13
- Fixed SVG rendering context not updating the undocumented
GraphObject.filter
property. - Fixed SVG rendering context not updating (removing) Nodes when they became zero-sized.
- Fixed SVG rendering context drawing Parts with non-real Part.locations.
- Fixed grid updating when toggling Diagram.grid values.
- Fixed a case where Diagram and Layer
findObject...
methods would only partially update a Part's location or position. - Added a work-around for improper minification by Terser so that calls to
toString
on instances of GoJS classes produce the expected output.