12 KiB
maxGraph
Change Log
UNRELEASED
Breaking Changes
- Codecs supplied by
maxGraph
are no longer registered by default. They MUST be registered before performing anencode
ordecode
. 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.
0.5.0
Release date: 2023-12-07
This release contains new features, bug fixes and documentation improvements.
Breaking Changes
- the UMD bundle is no more provided in the npm package.
For more details, see the 0.5.0 Changelog on the GitHub release page.
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.
0.4.0
Release date: 2023-09-14
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
Release date: 2023-07-07
This release contains new features, bug fixes and documentation improvements.
Breaking Changes
- types:
Stylesheet.getDefaultVertexStyle
andStylesheet.getDefaultEdgeStyle
no longer returnundefined
. - 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
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.
0.2.0
Release date: 2023-05-22
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 theCellStateStyle
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 formermxGraph
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
Release date: 2022-11-22
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 maxGraph
implementation 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:
- vpages-test-1700-24092012
09639c08cf
- vdeployment_test
09639c08cf
- v4.2.2
81dcd5cc86
- v4.2.1
273779f744
- v4.2.0
aa11697fbd
- v4.1.1
25a2da3d75
- v4.1.0
c73f7a00cb
- v4.0.6
51382db430
- v4.0.5
44fb5af106
- v4.0.4
91c87f32d9
- v4.0.3
12621211ee
- v4.0.2
47c035808a
- v4.0.1
7bb0ef2877
- v4.0.0
33911ed7e0
- v3.9.12
62bca567b0
- v3.9.11
55d6851cb4
- v3.9.10
4f680fe27e
- v3.9.9
d5c1345ec9
- v3.9.8
bc595336f9
- v3.9.7
f4ec51f704
- v3.9.6
e7f3573c91
- v3.9.5
641f6cca66
- v3.9.4
e6a6ed657d
- v3.9.3
02112de29a
- v3.9.2
5862280aa4
- v3.9.1
dd54a4dc85
- v3.9.0
ec3d5af0ee
- v3.8.0
58d19b2379
- v3.7.6
97b3718db6
- v3.7.5
8dea670d0a
- v3.7.4
0810c3895c
- v3.7.3
7a16775f67
- v3.7.2
35d8571728
- v3.7.1
7314db0c7a
- v3.7.0.1
9a8f500622
- v3.7.0.0
1b2e632c45
- v3.6.0.0
3c2d9429d7
- v3.5.1.5
97fbbaf0fa
- v3.5.1.4
5d7331fd01
- v3.5.1.3
8da7d140ef
- v3.5.1.2
cce9776658
- v3.5.1.1
01edf02ec1
- v3.5.1.0
e409e12a8d
- v3.5.0.0
7f4867f977
- v3.4.1.3
38bfe73d61
- v3.4.1.2
ee52fb9b1d
- v3.4.1.1
d4fb237920
- v3.4.1.0
467fb7eb79
- v3.4.0.3
bc79dfc5e7
- v3.4.0.2
dc938d3071
- v3.4.0.1
0925f2fc95
- v3.4.0.0
7815de6cb8
- v3.3.1.1
b030680f82
- v3.3.1.0
4ac82539cc
- v3.3.0.1
084abe9b46
- v3.3.0.0
731bcee03b
- v3.2.0.0
83f392cc7d
- v3.1.3.0
74c7f9d5c4
- v3.1.2.2
59cd1add8d
- v3.1.2.1
b2b4b59e7d
- v3.1.2.0
f876b08e84
- v3.1.1.1
5ec7d819c4
- v3.1.1.0
915cf660de
- v3.1.0.1
71bf3abcb8
- v3.1.0.0
9213930db0
- v3.0.1.1
4733648ef2
- v3.0.1.0
f48087f82b
- v3.0.0.0
828b939ea7
- v2.9.0.1
c1501a882b
- v2.9.0.0
45524e4eb7
- v2.8.2.0
cd22a58ab5
- v2.8.1.0
70a6743c34
- v2.8.0.0
ff6744c754
- v2.7.0.0
3182bec547
- v2.6.0.0
fbd2e146d2
- v2.5.1.1 9f895151adec7c64ea71922acd31bf9b912bd62b
- v2.5.1.0
04b1c6d487
- v2.5.0.3
99fc49e85e
- v2.5.0.2
088f3f4e25
- v2.5.0.1
- v2.5.0.0
1db5e92ac7
- v2.4.1.0
85765d1b24
- v2.4.0.4
9fd84cecca
- v2.4.0.3
8df1a017d7
- v2.4.0.2
371344bad7
- v2.4.0.1
e264f196cc
- v2.4.0.0
138e53ebee
- v2.3.0.5
a425c3cd8a
- v2.3.0.4
fb032c6f8c
- v2.3.0.3
ea516c5141
- v2.3.0.2
310fd53955
- v2.3.0.1
c9167b72ce
- v2.3.0.0
e42acd98f2
- v2.2.0.5
4b9d6b563f
- v2.2.0.4
0b54170827
- v2.2.0.3
ee658e6903
- v2.2.0.2
31001278be
- v2.2.0.1
6b00bd8ea0
- v2.2.0.0
603a5f7e1e
- v2.1.1.2
53b1f6acd2
- v2.1.1.1
5baaf3e5c0
- v2.1.1.0
ae6237648d
- v2.1.0.9
c1a511a0a0
- v2.1.0.8
952b29b9af
- v2.1.0.7
5d2641995e
- v2.1.0.6
d6ace403d6
- v2.1.0.5
1dd199a3ae
- v2.1.0.4
a7ce177fa3
- v2.1.0.3
fe2375924a
- v2.1.0.2
8950dd8e88
- v2.1.0.1
4fe3144a91
- v2.1.0.0
8602a11f0f
- v2.0.0.1
5dc3a07195
- v2.0.0.0 3bbcad7e0fd4c0c1a1000c56691d936426730c7a
- v1.14.0.2 3f2512fe8752c1300b50b07b315dff9dc4ccd975
- v1.13.0.17 34ee3371baead0aa91e40c3fbefce8576a3f1b7b
- v1.13.0.16 67eaf25c68418150d2b91786278a2b43ff762cdc
- v1.13.0.15 8d6d8504e9ff87e7783451f6ad507fb9bb2e1928
- v1.13.0.14 1f8163f8a5f32be44a621da7db448f1185bfb68f
- v1.13.0.13 1f8163f8a5f32be44a621da7db448f1185bfb68f
- v1.13.0.12 98b7a08be1f9bf957c1ce98e77cf26fc195b6578
- v1.13.0.11 edf8bacd109b1258abb00ad9485801be9dabdd1f
- v1.13.0.10 cfaf794b7a4cb4a751591c582c22a4fc647a9066
- v1.13.0.9 051ae6947eac69ee6c32aac37f79bdef1f920057
- v1.13.0.8 4a22fac6217268178b2a1544a6fdd28d612b24fe
- v1.13.0.7 09ed53864fe4b1c1ec61750840fc50ca13716731
- v1.13.0.6 f3f3ed6a2499de580344bed0b6fda2a646185988
- v1.13.0.5 3c12caa190a274df6bde6d4c8ed7e8e353b4c6f2
- v1.13.0.4 050668f1b1651f4e16a1e61e94ffc9336d614e86
- v1.13.0.3 3cf9ec35f1de12905dbfe24c2b0b93297145b343
- v1.13.0.2 27702057a3977f49ba30562f1bccbebacbe53c5b
- v1.13.0.1 95af718eda1f2fe61a1399a049b23601865e6eef
- v1.13.0.0
c113608426
- v1.12.0.2
d2324715a1
- v1.12.0.1
07a9c2b1be
- v1.12.0.0
9138794c1f
- v1.11.0.0
62d359a5e7
- v1.10.4.3
bd324b6562
- v1.10.4.2
980f7e558b
- v1.10.4.1
a607c0ffbd
- v1.10.4.0
64fc90d13e
- v1.10.3.2
a29646eaef
- v1.10.3.1
85e5b32551
- v1.10.2.1
fbdb0b8673
- v1.2.0.0 6ad8e6a083f1cf002945fe34e088236b19b8be3f
- test1 bf147d7bfab4bfc159605b4bdf66b5e80eee0819
- 1.10.3.0
78089c7d87