v1.8.0-alpha03
What's New
Compose Multiplatform v1.8.0-alpha03 completes K2 compiler migration and introduces cross-platform BackHandler APIs. Major improvements target iOS with VoiceControl accessibility, swipe-to-dismiss modals, and nested scroll view support. A new suspend-based Clipboard API replaces the deprecated ClipboardManager for better Web compatibility.
Highlights
- Full K2 compiler migration for Compose Multiplatform codebase; requires Kotlin 2.1.0+
- New multiplatform BackHandler and PredictiveBackHandler APIs integrated into Material3
- Enhanced iOS accessibility with VoiceControl support and semantic element ordering matching Android
- New suspend-based Clipboard interface works correctly across all platforms including Web
- iOS modal dismissal via swipe gesture and improved nested UIScrollView support
- Critical iOS performance fixes for screen reader and multitouch gesture tracking
Breaking Changes
- IdlingResource interface and related ComposeUiTest methods removed from Web and iOS; use waitUntil as alternative
- ClipboardManager deprecated in favor of new suspend-based Clipboard interface
- Experimental iOS classes CupertinoScrollDecayAnimationSpec and CupertinoOverscrollEffect removed from public API
Deprecations
- ClipboardManager deprecated; migrate to new Clipboard interface with suspend functions
- AccessibilitySyncOptions removed; accessibility tree now built on demand
Recent Releases
All releases →
v1.11.0-alpha03
Feb 25, 2026
Release Notes →
v1.10.1
Feb 10, 2026
Release Notes →
v1.11.0-alpha02
Jan 27, 2026
Release Notes →
v1.10.0
Jan 13, 2026
Release Notes →
v1.11.0-alpha01
Dec 16, 2025
Release Notes →
v1.10.0-rc02
Dec 9, 2025
Release Notes →
v1.10.0-rc01
Dec 2, 2025
Release Notes →
v1.10.0-beta02
Nov 20, 2025
Release Notes →
v1.9.3
Nov 6, 2025
Release Notes →
v1.10.0-beta01
Nov 4, 2025
Release Notes →
v1.9.2
Oct 29, 2025
Release Notes →