This change log covers only the client part of Sprotty. See also the change logs of sprotty-server, sprotty-theia and sprotty-layout.
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 classesModelViewer
,HiddenModelViewer
,PopupModelViewer
(#103). - Renamed
CommandResult
type toCommandReturn
(#103). - Renamed
IVNodeDecorator
toIVNodePostprocessor
(#113, #116). - Changed
ComputedBoundsAction
(#119) SGraphFactory
is deprecated (#109).
First release of Sprotty with the Eclipse Foundation. The previous repository location was theia-ide/sprotty.