8000 Releases · airbnb/epoxy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: airbnb/epoxy

5.1.4

25 Jan 20:51
c081376
Compare
Choose a tag to compare
  • Change the way the Compose interop works to avoid Android 12 bug (#1370)

5.1.3

19 May 19:46
9a43af4
Compare
Choose a tag to compare

Update to kotlin 1.8.21
Fix click listener kapt bug (#1327)
Resolve unchecked call warning for WrappedEpoxyModelClickListener (#1337)
Fix refresh KDoc (#1334)
epoxy-kspsample : use ksp block to specify arguments (#1347)

5.1.2

04 Apr 23:44
50f8c21
Compare
Choose a tag to compare

Updates kotlin, ksp, and the xprocessing library.

Notably, the androidx.room:room-compiler-processing library (aka xprocessing) has been updated to 2.6.0-alpha01. This version is incompatible with previous versions due to a breaking API change. All annotation processors using this library must be on the same version. Other annotation processors such as Epoxy and Paris also use xprocessing and if you use them you need to use a version of them that also uses xprocessing 2.6.0-alpha01

5.1.1

03 Nov 22:09
109d434
Compare
Choose a tag to compare

Remove incorrect ksp symbol validation

5.1.0

21 Oct 02:21
85f3cfc
Compare
Choose a tag to compare