Releases: NorthwoodsSoftware/gojs-angular
gojs-angular 20.0.0
gojs-angular 20.0.0
- Switched to versioning that reflects the major Angular version
- Updated
immerlibrary to 11.1.3 - Removed
zone.jsdependency
Note this component is not needed to use GoJS in Angular. It is meant to simplify usage of GoJS when you have the constraint of immutable models. See here fore more about using GoJS with Angular.
gojs-angular 2.0.9
DataSyncService ignores removal of non-existent keys.
gojs-angular 2.0.7
Fixed removing data in DataSyncService.
gojs-angular v2.0.6
Bugfix for duplicate node/link insertions. Performance improvements in DataSyncService syncNodeData and syncLinkData
gojs-angular v2.0.5
Use splice instead of filter in DataSyncService.syncNode/LinkData to avoid immer errors. New build process using ng-packager since build-ng-packagr was deprecated.
gojs-angular v2.0.4
Update modelData before node / link data in Diagram / Palette initialization in case of bindings dependent on modelData
gojs-angular v1.0.20
Update modelData before node / link data in Diagram / Palette initialization in case of node / link bindings dependent on modelData
gojs-angular v2.0.3
Adds DiagramComponent.clear method for treating next state update as Diagram reinitialization
gojs-angular v1.0.19
Adds DiagramComponent.clear method for treating next state update as Diagram reinitialization in 1.x branch
gojs-angular v2.0.2
Readme.md contains a migration guide for version 1.x -> Version 2