This change log covers only the client-server protocol of Sprotty. See here for other packages.
- Moved actions related to SVG exporting from the
sprotty
package (#459).
Fixed issues and closed PRs: https://github.com/eclipse-sprotty/sprotty/milestone/14?closed=1
- Made (client) layout options available in
sprotty-protocol
(#426).
Fixed issues and closed PRs: https://github.com/eclipse-sprotty/sprotty/milestone/13?closed=1
- Moved more interfaces used for defining Sprotty (external) models into this package so they can be used in backend applications (#413).
- Other smaller improvements (#409)
Fixed issues and closed PRs: https://github.com/eclipse-sprotty/sprotty/milestone/11?closed=1
This version marks the transition of Sprotty's incubation phase into maturity. As part of this, all deprecated API have been removed.
- Add request context to avoid collisions in request IDs (#385); when using this package in a server context, call
setRequestContext('server')
to ensure that requests are disambiguated from other contexts. - Removed all API that was marked as deprecated in any previous release (#374)
Fixed issues and closed PRs: https://github.com/eclipse-sprotty/sprotty/milestone/6?closed=1
Fixed issues: https://github.com/eclipse-sprotty/sprotty/milestone/10?closed=1
- Moved more actions from
sprotty
tosprotty-protocol
to make them available in backend applications (#326).
Fixed issues: https://github.com/eclipse-sprotty/sprotty/milestone/9?closed=1
- Added
ServerActionHandlerRegistry
service to register action handlers for allDiagramServer
instances (#260).
Fixed issues: https://github.com/eclipse-sprotty/sprotty/milestone/8?closed=1