Changes
- [rpc] Ensure that the GLSP client properly reconnects to the backend after a temporary connection loss #197 #203
- [diagram] Fix a bug that prevented proper disposal of the hidden diagram div after closing a diagram editor #204
- [diagram] Improve
createDiagramWidgetFactory
utility function to also support factories for GLSPDiagramWidget subclasses #211 - [diagram] Ensure that viewport restore on diagram open works generically indecently of how the diagram widget has been created #218
Potentially Breaking Changes
- [launch] Changed the
GLSPServerContributionOptions.debugArgument
fromdebug
toglspDebug
to avoid clashes with nodesdebug
argument. Launch configurations and scripts need to be updated accordingly #211 - [diagram] Fix a bug in the
TheiaSelectionForwarder
when handling multiple diagrams #227- This required a change in event handling. As a consequence the
shell
property has been removed. This might impact custom subclasses.
- This required a change in event handling. As a consequence the
Full Changelog: v2.1.0...v2.2.1