maxGraph/CHANGELOG.md

11 KiB

maxGraph Change Log

0.4.0

This release contains new features, bug fixes and documentation improvements.

Major improvements

  • introduce the Manhattan connector

For more details, see the 0.4.0 Changelog on the GitHub release page.

0.3.0

This release contains new features, bug fixes and documentation improvements.

Breaking Changes

  • types: Stylesheet.getDefaultVertexStyle and Stylesheet.getDefaultEdgeStyle no longer return undefined.
  • remove the CellMap type. It was not used in the maxGraph code, which should have no impact.

For more details, see the 0.3.0 Changelog on the GitHub release page.

0.2.1

This is a bug fix release.

For more details, see the 0.2.1 Changelog on the GitHub release page.

0.2.0

This release contains bug fixes and documentation improvements.

Breaking Changes:

  • helper functions involving style in the string form have been removed from styleUtils. Styles are defined using the CellStateStyle and it is no longer necessary to process strings. For more details, see PR #173 and commit 5ecfda6.
  • some types related to CellStateStyle have been renamed. For more details, see PR #165 and commit ca1914b.
  • some properties of CellStateStyle have changed (removed or renamed). The renamed properties better match the former mxGraph properties. For more details, see PR #165 and commit ca1914b.

For more details, see the 0.2.0 Changelog on the GitHub release page.

0.1.0

Initial mxGraph implementation. This is an alpha version.

Starting from the mxGraph 4.2.2 release, we

  • moved code to ES9
  • removed Internet Explorer specific code
  • migrated to TypeScript, based on the work initiated in typed-mxgraph
  • migrated the examples to Storybook

For more details, see the 0.1.0 Changelog in the GitHub releases page.

mxGraph Change Log

The maxGraphimplementation is derived from the mxGraph v4.2.2 implementation.

The mxGraph change log can be found at the following addresses:

This repository previously stored the mxGraph tags, they have been removed to only keep the maxGraph tags. See discussions in #92 for more details.

The former mxGraph tags can be found in https://github.com/jgraph/mxgraph, or you can find their related commit in the list below: