Skip to main content
Version: 4.2

JointJS+ Changelog v4.2.1

apps

AIAgent

apps.AIAgent – Minor improvements and fixes

Several minor improvements and fixes were made to the AI Agent application, including:

  • Added README.md files describing the application structure
  • Disabled actions in the registry picker when they are already used in the diagram
  • Made the Navigator feature independent of the rest of the application
  • Improved organization of CSS styles

PertChart

apps.PertChart – Added README.md

Added a README.md file describing the Pert Chart example, including its usage and API.


ui

Clipboard

ui.Clipboard – Ignore cell layers in the clipboard

Fixed an issue where copying cells with layers to the clipboard would throw an error.


layout

DirectedGraph

layout.DirectedGraph – Ignore cell layers in the layout

Fixed an issue where applying the DirectedGraph layout to cells with layers would throw an error.


GridLayout

layout.GridLayout – Ignore cell layers in the layout

Fixed an issue where applying the GridLayout layout to cells with layers would throw an error.


MSAGL

layout.MSAGL – Ignore cell layers in the layout

Fixed an issue where applying the MSAGL layout to cells with layers would throw an error.


dia

Graph

dia.Graph – Internal support for optionally ignoring layers

Introduced internal changes that allow layers to be ignored when adding cells to the graph. These changes enable other fixes related to layer handling.