Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

32 lines (22 loc) · 1.9 KB

Eclipse Sprotty Change Log

This change log covers only the client part of Sprotty. See also the change logs of sprotty-server, sprotty-theia and sprotty-layout.

v0.7.0 (Oct. 2019)

New features:

  • Command palette (#63)
  • UI extensions (#63)
  • Snap-to-grid (#87)
  • Label editing (#88)
  • Request-response actions (#103)
  • Configure features as parameter to configureModelElement (#109)
  • New function loadDefaultModules (#111)
  • New function configureActionHandler (#117)

Fixed issues: https://github.com/eclipse/sprotty/milestone/2?closed=1

Breaking API changes:

  • Split Viewer in three classes ModelViewer, HiddenModelViewer, PopupModelViewer (#103).
  • Renamed CommandResult type to CommandReturn (#103).
  • Renamed IVNodeDecorator to IVNodePostprocessor (#113, #116).
  • Changed ComputedBoundsAction (#119)
  • SGraphFactory is deprecated (#109).

v0.6.0 (Mar. 2019)

First release of Sprotty with the Eclipse Foundation. The previous repository location was theia-ide/sprotty.