Colton Idle
05/04/2023, 4:42 AMAndroidView
may not be laid out correctly when used with certain Modifiers. (I4dc77, b/274797771)
• Fixed a bug in 2D Focus Search that affected DropDown
Menus (b/276811828)
• Fixed a bug in custom focus enter/exit properties that only ran the enter/exit block the first time the lambda was invoked (b/277234245)
• Fixed a regression in the focus system that caused a crash while reading focusProperties
. (b/271324781, b/274897776)
Compose compiler 1.4.7
• Support for Kotlin 1.8.21 🎉
• Added primitive versions of the State
API, allowing Int, Long, Float, and Double values to be tracked in State
objects without incurring penalties for autoboxing.Norbi
05/10/2023, 11:32 AM