Compose updates out today!
1.4.3 stable of some artifacts
• Fixed an issue where
AndroidView
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.