0.3.0
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
andStylesheet.getDefaultEdgeStyle
no longer returnundefined
. - remove the
CellMap
type. It was not used in the maxGraph code, which should have no impact.
What's Changed
🎉 New Features
- feat: add GraphDataModel.batchUpdate method by @tbouffard in #213
- feat: improve the VertexMixin type by @tbouffard in #211
- feat: improve the EdgeMixin type by @tbouffard in #212
🐛 Bug Fixes
- fix: compute the current style of ShadowRoot element by @tbouffard in #214
- fix: export EditorToolbarCodec and StylesheetCodec by @tbouffard in #218
📝 Documentation
- docs: improve the mxGraph migration guide by @tbouffard in #206
- docs: improve JSDoc of GraphLayout and CompositeLayout by @tbouffard in #217
- docs(release): add task for the "examples" repository by @tbouffard in #215
- docs: add keywords in package.json by @tbouffard in #216
⚙️ 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