Change log for uiGraphComponent
All notable changes to the package uiGraphComponent made in master are documented here.
Version 8.9.0
Bug Fixes
- UiSdlGraphVisualization
- Disable export button when there is GeoJson data in the graph.
Version 8.8
- UiSdlGraphVisualization
- Added two new actions
NODES_POSITIONS_CHANGEDandGRAPH_VIEW_CHANGED. These new actions publish the nodes data and the graph view data in the payload, you can then consume the data and perform async backend actions or store the data in an application state.
- Added two new actions
Version 8.4
- UiSdlGraphVisualization
- Added a new option for packing options in
UiSdlGraphVisualizationLayoutPackingOptionsto allow the 2 subgraphs to appear at the same level. Also changed the defaultpackingvalue in UiSdlGraphVisualizationLayout toALIGNEDto be the default behavior. You can continue to choose between the different packing options.
- Added a new option for packing options in