Skip to content

Releases: eclipse-glsp/glsp-server-node

1.1.0 Release Candiate 3

05 Dec 14:50
Compare
Choose a tag to compare
Pre-release

1.1.0 Release Candiate 2

10 Nov 14:39
Compare
Choose a tag to compare
Pre-release

What's Changed

  • #712 Align GGraph model with newest changes from glsp-server by @ndoschek in #22
  • Layout edges that are children of ports by @sgraband in #23
  • GH-708 Improve eslint config by @tortmayr in #24
  • GH-706 Update protocol version by @xai in #25

New Contributors

  • @xai made their first contribution in #25

Full Changelog: v1.0.0...v1.1.0-RC02

1.0.0. Release

03 Jul 21:38
Compare
Choose a tag to compare

Changes (since the initial contribution )

  • [core] Implement dispatchOnNextUpdate method that enables queuing of actions that should be dispatched after the next graphical model update. #1 - Contributed on behalf of STMicroelectronics
  • [diagram] Implement LayoutEngine API for server-side autolayouting & provide an integration package for layout engines based on ELK. #2 #5 - Contributed on behalf of STMicroelectronics

Breaking Changes

  • [model] Source model refactorings #11
    • ModelSourceLoaderSourceModelStorage
    • Added method to SourceModelStorage
  • [model] Refactor ModelState API #20
    • Introduce updateRoot method
    • DefaultModelState => make root setter protected
  • [gmodel] Refactor & Move all base & helper classes for the direct GModel usecase into own gmodel-lib subdirectory #16