FastAdapter Versions Save

The bullet proof, fast and easy to use adapter library, which minimizes developing time to a fraction...

v5.7.0

1 year ago

🚀 Features

  • Upgrade dependencies to latest version | Kotlin 1.7.20
    • PR: #1039

🐛 Fixes

  • Fix crash if FilterResults contain null values
    • PR: #1038
    • Thanks for the report @AlexDeadman

v5.6.0

2 years ago

Upgrade notes

  • The UndoHelper.withSnackbar method was refactored to now take a function to construct the Snackbar

🚀 Features

  • Upgrade library dependencies (Kotlin 1.5.31, Compile 31, AppCompat 1.4.0)
    • PR: #1020
  • Introduce payload when notifying item change on expand/collapse
    • PR: #1021
  • Enhanced Snackbar API in UndoHelper
    • PR: #1022

🐛 Fixes

  • Enhanced Snackbar API in UndoHelper
    • PR: #1022

v5.5.1

2 years ago

🐛 Fixes

  • Fix dirs flag is not properly updated in some cases
    • PR: #1013
    • Thanks @MFlisar

v5.5.0

2 years ago

🚀 Features

  • Upgrade dependencies / environment
    • PR: #1010
  • Extend ISwipeable
    • PR: #1009
    • Thanks @MFlisar

💬 Other

  • Sample app : Simplify Room + LiveData
    • PR: #999

v5.4.1

3 years ago

🐛 Fixes

  • Fix ISubItem not allowed to have only 1 item expanded
    • PR: #993

v5.4.0

3 years ago

🚀 Features

  • Fix drag & drop issues in SimpleDragCallback
    • PR: #985
    • thanks @cketti
  • Remove library reliance on jcenter | limit sample app repositories
    • PR: #970

🐛 Fixes

  • Fix wrong position in case of more than 2 child adapters
    • PR: #989
    • thanks @DeweyReed

v5.4.0-b01

3 years ago

🚀 Features

  • Fix drag & drop issues in SimpleDragCallback
    • PR: #985
    • Thanks to @cketti

v5.3.5

3 years ago

🐛 Fixes

  • Minor fix for drawer swipe
    • PR: #979
    • Thanks @RobbWatershed

💬 Other

  • Correct typos in comments and create a dictionary
    • PR: #982
    • Thanks @Benjiko99

v5.3.4

3 years ago

🚀 Features

  • Update project to properly have transitive dependencies as compile
    • PR: #971

v5.3.3

3 years ago

🚀 Features

  • Publish only to sonatype | remove bintray
    • PR: #965
  • Kotlin 1.4.30 | Material components 1.3.0 | Gradle 6.8.2
    • PR: #966

💬 Other

  • Refresh sample app setup | ViewBinding and Coil
    • PR: #967