Skip to content

2.2.1 Release

Latest
Compare
Choose a tag to compare
@tortmayr tortmayr released this 22 Jul 12:49
· 8 commits to master since this release
v2.2.1

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 from debug to glspDebug to avoid clashes with nodes debug 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.

Full Changelog: v2.1.0...v2.2.1