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 dashboard no longer blanks out during scrolling on iOS Safari/WebKit.
Why it matters: Fixes UI blanking during scroll for Dashboard users on iOS Safari/WebKit, improving usability directly in version v0.52.29.
Summary
AI summaryFixed dashboard blanking on iOS Safari/WebKit scrolling.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Dashboard no longer goes blank when scrolling on iOS Safari/WebKit. Dashboard no longer goes blank when scrolling on iOS Safari/WebKit. Source: llm_adapter@2026-05-23 Confidence: high |
— |
Full changelog
Fixed
- Dashboard no longer goes blank when scrolling on iOS Safari/WebKit (root cause fix). The real cause was that the dashboard was the only page scrolling via
.app-content; on scroll,initNavHideOnScrollappliedtransform: translateY(100%)to.nav-bottomwhich—combined with itsbackdrop-filter—created an iOS 26 WebKit compositor conflict with the active scroll container. Fixed by giving.dashboardan internal scroll container (.dashboard-shell, analogous to all other pages), so.app-contentnever scrolls and the nav transition is never triggered.initNavHideOnScrollupdated to use document-level capture scroll delegation and additionally listens to#dashboard-shell. Closes #166.
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]