Lanzamientos de JointJS+

Released: Jul 1, 2026

Actualizaciones en v4.2.4

Correcciones

  • Util
    • Fixed a security issue where merge(), omit(), pick(), and assign() utility functions could be exploited via prototype pollution attacks (e.g. by passing an object with a __proto__ key). All four functions now guard against attempts to overwrite properties on Object.prototype.

Released: Jun 30, 2026

Actualizaciones en v4.2.3

Correcciones

  • Dia - Paper
    • Fixed an issue where removing an element from the graph during a pointer event (e.g. inside a pointerdown or pointermove handler) could cause an error or leave the paper in an inconsistent state.
  • Dia - Graph
    • Fixed an inconsistency where options passed to batch operations were not forwarded to the batch:start and batch:stop events in all code paths.
  • Dia - CommandManager
    • Fixed an edge case where undoing a batch that contained both an add and a change command for the same...

Released: Jan 23, 2026

Actualizaciones en v4.2.2

Características

  • AI Agent
    • Improved the AI Agent source code and refreshed its styling.
  • Marketing Automation
    • Created a new Marketing Automation application template that allows users to design and interactively visualize marketing automation workflows.
    • The application uses the ELK automatic layout to automatically arrange elements and route links orthogonally, and the diagram is fully animated (including transition between states and addition of new nodes).
    • You can click the "Test flow" button to...

Released: Dec 17, 2025

Actualizaciones en v4.2.1

Características

  • AI Agent
    • Added README.md files describing the application structure.
    • Made the Navigator feature independent of the rest of the application.
    • Improved organization of CSS styles.
  • PertChart
    • Added a README.md file describing the Pert Chart example, including its usage and API.
  • Graph
    • Introduced internal changes that allow layers to be ignored when adding cells to the graph. These changes enable other fixes related to layer handling.

Correcciones

  • AI Agent
    • Disabled actions in the...

Released: Nov 20, 2025

Actualizaciones en v4.2

Características

New Demo Applications - Added seven advanced applications ready to use in your project.

  • AI Agent builder
    • Empower users to design AI Agents through a simple-to-use interface embedded in your web app. The new AI Agent builder boilerplate uses layout-driven diagram editing to automatically arrange elements, keeping workflows clear and intuitive while allowing users to integrate apps, add logic, and define behaviors effortlessly.
  • BPMN Editor
    • Modeling business processes has become...

Released: Jul 2, 2025

Actualizaciones en v4.1.1

Características

  • apps.BPMNPools - Added phases import/export - Previously, the export and import actions of the BPMNPools app ignored phases. Now all exported diagrams exported from the app look exactly the same when imported back into the app.

Correcciones

  • format.Visio - Fixed text annotations to use colorTrans option in a Character element.
  • format.Visio - Fixed error when encountering a fld element without content.
  • format.Visio - Fix to ignore unsupported image types - JointJS now checks that...

Released: Dec 5, 2024

Actualizaciones en v4.1

Características

  • New demo applications - Five new advanced applications have been added that are ready to use in your project:
    • BPMN Pools, Swimlanes and Milestones - Explore enhanced BPMN Pools, Swimlanes, and Milestones with drag-and-drop functionality for a seamless user experience. This demo showcases how to insert, reorder, and resize swimlanes and phases with automatic content adjustments. Discover features like vertical pools, content awareness, preventing resizing beyond boundaries, along...

Released: Feb 8, 2024

Actualizaciones en v4.0

Características

  • Stable version with no external dependencies - Dependency on jQuery, Lodash, and Backbone has been removed, decreasing the package size without changing the core functionality.
  • BPMN export to/import from XML format - Business Process Model and Notation (BPMN), is a standardized modeling language and notation system extensively utilized by corporations to graphically depict their business processes. It enables companies to document, analyze, and optimize their workflows in a...

Released: May 29, 2023

Actualizaciones en v3.7

Características

  • Improved support for foreign object (HTML) - Foreign objects have become a standard in web development, and JointJS+ has now introduced comprehensive and fully-featured support for foreign objects within SVG context. This means that you can now display HTML elements inside other SVG elements, export the HTML object as an image similar to the rest of the rendered diagram, or leverage other benefits provided by this native technology.
  • Unlimited customization options thanks to the...

Released: Oct 25, 2022

Actualizaciones en v3.6

Características

  • Added a new application: MindMap - The MindMap application can help your teams or end customers visually organize information, come up with new ideas and collaborate on them. All of the necessary tools (e.g. command manager) and UI components (newly updated rich text editor) have been included.
  • Added a new set of useful shapes (Value Stream Mapping) - Added a set of new Value Stream Mapping (VSM) shapes that are delivered as a separate installable module. These shapes are not...