2.2.1 Release
Changes
- [layout] Ensure that model is updated correctly when using
automaticserver layout #74 - [gmodel] Add proper undefined/null handling in GModel builder functions #76
- [launch] Improve Winston-Logger implementation to properly handle non-serializable objects #82
- [layout] Ensure that including
ElkLayoutEngineengine does not error in browser-only server implementations #83 - [gmodel] Introduce new
Resizableinterface that is implemented by allGShapeElementsand allows per-element definition of resize handle locations #84 - [action] Ensure that actions queued with
dispatchAfterNextUpdateare also dispatched after the initialSetModelAction#88
Potentially Breaking Changes
- [protocol] Removed local definition of
GIssueMarkerand reuse it from@eclipse-glsp/protocolinstead #88- =>
GIssueMarkeris now an interface instead of a class
- =>
Full Changelog: v2.1.0...v2.2.1