-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modifier.animateItemPlacement()
deprecated in Compose Foundation v1.7.0-alpha06
#26
Comments
Modifier.animateItemPlacement()
deprecated in Compose Foundation v1.7.0Modifier.animateItemPlacement()
deprecated in Compose Foundation v1.7.0-alpha06
Did some math in #32
So that means Compose Foundation v1.7.0 will probably be out around late August - early September. |
Sorry to bother you. I cloned the lib files into my project. Bumped Compose libs (Android ones because it's an Android app) to 1.7.0-beta02. Replaced animateItemPlacement() with animateItem(), but nothing changed. Did I do something wrong and there is more work to do to adapt to newer Compose versions? |
There are lots of places marked |
Good news! v1.7.0 is being released in June according to https://android-developers.googleblog.com/2024/05/whats-new-in-jetpack-compose-at-io-24.html, we should see v1.7.0 land in Compose Multiplatform some time in June/July. |
Looks like they have been late. But it has been released now on the 4th of September. |
Unfortunately I still have to wait until it hits multiplatform. The good news is you can use the beta version of Reorderable, it uses the beta version of multiplatform which has 1.7.0. |
Hello Multiplatform have hit 1.7.0 earlier https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.7.0 |
Amazing! Thank you for letting me know. I'll update asap |
v2.4.0 is out |
In Compose Foundation version 1.7.0-alpha06 release notes.
Should remove
Modifier.animateItemPlacement()
withModifier.animateItem()
once v1.7.0 is out.The text was updated successfully, but these errors were encountered: