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:
7
.changeset/fux-039-runtime-fallback-review-polish.md
Normal file
7
.changeset/fux-039-runtime-fallback-review-polish.md
Normal 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.
|
||||
Reference in New Issue
Block a user