This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+4 more
ReleasePort's take
Light signalVersion v0.52.26 resolves a blank/white screen scrolling defect on iOS Safari and Android Chrome by disabling backdrop-filter in the scroll container.
Why it matters: Fixes rendering failures during scrolling on two major mobile browsers; immediate relevance for any app experiencing those issues.
Summary
AI summaryFixed scrolling causing blank/white screens on iOS Safari and Android Chrome by disabling backdrop-filter in the scroll container.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes blank/white screen scrolling issue on iOS Safari/WebKit and Android Chrome/Blink. Fixes blank/white screen scrolling issue on iOS Safari/WebKit and Android Chrome/Blink. Source: llm_adapter@2026-05-23 Confidence: high |
— |
Full changelog
Fixed
- Scrolling on any page no longer causes a blank/white screen on iOS (Safari, WebKit) and Android (Chrome, Blink). The previous partial fix (v0.52.22) only removed
backdrop-filterfrom sticky toolbars; the root cause was broader —glass.cssappliedbackdrop-filterto task cards, note items, dashboard widgets, form inputs, meal slots, group-toggles, and skeleton loaders inside theoverflow:autoscroll container, each becoming a separate GPU compositor layer that overwhelmed the mobile compositor on scroll. A single permanent CSS rule now disablesbackdrop-filterfor all scroll-container children; the bottom navigation bar, modals, and toasts retain their blur effect as they sit outside the scroll container. 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]