Skip to content

Releases: NorthwoodsSoftware/gojs-angular

gojs-angular 20.0.0

08 Jan 16:44

Choose a tag to compare

gojs-angular 20.0.0

  • Switched to versioning that reflects the major Angular version
  • Updated immer library to 11.1.3
  • Removed zone.js dependency

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

06 Nov 11:54

Choose a tag to compare

DataSyncService ignores removal of non-existent keys.

gojs-angular 2.0.7

26 Mar 15:15

Choose a tag to compare

Fixed removing data in DataSyncService.

gojs-angular v2.0.6

26 Aug 17:35

Choose a tag to compare

Bugfix for duplicate node/link insertions. Performance improvements in DataSyncService syncNodeData and syncLinkData

gojs-angular v2.0.5

12 Aug 19:10

Choose a tag to compare

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

21 Oct 13:20

Choose a tag to compare

Update modelData before node / link data in Diagram / Palette initialization in case of bindings dependent on modelData

gojs-angular v1.0.20

21 Oct 13:17

Choose a tag to compare

Update modelData before node / link data in Diagram / Palette initialization in case of node / link bindings dependent on modelData

gojs-angular v2.0.3

18 Aug 15:26

Choose a tag to compare

Adds DiagramComponent.clear method for treating next state update as Diagram reinitialization

gojs-angular v1.0.19

18 Aug 15:25

Choose a tag to compare

Adds DiagramComponent.clear method for treating next state update as Diagram reinitialization in 1.x branch

gojs-angular v2.0.2

28 Jul 18:55

Choose a tag to compare

Readme.md contains a migration guide for version 1.x -> Version 2