feat(FN-3092): add dependency graph view release changeset
Adds a changeset to prepare the `@runfusion/fusion` package for releasing the dependency graph view feature. Fusion-Task-Id: FN-3092
This commit is contained in:
12
.changeset/dependency-graph-view.md
Normal file
12
.changeset/dependency-graph-view.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
"@runfusion/fusion": minor
|
||||
---
|
||||
|
||||
Fusion now includes a plugin-first Dependency Graph top-level dashboard view that lets teams explore active task relationships visually, with host support for plugin-registered dashboard destinations and bundled graph rendering for dependency-aware planning.
|
||||
|
||||
- Adds a new Graph destination in dashboard navigation (including desktop overflow/mobile surfaces) via plugin dashboard view registration.
|
||||
- Visualizes task dependencies as connected task cards with directed edges, including in-progress and in-review work while excluding done/archived tasks.
|
||||
- Adds interactive graph controls including pan, zoom, fit-to-screen, and manual node dragging for layout refinement.
|
||||
- Highlights upstream/downstream dependency chains on hover/selection and opens task details from graph cards for quick drill-in.
|
||||
- Persists per-project custom node positions using plugin-managed project-scoped storage.
|
||||
- Introduces and documents the host contract for plugin-provided top-level `dashboardViews` (`PluginDashboardViewDefinition` + loader aggregation + registry-host rendering).
|
||||
Reference in New Issue
Block a user