fix(FUX-039): add release changeset for runtime-fallback viewport hardening

Main landed the FUX-039 runtime-fallback agent-card hardening (003948033)
without a changeset, but it affects published @runfusion/fusion. This adds
the missing patch changeset so the fix appears in release notes.
This commit is contained in:
gsxdsm
2026-07-08 15:34:18 -07:00
parent f617dd75c0
commit d8ce3f4088

View File

@@ -0,0 +1,7 @@
---
"@runfusion/fusion": patch
---
summary: Prevent redundant polling and a re-render loop in agent-card runtime-fallback badges.
category: fix
dev: AgentsView now caches one stable ref callback per viewport key (avoids an infinite re-render loop when IntersectionObserver is unavailable) and evicts it on unmount; the test-only toast-dedupe reset is guarded to a no-op in production builds.