airbnb / epoxy

Epoxy is an Android library for building complex screens in a RecyclerView
https://goo.gl/eIK82p
Apache License 2.0
8.46k stars 730 forks source link

Upgrade recyclerview version to 1.3.0-alpha02 #1313

Closed WessimBetclic closed 1 year ago

WessimBetclic commented 1 year ago

Hello!

In order to improve recyclerview interoperability with compose it is recommended to upgrade to 1.3.0-alpha02 to handle disposing properly (see more here)

You might be waiting for the stable version to upgrade it but I just wanted to make sure this was in the pipes.

Thank you!

martymiller commented 1 year ago

Seems like a risk to base a library on an alpha version. Doesn't really matter since Epoxy is pretty much abandoned at this point.

elihart commented 1 year ago

It's already done :) https://github.com/airbnb/epoxy/pull/1308

WessimBetclic commented 1 year ago

That's great thank you ! is there a release planned soon ? because it's not on the 5.0.0-beta03 actually

elihart commented 1 year ago

yes, a release is planned before long, but you can also make your own too