@swimlane/ngx-graph
Advanced tools
Changelog
9.0.0
This release causes possible breaking changes to how ngx-graph displays on load. The changes should make ngx-graph load more reliably.
If you have developed in the repository previously, you may need to delete your node_modules and run yarn after updating to the latest on master. This repository switched from npm to yarn. Multiple development commands in the package.json have moved. See the README.md for an up to date reference.
Changelog
8.4.0
Changelog
8.3.0
Feature: new ZoomOptions
gives users the ability to force update zoom to fit by omitting internal check and combining auto center to reduce chance of flicker.
Feature: enablePreUpdateTransform @Input
allows users to disable extra call to updateTransform
internally, reducing chance of flicker.
Feature: stateChange @Output
emits changes in state, allowing users to check status of the graph.
Feature: hasGraphDims
, hasDims
, hasNodeDims
, and hasCompoundNodeDims
allow users to check elements have dimension.
Chore: Update docs.
Bug: Update graph dimensions before zoom because sometimes they were out of sync.
Bug: Format README instructions.