You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: use new features of maxGraph 0.18.0 (#215)
The overall size of the all examples decreases:
- use `BaseGraph` to control the default styles that are registered
- use `EdgeMarker` instead of the duplicated implementation in the example
In addition:
- use the `CellEditorHandler` plugin that was missing in the list of declared plugins.
- remove ts-ignore that are no longer generated when calling the maxGraph API
refactor: remove duplication in projects (#195)
Allow a single CSS import.
When possible, fill the HTML with shared code.
In all projects, add link to the bundler/tool in the title.