Skip to content

0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 16:33

⚡ This new version mainly improves Codecs, in particular, it is now possible to import XML model coming from `mxGraph. ⚡

npm package: 0.7.0
Issues: milestone 0.7.0
See also the Changelog file.

What's Changed

🎉 New Features

  • feat: allow to load an XML-stored model produced by mxGraph by @tbouffard in #300
  • feat: declare exports in package.json by @tbouffard in #306

🐛 Bug Fixes

  • fix: make the DynamicLoading story work again by @tbouffard in #296
  • fix: ensure decode works without encode first by @tbouffard in #297
  • fix: define CellStyle.portConstraintRotation as boolean by @tbouffard in #299
  • fix: correctly position the child vertex of an edge using relative geometry by @jkarkoszka in #307
  • fix: remove extra "implements" clause in MaxPopupMenu by @tbouffard in #310
  • fix: import/decode the XML Graph model when the code is minified by @tbouffard in #309

📝 Documentation

🛠 Chore

New Contributors

Full Changelog: v0.6.0...v0.7.0