Releases: airbnb/epoxy
Releases · airbnb/epoxy
3.7.0
3.6.0
3.5.1
3.5.0
-
New Converted EpoxyRecyclerView to Kotlin (you may need to update your usage for this). Also added built in support for
EpoxyRecyclerView#withModels
for easy inline model building with Kotlin - this should replace Kotlin usage ofbuildModelsWith
-
Fixed Crashes in visibility tracking
3.4.2
3.4.1
3.4.0
3.4.0 (April 10, 2019)
New Support kotlin default parameters in @ModelView classes (#722)
New Generate OnModelCheckedChangeListener override for props of type CompoundButton.OnCheckedChangeListener
(#725)
New Extract ID generation methods to new public IdUtils class (#724)
Changed Reset controller state on failed model build (#720)
Changed Disabled the auto-detach behavior on Carousels by default (#688)
3.3.0
3.2.0
- New Enable recycling of views within EpoxyModelGroup (#657)
- New Add support to tracking visibility in nested RecyclerViews (#633)
- New Add method to clear cache in paging controller (#586)
- Fix Crashes from synchronization in PagedListEpoxyController (#656)
- Fix Get onSwipeProgressChanged callbacks on return to original item position (#654)