Compose Version 1.2.0-alpha01 out today :tada: No...
# compose
c
Compose Version 1.2.0-alpha01 out today 🎉 Notable changes (in my opinion): • kotlin 1.6.10 (even though we technically had this last release) • New parameter 
userScrollEnabled
 was added to 
LazyColumn
, 
LazyRow
, and 
LazyVerticalGrid
 in order to allow users to temporarily or permanently disable the user initiated scroll via touch gestures or accessibility actions. Scrolling programmatically via the methods on the state will still be allowed. (I7eae9, b/201150093) • Added Wear OS device ids to Preview devices list (I93232) • Fixes 
TextField
 cursor handle not hiding when scrolled out of view. (I14552, b/208883748) •
ModalBottomSheetState
 now has a 
isSkipHalfExpanded
 flag. It can be either set through the constructor or updated later on by setting `ModalBottomSheetState`'s 
isSkipHalfExpanded
 property to 
true
. Updating `isSkipHalfExpanded`'s value causes a recomposition of the sheet. (I18b86, b/186669820) Edit: Can we get a slackbot that posts releases and release notes? lol
🎉 8
đź‘€ 8
🙌 3
"New parameter 
userScrollEnabled
 was added" @Andrey Kulikov seems like this is the replacement for dragEnabled in Accompanist Pager?
c
@rsktash those changes aren't in this release right? looks like its not merged?
r
@Colton Idle yes it’s not merged
a
@Colton Idle yes, similar param will be soon added for Pager
🙏 1
c
Thank you! Really looking forward to it!
t
Does this mean we should expect a 1.1 release soon?
c
1.1-rc01 is out. so i think a release candidate is a pretty good indicator of a stable release