Skip to content

Releases: NorthwoodsSoftware/gojs-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

1.0.18

28 Jul 15:15

Choose a tag to compare

Removes unneeded calls to layoutDiagram in ngAfterViewInit lifecycle hooks in DiagramComponent and PaletteComponent