This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+4 more
ReleasePort's take
Light signalReleasePort v0.52.35 fixes the dashboard blank-screen issue on iOS Safari by removing an always‑present fixed overlay.
Why it matters: Resolves UI breakage for users accessing the Dashboard via iOS Safari, eliminating scroll‑related rendering failures.
Summary
AI summaryFixed dashboard blank-screen on iOS Safari by removing the always‑present fixed overlay.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes dashboard blank-screen on iOS Safari during scrolling. Fixes dashboard blank-screen on iOS Safari during scrolling. Source: llm_adapter@2026-05-23 Confidence: high |
— |
Full changelog
Fixed
- Dashboard blank-screen on scroll — new lead identified after the previous glass/gradient theories were ruled out by an iOS
prefers-reduced-transparency: reducetest (bug persisted even with reduced transparency, so backdrop-filter andcolor-mixgradients are not the cause). Remaining differentiator: only the dashboard renders a.fab-backdropelement — aposition: fixed; inset: 0full-viewport overlay that was always in the DOM (initialopacity: 0) so the FAB speed-dial open/close could cross-fade. iOS Safari and iOS PWA repeatedly composite fixed-positioned full-viewport elements per scroll frame, which is a known trigger for the blank-screen symptom in this exact scenario. Other module pages don't have this overlay and didn't reproduce the bug. Switched.fab-backdropfromopacity: 0+ always-onposition: fixed; inset: 0todisplay: nonewhen inactive; only laid out when the FAB speed-dial is open. The opacity cross-fade is lost (was barely perceptible) but the dashboard scroll path no longer carries a permanent full-viewport fixed layer.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Beta — feedback welcome: [email protected]