Compose versions updated this past week, lots of changes (go read the changes) but notable changes (IMO) 🎉
1.7.0-alpha06 foundation, anim, ui, runtime, material
• lazy* animation support
• Added
parseAsHtml
method for styled strings
• Implemented experimental support for long screenshots in Compose
•
androidx.compose.material
no longer requires using the same version of every artifact is this maven group. Users can mix and match versions of Compose foundation libraries
1.3.0-alpha04 m3
• Added two experimental versions of the Material3 Carousel - HorizontalMultiBrowseCarousel and HorizontalUncontainedCarousel
Version 1.6.5 stable
• Adds debugging logs to hard-to-reproduce bugs in Row/Column