Typed Mxgraph Versions Save

mxGraph typescript declarations

v1.0.8

11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/typed-mxgraph/typed-mxgraph/compare/v1.0.7...v1.0.8

v1.0.7

1 year ago

What's Changed

Full Changelog: https://github.com/typed-mxgraph/typed-mxgraph/compare/v1.0.6...v1.0.7

v1.0.6

1 year ago

What's Changed

Full Changelog: https://github.com/typed-mxgraph/typed-mxgraph/compare/v1.0.5...v1.0.6

v1.0.5

2 years ago

What's Changed

Full Changelog: https://github.com/typed-mxgraph/typed-mxgraph/compare/v1.0.4...v1.0.5

v1.0.4

2 years ago

v1.0.3

2 years ago

What's Changed

Full Changelog: https://github.com/typed-mxgraph/typed-mxgraph/compare/v1.0.2...v1.0.3

v1.0.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/typed-mxgraph/typed-mxgraph/compare/v1.0.1...v1.0.2

v1.0.1

2 years ago

What's Changed

Full Changelog: https://github.com/typed-mxgraph/typed-mxgraph/compare/v1.0.0...v1.0.1

v1.0.0

3 years ago
  • fix(mxUtils): the function name has been changed to the official name getPrettyXML -> getPrettyXml
  • fix: boolean types and doc references for mxCell
  • fix(util): update mxUtils.bind definition
  • feat: add test case based on jest (#22)
  • fix(mxPrintPreview): open function all parameters now optional (#26)
  • fix:HANDLE_STROKECOLOR and LABLE_HANDLE_FILLCOLOR type as 'string', not specific value

v0.0.6

3 years ago
  • add missing 'cloneCell' method
  • id can be 'null' in
    • createVertex
    • insertVertex
    • createEdge
    • insertEdge
  • improve method signatures
    • 'addEdge': the 'parent' parameter is optional
    • 'addCells': add missing 'absolute' optional parameter
    • 'cloneCells': add missing 'keepPosition' optional parameter
    • 'removeCells': optional 'includeEdges' parameter
  • improve README and add development information (#24)