Release Notes: This release adds support for serialization in mxGraphModel.
Release Notes: The JGraph(X) branch is now the main branch of JGraph, so the version numbering will switch to JGraph(X) numbering. This release adds a number of styles to enable per-cell style configuration without having to implement a hook method to indicate which cells display certain behaviors.
Release Notes: This release introduces a model bridge to mxGraph (JGraphX). The hierarchical layout from mxGraph is now used in place of the old JGraph hierarchical, providing improved routing.
Release Notes: This release fixes the Ant build of the examples.
Release Notes: This is first formal release of JGraphX (JGraph 6), the Java Swing visualization component based on mxGraph. The user manual for the 6.x architecture has been started and is included in the download.
Release Notes: Pressing escape during a drag now correctly refreshes the graph.
Release Notes: The license of the project has been changed to BSD. A complete set of layouts has also been added to the core package, along with some algebra utilities, native SVG export, rich text labels, and overview panel example and printing utilities.
Release Notes: This release adds a buffer region to offscreen resizes, so small increases in the graph area do not always cause a new buffer allocation. Slightly more memory is required, but the performance is better due to there being fewer garage collections required.
Release Notes: A transaction layer has been added to the graph model, so multiple model changes can be easily grouped into one undo, change event, and repaint. A bug with changing look and feel while running was also fixed.
Release Notes: The EdgeRenderer painting has been made more granular to enable easier overriding. A refresh method to repaint the entire graph has been added to the JGraph class.