2.5.0
- New Feature Epoxy now generates a Kotlin DSL to use when building models in your EpoxyController! See the wiki for details
- New Feature You can use the
autoLayout
parameter in@ModelView
instead of needing to create a layout resource fordefaultLayout
. Epoxy will then create your view programmatically (#282).
Breaking
- The
onSwipeProgressChanged
callback inEpoxyTouchHelper
had aCanvas
parameter added (#280). You will need to update any of your usages to add this. Sorry for the inconvenience; this will hopefully help you add better swipe animations.