Skip to content

Releases: typed-mxgraph/typed-mxgraph

v1.0.8

07 Jun 03:41
Compare
Choose a tag to compare

What's Changed

  • ci: bump actions used in the "validation" workflow by @tbouffard in #54
  • fix: add some missing properties by @csouchet in #53

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

09 Jul 05:08
Compare
Choose a tag to compare

What's Changed

  • fix: don't use any in signature of the mxGraphModel filter functions by @tbouffard in #52

Full Changelog: v1.0.6...v1.0.7

v1.0.6

31 May 06:20
Compare
Choose a tag to compare

What's Changed

  • fix(mxGraph): make the center parameter optional by @tbouffard in #51

Full Changelog: v1.0.5...v1.0.6

v1.0.5

15 Mar 02:56
Compare
Choose a tag to compare

What's Changed

  • chore: remove mxgraph from peerDependencies by @tbouffard in #49
  • doc: improve the "import type" syntax in README by @tbouffard in #48

Full Changelog: v1.0.4...v1.0.5

v1.0.4

14 Mar 17:48
Compare
Choose a tag to compare

What's Changed

  • Make optional args optional by @zeSKB in #47

Full Changelog: v1.0.3...v1.0.4

v1.0.3

16 Jun 11:58
Compare
Choose a tag to compare

What's Changed

  • fix(mxUtils): trim functions 2nd parameter is optional by @tbouffard in #43
  • fix(mxGraph): update clearCellOverlays cell param to match lib by @zeSKB in #45
  • fix(mxMarker): improve method signatures by @tbouffard in #46

Full Changelog: v1.0.2...v1.0.3

v1.0.2

21 May 08:23
Compare
Choose a tag to compare

What's Changed

  • fix: make mxText assignable to mxShape by @tbouffard in #35
  • Fix typo by @alexey-koren in #36
  • fix: restore mxDictionary map index signature parameter set to string by @tbouffard in #37
  • fix(mxLog): improve definitions by @tbouffard in #38
  • fix(mxUtils): improve htmlEntities signature by @tbouffard in #39
  • fix(mxText): labelPadding field is a number by @tbouffard in #40
  • Update mxEditor.d.ts by @BlankFX in #42
  • fix(mxAbstractCanvas2D): update the 'format' method parameter to number by @tbouffard in #41

New Contributors

  • @alexey-koren made their first contribution in #36
  • @BlankFX made their first contribution in #42

Full Changelog: v1.0.1...v1.0.2

v1.0.1

21 May 08:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

24 Feb 08:59
Compare
Choose a tag to compare
  • 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

18 Jan 03:52
Compare
Choose a tag to compare
  • 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)