v0.2.0-next.5
Pre-release
Pre-release
·
140 commits
to next
since this release
0.2.0-next.5 (2026-08-11)
⚠ BREAKING CHANGES
- android:
android.notificationButtonsis now
android.remoteButtonLayout, and itsbackSecondary/forwardSecondary
fields are gone — no Android surface ever rendered them. The type
NotificationButtonLayoutis nowRemoteButtonLayoutand
NotificationButtonis nowRemoteButton; nothing in this path is
notification-specific, which is what disguised the bug. Buttons that
previously named a secondary slot should move tooverflow.
All three fields of the layout are now required, so a layout always describes the whole arrangement — use
undefined for an empty position and [] for no overflow. Omit
remoteButtonLayout (or set it to null) to derive one from
capabilities.