You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[feature] Improve external navigation support through dedicated action. #153
[build] Added a download script to download the latest workflow-glsp-server JAR from maven artifactory #171
[diagram] Fixed a bug that kept the hover feedback visible after the diagram widget becomes inactive #184
[diagram] Extended the ModifyCssFeedbackAction to support both string[] and SModelElement[] as input #103
[diagram] Improved extensibility of AutoCompleteWidget by enabling changing of settings without having to re-instantiate the entire widget #104
[model] Added SArgumentable interface for denoting SModelElements that contain an arbitrary arguments map #194
[diagram] Implemented a marquee selection tool to select multiple elements at once by drawing a rectangle. #199#213
[protocol] Added fileUri property to SaveModelAction. This can be used to implement save-as functionality #208
[protocol] Implemented missing typeguard functions for all protocol operations #212
[diagram] Implemented a reusable utility function (configureDefaultModelElements) that handles configuration of default model elements and views.
Introduced reusable view for rounded corner nodes and and improved edge view that supports custom padding for easer mouse handling. Adapted the workflow example to make use of these new views #180
[example] Cleaned up and reworked the workflow example. Additional css classes are now applied directly to the SModelElement instead of using custom views. Removed now obsolete classes TaskNodeView and WeightedEdgeView#220
[diagram] Fixed a bug in the connection tool regarding the feedback edge snapping computation for nested elements. #224
[diagram] Fixed a bug in the copy& paste behavior. #249
[protocol] Fixed the definition of ChangeContainerOperation. #253
[protocol] Remove the name property from GLSPClient. #258
[diagram] Fixed a bug in Firefox that required elements to be selected before they can be moved. #376
[protocol] Extract action message protocol and action definitions from @eclipse-glsp/client and move to @eclipse-glsp/protocol#256 - Contributed on behalf of STMicroelectronics
[diagram] Fixed a bug that occurred when moving nested elements. #225
[example] Added support for structured nodes (categories) in workflow-example. #392
[diagram] Fixed a bug related to the mouse cursor position on resize. #400
[model] Add a convenience method to create a container with default modules. #419
Breaking Changes
[diagram] Introduced glspViewportModule. This module contains a custom ScrollMouseListener that gets disabled if the MarqueeTool is active. This module should be used instead of the viewportModule provided by sprotty #199
[protocol] Fixed the definition of ChangeContainerOperation. The type of the location property has been changed from string to Point. #253
[protocol] Remove the name property from GLSPClient. #258
[build] Upgrade to Snabbdom3 and ES2017. Depended packages should upgrade to ES2017 as well. #137