chore(release): v0.21.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-05 15:31:33 -07:00
parent 035911409c
commit 58a0eff09a
45 changed files with 193 additions and 45 deletions

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": minor
---
Enable browser back-button navigation within the SPA dashboard. Previously, the back button would leave the dashboard entirely. Now it dismisses the top modal or reverts to the previous view, matching standard SPA behavior on both desktop and mobile.

View File

@@ -1,5 +0,0 @@
---
"@fusion/dashboard": patch
---
Differentiate the CLI banner between missing-install and version-mismatch states: when the installed `fn`/`fusion` CLI is out of date, show "Update the Fusion CLI" with current vs target versions and an "Update with npm" button instead of the generic install copy.

View File

@@ -1,5 +0,0 @@
---
"@fusion/dashboard": patch
---
Add `blocked` to `FeatureStatus` so blocked features render with mission-blocked colors in the mission manager.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
fix: declare node-pty as a runtime dependency so `npx runfusion.ai` can start the embedded terminal on a clean install. Previously node-pty was only present transitively via the workspace `@fusion/dashboard` devDependency, which is stripped at publish time — fresh users hit a 503 "PTY module could not be loaded" when opening the dashboard terminal. The package-config test guard has been tightened to catch this regression.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
feat(tui): up/down arrows now cycle sections on the Main page (matching ←/→), except on the Logs panel where they continue to navigate log entries. Pressing Enter on a Logs entry now also releases xterm mouse reporting while the entry is expanded, so users can click-drag to select log text for copying; closing the expanded view restores wheel scrolling automatically.