https://kotlinlang.org logo
Title
c

Colton Idle

01/12/2022, 7:17 PM
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. (I7eae9b/201150093) • Added Wear OS device ids to Preview devices list (I93232) • Fixes 
TextField
 cursor handle not hiding when scrolled out of view. (I14552b/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. (I18b86b/186669820) Edit: Can we get a slackbot that posts releases and release notes? lol
🎉 8
🙌 3
👀 8
"New parameter 
userScrollEnabled
 was added" @Andrey Kulikov seems like this is the replacement for dragEnabled in Accompanist Pager?
c

Colton Idle

01/12/2022, 8:03 PM
@rsktash those changes aren't in this release right? looks like its not merged?
r

rsktash

01/12/2022, 9:27 PM
@Colton Idle yes it’s not merged
a

Andrey Kulikov

01/13/2022, 10:56 AM
@Colton Idle yes, similar param will be soon added for Pager
🙏 1
c

Colton Idle

01/13/2022, 5:41 PM
Thank you! Really looking forward to it!
t

tylerwilson

01/13/2022, 10:48 PM
Does this mean we should expect a 1.1 release soon?
c

Colton Idle

01/13/2022, 10:51 PM
1.1-rc01 is out. so i think a release candidate is a pretty good indicator of a stable release