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 defaultGLSPModelSource
instead.ExtensionAction
: The concept of marking actions as locally dispatchedExtensionActions
is no longer necessary and usage is discouraged.GlspVscodeConnector.sendToActiveClient
: UseGlspVscodeConnector.dispatchAction
instead.GlspVscodeConnector.setActionToClient
: UseGlspVscodeConnector.dispatchAction
instead.
Full Changelog: v2.1.1...v2.2.1