Compose 1.2.0-alpha05 released today - Probably t...
# compose
c
Compose 1.2.0-alpha05 released today • Probably the biggest change is that
includeFontPadding
is turned off by default. Most of your layouts will look slightly different, but this is a welcome change IMO. Almost 18 months in the making =) • "Hooray! Compose animation now supports 'Animator duration scale' setting from Developer Options." • Bunch of things related to lazy grids 1.
LazyVerticalGrid
and
LazyHorizontalGrid
are now stable 2.
LazyGridItemInfo.Unknown
was replaced with separate
LazyGridItemInfo.UnknownRow
and
LazyGridItemInfo.UnknownColumn
3.`LazyVerticalGrid`/`LazyHorizontalGrid` and all related apis were moved into
.grid
subpackage. Please update your imports from
androidx.compose.foundation.lazy
to
androidx.compose.foundation.lazy.grid
WindowInsets.toString()
will now show the correct values. Read more here • Updated to use Kotlinx coroutines 1.6.0 • Bunch of things regarding focus 1. Added FocusGroup modifier 2. Modifier.onFocusedBoundsChanged Read more here • Update TextFieldsInScrollableDemo to enable toggling setDecorFitsSystemWindows. (happy to see more progress on text fields in a scrollable. I think we're getting close Zach!) •
TextToolbar
now takes lambda arguments instead of
ActionCallback
. • Updated nullability in core and appcompat to match Tiramisu DP2 •
ComposeContentTestRule.setContent
will now throw an
IllegalStateException
if you try to set content when there already is content.
🙏 3
❤️ 13
🙏🏼 1
z
I really appreciate these posts, thank you @Colton Idle! A heads up, I couldnt find this in the release notes (?) but the
Rounded.Timer
icon changed in this release (from outline to filled). I guess that makes sense though, it now matches the web version.
👍 1
a
Thank you for the summary
👍 2