Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.1.0 #2795

Merged
merged 7 commits into from
Nov 27, 2024
Merged

Release v4.1.0 #2795

merged 7 commits into from
Nov 27, 2024

Conversation

zbynekstara
Copy link
Contributor

@zbynekstara zbynekstara commented Nov 11, 2024

CHANGELOG

@joint/core

  • dia.Paper - add methods to find cell/element/link views in paper (ca06b4e)
  • dia.ElementView - add getTargetParentView() method (0d29e70)
  • dia.ElementView - fix to prevent exception when position or size is not defined (3bead1c)
  • dia.LinkView - update tools when labels change (f5df2d1)
  • dia.LinkView - fix to invalidate the root node cache when labels change (6d12e65)
  • dia.CellView - expose special presentation attributes API (58df31d)
  • dia.CellView - add isIntersecting() method (ca06b4e)
  • dia.Graph - accept toJSON() options (bf753a1)
  • dia.Graph - add transferCellEmbeds() and transferCellConnectedLinks() methods (b62479c)
  • dia.Graph - add methods to find cells/elements/links in graph (ca06b4e)
  • dia.Graph - fix to remove graph reference from cells after resetCells() (cb162d1)
  • dia.Element - add getPortGroupNames() method (b1b7a45)
  • dia.Cell - add ignoreDefaults and ignoreEmptyAttributes options to toJSON() (bf753a1)
  • dia.Cell - add reparent option to embed() (b62479c)
  • elementTools.Control - add pointer event to setPosition() and resetPosition() signature (dd0db32)
  • linkTools - add Control link tool (f5df2d1)
  • linkTools - add RotateLabel link tool (f5df2d1)
  • linkTools - fix pending batch for TargetArrowhead and SourceArrowhead (e9c5141)
  • linkTools.Vertices - add vertexAdding.interactiveLinkNode option (97b25eb)
  • linkTools.Button - allow distance to be defined via callback (5168a3a)
  • routers.RightAngle - fix various routing issues (5de4a15)
  • dia.HighlighterView - add static getAll() method (7746050)
  • dia.ToolsView - fix to prevent tool update() from being called before previous render() due to visibility (f5df2d1)
  • dia.ToolView - add visibility option callback (3706574)
  • mvc.View - fix to allow setting style via options (db07082)
  • util - add objectDifference() method (bf753a1)
  • util - expose calc() expression API (f842946)
  • util - expose cloneCells() method (27d92fd)
  • Geometry - add strict option to containsPoint() of Rect (ca06b4e)

@joint/layout-directed-graph

  • layout.DirectedGraph - add graph option to fromGraphLib() (66ab6b7)

@zbynekstara zbynekstara marked this pull request as ready for review November 27, 2024 12:24
@zbynekstara zbynekstara merged commit 21611cb into clientIO:master Nov 27, 2024
3 checks passed
@zbynekstara zbynekstara deleted the release-v4.1.0 branch November 27, 2024 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants