0.6.0 #1397
0.6.0
#1397
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New:
Support for specifying custom Compose compiler versions. This will allow you to use the latest
version of Redwood with newer versions of Kotlin than it explicitly supports.
See the README for more information.
LazyList
can now be programmatically scrolled through itsScrollItemIndex
parameter.Pull-to-refresh indicator color on
LazyList
is now customizable throughpullRefreshContentColor
parameter.Changes:
data class
to regular classes withequals
/hashCode
/toString()
. If you were relying on destructuring orcopy()
for thesetypes you will need to migrate to doing this manually.
Fix:
LazyList
UICollectionViewFlowLayout
.and correctness.
This version works with Kotlin 1.9.0 by default.
This discussion was created from the release 0.6.0.
Beta Was this translation helpful? Give feedback.
All reactions