eclipse-sprotty / sprotty-server

Server implementation for the Sprotty diagramming framework
https://eclipse.org/sprotty
Eclipse Public License 2.0
23 stars 19 forks source link

[layout] log an error when receiving old-style ComputedBoundsAction #49

Closed JanKoehnlein closed 4 years ago

JanKoehnlein commented 4 years ago

By separating position and size in the ElementsAndBounds we broke API. As this is pretty hard to debug, we should log an error to advice users to upgrade their client as well.

JanKoehnlein commented 4 years ago

See also https://github.com/eclipse/sprotty-server/pull/45