https://kotlinlang.org logo
#compose
Title
# compose
t

tcracknell

11/11/2020, 6:06 PM
Hello! The latest Jetpack Compose minor release, alpha07, is here! You can get it now from Google’s Maven Repository. Release notes are available at https://developer.android.com/jetpack/androidx/versions/all-channel. As always, feedback is welcome; please log issues at https://issuetracker.google.com/issues/new?component=612128. Please note that we will not have a release in 2 weeks due to the American Thanksgiving holiday but will have a release 1 week later.
😱 5
🙌 9
🦜 10
🎉 43
K 2
a

Ash

11/11/2020, 7:00 PM
Is Nav on the same release cycle? Every Compose will have a Nav update?
i

Ian Lake

11/11/2020, 7:01 PM
Yep, Navigation Compose and Paging Compose will release alongside the rest of the Compose 🙂
✔️ 1
t

Tolriq

11/11/2020, 7:15 PM
@Ian Lake while waiting for compose to reach stable, any reason the previous fast iterations on fragments are stopped? So many promising things in 1.3.
i

Ian Lake

11/11/2020, 7:20 PM
Probably makes more sense to keep the conversation here in the #compose channel focused on Compose 🙂 Feel free to DM me.
o

Oussama Haff.

11/11/2020, 7:53 PM
BasicText
is annotated as
@OptIn(InternalTextApi::class)
Correct me if I am wrong, this means that for a non material compose theme, we need to implement our own Text Composable ?
s

Sam

11/11/2020, 7:59 PM
hi @Ian Lake excited to try nav alpha02! did transitions make it in?
i

Ian Lake

11/11/2020, 8:01 PM
No, Transitions are not part of Nav Alpha02. Feel free to star the issue for updates: https://issuetracker.google.com/issues/172112072
a

Ash

11/13/2020, 3:47 PM
Is updating docs in the release cycle? Or just when time allows? Docs still point to '
Copy code
"1.0.0-alpha01"
Just wanted to say "thanks!🙏🏽
2 Views