Update dependency com.airbnb.android:epoxy to v4.6.4 - autoclosed #195
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.1.0
->4.6.4
Release Notes
airbnb/epoxy (com.airbnb.android:epoxy)
v4.6.4
v4.6.3
v4.6.2
Compare Source
Fix Drag n Drop not working in 4.6.1 (#1195)
v4.6.1
Compare Source
Adds "epoxyDisableDslMarker" annotation processor flag which you can use to delay migration to the model building scope DLSMarker introduced in 4.6.0 if it is a large breaking change for your project.
Note that this only applies to your project modules that you apply it to, and does not apply to the handful of models that ship with the Epoxy library (like the Carousel or
group
builder).For example:
v4.6.0
Compare Source
Potentially Breaking
This change uses Kotlin's DSL marker annotation to enforce proper usage of model building extension
functions. You may now need to change some references in your model building code to explicitly reference properties with
this
.v4.5.0
Compare Source
modelCache
inPagingDataEpoxyController
(#1161)v4.4.4
Compare Source
v4.4.3
Compare Source
v4.4.2
Compare Source
v4.4.1
Compare Source
v4.4.0
Compare Source
Bad release, don't use
v4.3.1
v4.3.0
EpoxyModelGroup
in theEpoxyVisibilityTracker
(#1091)Breaking Changes
Note that due to the conversion of EpoxyVisibilityTracker to kotlin you now need to access
EpoxyVisibilityTracker.partialImpressionThresholdPercentage
as a propertyepoxyVisibilityTracker.setPartialImpressionThresholdPercentage(value)
->epoxyVisibilityTracker.partialImpressionThresholdPercentage = value
Also, the ModelGroupHolder improvement required the
ModelGroupHolder#createNewHolder
function to change its signature to accept aViewParent
parameter.If you override
createNewHolder()
anywhere you will need to change it tocreateNewHolder(@​NonNull ViewParent parent)
v4.2.0
Compare Source
Configuration
📅 Schedule: Branch creation - "on the 2nd and 4th day instance on sunday after 9pm" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.