You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typings fixes so that typed models, such as go.GraphLinksModel<MyNodeData, MyLinkData>, are assignable to non-typed Model and GraphLinksModel variables and parameters. This also allows a Diagram subclass to override Diagram.model with a more specific model type.
Changes for 4.0.2
Scrollbar customization fixes.
Changes for 4.0.1
Fixed a rendering bug with Adornments when placed into non-default layers.
Typings fixes for Model setters (like Diagram.model) to accept non-typed models without raising errors.