This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+4 more
ReleasePort's take
Light signalThe release fixes a dashboard blank‑screen issue during scrolling by swapping the gradient overlay for a flat translucent background.
Why it matters: Eliminates UI rendering failures on scroll, improving user experience with no additional configuration required.
Summary
AI summaryFixed dashboard blank-screen on scroll by replacing per-widget gradient overlay with a flat translucent background.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes dashboard blank-screen on scroll by replacing gradient overlay with flat translucent background. Fixes dashboard blank-screen on scroll by replacing gradient overlay with flat translucent background. Source: llm_adapter@2026-05-23 Confidence: high |
— |
Full changelog
Fixed
- Dashboard blank-screen on scroll — actual dashboard-specific trigger identified. Each
.dashboard .widget::aftercarried alinear-gradient(135deg, color-mix(...), transparent 70%)as a full-cover tint overlay (glass.csssection 25). With many widgets stacked in the dashboard grid, each scrolling instance applied the gradient +color-mix()pattern repeatedly across the scroll viewport, reproducing the same WebKit/Blink scroll-rasterization failure that v0.52.32 fixed for.app-content. No other module page has a comparable per-card gradient overlay pseudo-element, which is why only the dashboard remained broken after v0.52.32/v0.52.33. Replaced the gradient with a flat translucentcolor-mix()background (half the original tint strength) so the module-accent vibrancy is preserved without a gradient. The pre-existing@media (prefers-reduced-transparency: reduce) { .dashboard .widget::after { display: none } }rule was a strong hint at the same conclusion.
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]