Changes
- [layout] Ensure that model is updated correctly when using
automatic
server 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
ElkLayoutEngine
engine does not error in browser-only server implementations #83 - [gmodel] Introduce new
Resizable
interface that is implemented by allGShapeElements
and allows per-element definition of resize handle locations #84 - [action] Ensure that actions queued with
dispatchAfterNextUpdate
are also dispatched after the initialSetModelAction
#88
Potentially Breaking Changes
- [protocol] Removed local definition of
GIssueMarker
and reuse it from@eclipse-glsp/protocol
instead #88- =>
GIssueMarker
is now an interface instead of a class
- =>
Full Changelog: v2.1.0...v2.2.1