swimlane / ngx-graph

Graph visualization library for angular
https://swimlane.github.io/ngx-graph
MIT License
922 stars 285 forks source link

(release): 8.2.1 #512

Closed steveblue closed 1 year ago

steveblue commented 1 year ago

What kind of change does this PR introduce? (check one with "x")

What is the current behavior? (You can also link to an open issue here)

When using the new deferDisplayUntilPosition Input introduced in 8.2.0, cluster nodes and compound nodes may not appear properly.

What is the new behavior?

This fixes the issue by setting hidden to false on clusters and compound nodes when the Input is truthy.

Does this PR introduce a breaking change? (check one with "x")

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information: