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.33 fixes the dashboard blank-screen issue that occurred while scrolling due to a linear-gradient with color-mix.
Why it matters: Resolves UI rendering failure affecting Dashboard; critical for user experience when navigating content.
Summary
AI summaryFixed dashboard blank-screen issue caused by linear-gradient with color-mix during scrolling.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes dashboard blank-screen issue when scrolling. Fixes dashboard blank-screen issue when scrolling. Source: llm_adapter@2026-05-23 Confidence: low |
— |
| Bugfix | Medium |
Resolves dashboard blank-screen on scroll by replacing complex gradient with solid background. Resolves dashboard blank-screen on scroll by replacing complex gradient with solid background. Source: granite4.1:30b@2026-05-23-audit Confidence: low |
— |
Full changelog
Fixed
- Dashboard blank-screen on scroll — final remaining trigger. After v0.52.32 fixed the bug on every other page by moving the
color-mix()radial gradient off the scroll container, the dashboard still reproduced the symptom because.dashboard-overviewcarried the same problematic pattern: alinear-gradient(180deg, color-mix(...), color-mix(...))on a large, scrolled element. Replaced with the solidvar(--color-surface)background that all other.widgetelements already use. The dashboard now matches the rest of the app: no scrolled element on any page carries a complexcolor-mix()gradient background.
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]