Skip to content

Releases: airbnb/epoxy

3.7.0

01 Jul 16:43
09e5fdb
Compare
Choose a tag to compare

New Add a method to request visibility check externally (#775)

3.6.0

18 Jun 15:48
c51ab81
Compare
Choose a tag to compare

3.5.1

05 Jun 18:53
297c7b1
Compare
Choose a tag to compare

Bumps kotlin to 1.3.31

3.5.0

14 May 14:14
915d414
Compare
Choose a tag to compare
  • 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 of buildModelsWith

  • Fixed Crashes in visibility tracking

3.4.2

18 Apr 19:09
f854709
Compare
Choose a tag to compare

Fixed Kotlin default param handling had issues with overloaded functions

3.4.1

16 Apr 22:50
56a5495
Compare
Choose a tag to compare

The previous 3.4.0 release was supposed to include the Kotlin default param change, but it was mistakenly excluded. This includes it as intended.

3.4.0

12 Apr 13:56
73f5c2b
Compare
Choose a tag to compare

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

05 Feb 22:15
Compare
Choose a tag to compare
  • Fixed Two issues related to the recent EpoxyModelGroup changes (#676)

3.2.0

22 Jan 04:55
2de36ba
Compare
Choose a tag to compare
  • 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)

3.1.0

22 Jan 04:55
2de36ba
Compare
Choose a tag to compare
  • Fix Memory leak in debug mode is removed (#613)
  • Fix For visibility callbacks, wrong visibility when the view becomes not visible (#619)