Skip to content

0.3.0

Compare
Choose a tag to compare
@tbouffard tbouffard released this 07 Jul 13:00

This release contains new features, bug fixes and documentation improvements. This is an alpha version.

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

Breaking Changes

  • types: Stylesheet.getDefaultVertexStyle and Stylesheet.getDefaultEdgeStyle no longer return undefined.
  • remove the CellMap type. It was not used in the maxGraph code, which should have no impact.

What's Changed

🎉 New Features

🐛 Bug Fixes

  • fix: compute the current style of ShadowRoot element by @tbouffard in #214
  • fix: export EditorToolbarCodec and StylesheetCodec by @tbouffard in #218

📝 Documentation

⚙️ Refactor

  • refactor(type)!: do not return 'undefined' in getDefaultXXXStyle methods by @tbouffard in #209
  • refactor!: remove unused CellMap type by @tbouffard in #210

Full Changelog: v0.2.1...v0.3.0