Litho (By Facebook) v0.25.0 Release Notes

  • 2019-03-14

    • Breaking: Migrate support lib dependencies to AndroidX. (de3097b)
    • Breaking: Remove DisplayListDrawable and other DisplayList-related features. (29f42fa)
    • Breaking: Remove References API. (b1aa39a)
    • New: Remove object pooling for most internal objects.
    • New: Replace powermock-reflect with internal Whitebox implementation. (ad899e4)
    • New: Enable Gradle incremental AnnotationProcessing. (a864b5a)
    • New: Allow TextInput to accept null as inputBackground. (d1fd03b)
    • New: Add documentation.
    • Fix: Suppress focus temporarily while mounting. (d93e2e0)
    • Fix: When clearing press state, also cancel pending input events. (451e8b4)
    • Fix: Correctly calculate VisibilityChangedEvent in MountState. (66d65fe)
    • Fix: Thread safety issue of ViewportChanged listeners of ViewportManager. (9da9d90)

    For more details, see the full diff.