Changes for 4.0.3
- 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.
- Typings fixes for Palette and Overview constructors.