Skip to content

Latest commit

 

History

History
59 lines (31 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

59 lines (31 loc) · 2.42 KB

Eclipse Sprotty Change Log (Client-Server Protocol)

This change log covers only the client-server protocol of Sprotty. See here for other packages.

v1.3.0 (Jul. 2024)

  • 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


v1.2.0 (Apr. 2024)

  • Made (client) layout options available in sprotty-protocol (#426).

Fixed issues and closed PRs: https://github.com/eclipse-sprotty/sprotty/milestone/13?closed=1


v1.1.0 (Jan. 2024)

  • 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


v1.0.0 (Oct. 2023)

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


v.0.14.0 (Aug. 2023)

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


v0.13.0 (Dec. 2022)

  • Moved more actions from sprotty to sprotty-protocol to make them available in backend applications (#326).

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


v0.12.0 (Jun. 2022)

  • Added ServerActionHandlerRegistry service to register action handlers for all DiagramServer instances (#260).

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