|
| 1 | +27-11-2024 (v4.1.0) |
| 2 | + |
| 3 | + @joint/core |
| 4 | + * dia.Paper - add methods to find cell/element/link views in paper |
| 5 | + * dia.ElementView - add `getTargetParentView()` method |
| 6 | + * dia.ElementView - fix to prevent exception when position or size is not defined |
| 7 | + * dia.LinkView - update tools when labels change |
| 8 | + * dia.LinkView - fix to invalidate the root node cache when labels change |
| 9 | + * dia.CellView - expose special presentation attributes API |
| 10 | + * dia.CellView - add `isIntersecting()` method |
| 11 | + * dia.Graph - accept `toJSON()` options |
| 12 | + * dia.Graph - add `transferCellEmbeds()` and `transferCellConnectedLinks()` methods |
| 13 | + * dia.Graph - add methods to find cells/elements/links in graph |
| 14 | + * dia.Graph - fix to remove graph reference from cells after `resetCells()` |
| 15 | + * dia.Element - add `getPortGroupNames()` method |
| 16 | + * dia.Cell - add `ignoreDefaults` and `ignoreEmptyAttributes` options to `toJSON()` |
| 17 | + * dia.Cell - add `reparent` option to `embed()` |
| 18 | + * elementTools.Control - add pointer event to `setPosition()` and `resetPosition()` signature |
| 19 | + * linkTools - add `Control` link tool |
| 20 | + * linkTools - add `RotateLabel` link tool |
| 21 | + * linkTools - fix pending batch for `TargetArrowhead` and `SourceArrowhead` |
| 22 | + * linkTools.Vertices - add `vertexAdding.interactiveLinkNode` option |
| 23 | + * linkTools.Button - allow `distance` to be defined via callback |
| 24 | + * routers.RightAngle - fix various routing issues |
| 25 | + * dia.HighlighterView - add static `getAll()` method |
| 26 | + * dia.ToolsView - fix to prevent tool `update()` from being called before previous `render()` due to visibility |
| 27 | + * dia.ToolView - add `visibility` option callback |
| 28 | + * mvc.View - fix to allow setting `style` via options |
| 29 | + * util - add `objectDifference()` method |
| 30 | + * util - expose `calc()` expression API |
| 31 | + * util - expose `cloneCells()` method |
| 32 | + * Geometry - add `strict` option to `containsPoint()` of `Rect` |
| 33 | + |
| 34 | + @joint/layout-directed-graph |
| 35 | + * layout.DirectedGraph - add `graph` option to `fromGraphLib()` |
| 36 | + |
1 | 37 | 31-05-2024 (v4.0.4)
|
2 | 38 |
|
3 | 39 | @joint/core
|
|
0 commit comments