2.2.1 Release
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
createDiagramWidgetFactoryutility 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.debugArgumentfromdebugtoglspDebugto avoid clashes with nodesdebugargument. Launch configurations and scripts need to be updated accordingly #211 - [diagram] Fix a bug in the
TheiaSelectionForwarderwhen handling multiple diagrams #227- This required a change in event handling. As a consequence the
shellproperty 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