8000 Tags · kayode001/GoJS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kayode001/GoJS

Tags

v2.1.49

Toggle v2.1.49's commit message
2.1.49

- Added the Flow PanelLayout extension, demonstrated in the Flow PanelLayout sample. This panel layout (not a diagram layout!) arranges panel elements into rows or columns. As time goes by we may add more properties to control the behavior of this custom panel layout.
- Fixed undo/redo bug involving setting RowColumnDefinition properties and calls to Panel.removeColumnDefinition.
- Fixed Picture.successFunction erroneously being called twice in some situations, such as when a node was copy-pasted.
- Fixed Diagram.makeSVG not rendering shadows on some GraphObjects.
- Fixed Diagram.makeSVG not clipping when using a Panel.Spot with Panel.isClipping set to true.
- Improved visual consistency of shadows in SVG output from Diagram.makeSVG

v2.1.48

Toggle v2.1.48's commit message
2.1.48

- Fixed Panel.removeRowDefinition and Panel.removeColumnDefinition to decrease the Panel.rowCount and Panel.columnCount when the highest index RowColumnDefinition is removed.
- Fixed Picture.successFunction, which was called for only the first Picture with a given unique Picture.source. It is now called for every Picture that has a successFunction defined with the same (successfully loaded) source.

v2.1.47

Toggle v2.1.47's commit message
2.1.47

- Fixed Diagram.layoutDiagram not performing a layout immediately if called within an ongoing Diagram update (such as during a DiagramEvent like "InitialLayoutCompleted").
- Fixed Panel.itemTemplate so that it is used, not the default item template, when the panel cannot find any template with the given category name in the item data.
- Diagram.viewSize, if set, now takes precedence over the size of the Diagram.div. It is not typical to set both a DIV and the viewSize, but in environments where a DIV is set automatically it may be useful for testing purposes to set an explicit viewSize as well.

v2.1.46

Toggle v2.1.46's commit message
2.1.46

- Fixed an issue with indefinite animations causing some transactions to skip the UndoManager.
- Fixed Diagram.makeImageData to draw any other Parts in the "Grid" Layer besides the Part holding the Diagram.grid when the showGrid option is true but the showTemporary option is false.

v2.1.45

Toggle v2.1.45's commit message
2.1.45

- Fixed a bounds calculation bug with PathSegment.SvgArcs, when the arc has a zero X or Y radius value.
- Link route calculations now avoid an effectively infinite loop due to floating point errors when the two ports almost exactly overlap each other.
- Fixed an occasional exception when dragging a disconnected link when the link had no points in its route.
- The GraphObject.naturalBounds of a Shape now always prefers GraphObject.desiredSize if it exists, over the Shape's Geometry.bounds. These are usually the same, but a Geometry with beziers can be slightly off from the desiredSize used to create it.

v2.1.44

Toggle v2.1.44's commit message
2.1.44

-  Fixed a regression from 2.1.28 with some Shape.geometryString paths. If a path contained an arc command that was closed, a relative move command afterwards would be at the wrong coordinates.

v2.1.43

Toggle v2.1.43's commit message
2.1.43

- Improved performance of LayeredDigraphLayout for large graphs when LayeredDigraphLayout.packOption is set to LayeredDigraphLayout.PackAll. Setting LayeredDigraphLayout.packOpti
8061
on to a subset of the possible flags has always helped performance at the expense of improved layout. Also, it has always helped to set LayeredDigraphLayout.aggressiveOption to LayeredDigraphLayout.AggressiveNone.
- Fixed non-default indefinite animations preventing the default animation from starting. Fixed some other non-default animation bugs, such as indefinite animations preventing Overviews from updating.
- Enhanced LinkingTool.findLinkablePort, when LinkingTool.startObject is a Node and the whole node is not a port, to return the node's default port Node.port instead of null, if the port is a valid port for linking from or to.

v2.1.42

Toggle v2.1.42's commit message
2.1.42

- Fixed an animation bug with ResizingTool where it would disable all animations on resizing.
- Setting AnimationManager.isEnabled to false and then true again will resume any indefinite animations (animations with Animation.runCount set to Infinity).
- Fixed a bug in RadialLayout where it wasn't properly resetting its network. This was most often seen when using with Diagram.delayInitialization (including gojs-react and gojs-angular).

v2.1.41

Toggle v2.1.41's commit message
2.1.41

- Improved the animation of colors in Animations.
- Added the Spot Rotating Tool extension, demonstrated in the Spot Rotating sample. This is basically the RotatingTool extended to support an additional Adornment and handle for letting the user interactively move the RotatingTool.rotationPoint by setting Part.rotationSpot.
- Added an Introduction page about Using GoJS on Different Platforms, summarizing existing resources for them.

v21.40

Toggle v21.40's commit message
2.1.40

- Fixed some styling and missing files in the web site as a result of the reorganization in 2.1.39.
- Simplified the Storage and FloorplannerTS projects.
0