Version 1.2.0-alpha08 is out! - Update to Kotlin ...
# compose
c
Version 1.2.0-alpha08 is out! • Update to Kotlin 1.6.20! • New experimental
LazyLayout
API is introduced. This allows you to build your own components like
LazyColumn
of
LazyVerticalGrid
. Note that the API is in its early stages and can be changed in the future releases • Bunch of updates to Paragraph, pointer input, Fonts Material 3 updates •
material3-window-size-class
is a new library that provides support for window size classes: a set of opinionated viewport breakpoints for you to design, develop, and test resizable application layouts against. • Lots of little updates
K 5
jetpack compose 6
🎉 19
👀 2
t
Ooo
LazyLayout
sounds fun
☝🏼 1
☝🏻 1
☝🏽 1
☝️ 5
t
Many crashes here 😛
a
^^
a
I would also highlight “Enable Nested Scroll interop between Compose and View in the direction Compose > View. This means that a compose parent will be able to receive nested scroll deltas from a nested scroll view.” Commit
🙌🏼 3
😍 1
👍 3
s
Uhm, did the font padding thing change again?
c
@Siyamed ^?
I think I saw something in issuetracker where things like line height and stuff will be applied to a single line of text (whereas before it only applied on multiple lines), but AFAIK font padding is disabled by default since like 2 versions ago.
s
Based on feedback for 1.2 we changed default font padding, kept the api to turn it off https://android.googlesource.com/platform/frameworks/support/+/41a4e31408842caa2b58db5e4ee6ec708464425f
c
Oh. So it defaults to font padding enabled now?
s
Yes
👍 2