Skip to content

2.2.1 Release

Latest
Compare
Choose a tag to compare
@tortmayr tortmayr released this 22 Jul 13:01
· 1 commit to master since this release
v2.2.1

Changes

  • [diagram] Fix minor styling and behavioral issues when using GLSPProjectionView #62

Potentially Breaking Changes

  • [protocol] Fix a bug in the client-server action forwarding that prevented proper marking and handling of server received actions #58
    Following classes and methods are now deprecated:
    • VsCodeGLSPModelSource: Rebinding to a custom model source is no longer necessary. Use the default GLSPModelSource instead.
    • ExtensionAction: The concept of marking actions as locally dispatched ExtensionActions is no longer necessary and usage is discouraged.
    • GlspVscodeConnector.sendToActiveClient: Use GlspVscodeConnector.dispatchAction instead.
    • GlspVscodeConnector.setActionToClient: Use GlspVscodeConnector.dispatchAction instead.

Full Changelog: v2.1.1...v2.2.1