@maxgraph/core
Advanced tools
Changelog
0.7.0
Release date: 2024-01-20
This release contains new features and bug fixes.
For more details, see the 0.7.0 Changelog on the GitHub release page.
Changelog
0.6.0
Release date: 2023-12-22
Breaking Changes
maxGraph
are no longer registered by default. They MUST be registered before performing an encode
or decode
.
You can use one of the following functions to register codecs:
registerAllCodecs
registerCoreCodecs
registerEditorCodecs
To serialize the maxGraph
model, you can use the ModelXmlSerializer
class, which registers codecs under the hood.
For more details, see the 0.6.0 Changelog on the GitHub release page.
Changelog
0.5.0
Release date: 2023-12-07
This release contains new features, bug fixes and documentation improvements.
Breaking Changes
For more details, see the 0.5.0 Changelog on the GitHub release page.
Changelog
0.4.1
Release date: 2023-10-30
This release contains bug fixes and internal improvements.
For more details, see the 0.4.1 Changelog on the GitHub release page.
Changelog
0.4.0
Release date: 2023-09-14
This release contains new features, bug fixes and documentation improvements.
Major improvements
For more details, see the 0.4.0 Changelog on the GitHub release page.
Changelog
0.3.0
Release date: 2023-07-07
This release contains new features, bug fixes and documentation improvements.
Breaking Changes
Stylesheet.getDefaultVertexStyle
and Stylesheet.getDefaultEdgeStyle
no longer return undefined
.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.
Changelog
0.2.1
Release date: 2023-06-08
This is a bug fix release.
For more details, see the 0.2.1 Changelog on the GitHub release page.
Changelog
0.2.0
Release date: 2023-05-22
This release contains bug fixes and documentation improvements.
Breaking Changes:
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.CellStateStyle
have been renamed. For more details, see PR #165 and commit ca1914b.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.
Changelog
0.1.0
Release date: 2022-11-22
Initial mxGraph
implementation. This is an alpha version.
Starting from the mxGraph 4.2.2 release, we
For more details, see the 0.1.0 Changelog in the GitHub releases page.
mxGraph
Change LogThe maxGraph
implementation is derived from mxGraph
version 4.2.2
, released on 28-OCT-2020
.
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: