Releases: mikepenz/FastAdapter
Releases · mikepenz/FastAdapter
v5.7.0
🚀 Features
- Upgrade dependencies to latest version | Kotlin 1.7.20
🐛 Fixes
- Fix crash if
FilterResults
contain null
values
v5.6.0
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)
- Introduce payload when notifying item change on expand/collapse
- Enhanced
Snackbar
API in UndoHelper
🐛 Fixes
- Enhanced
Snackbar
API in UndoHelper
v5.5.1
🐛 Fixes
- Fix
dirs
flag is not properly updated in some cases
v5.5.0
🚀 Features
- Upgrade dependencies / environment
- Extend ISwipeable
💬 Other
- Sample app : Simplify Room + LiveData
v5.4.1
🐛 Fixes
- Fix
ISubItem
not allowed to have only 1 item expanded
v5.4.0
🚀 Features
- Fix drag & drop issues in SimpleDragCallback
- Remove library reliance on jcenter | limit sample app repositories
🐛 Fixes
- Fix wrong position in case of more than 2 child adapters
v5.4.0-b01
🚀 Features
- Fix drag & drop issues in SimpleDragCallback
v5.3.5
🐛 Fixes
- Minor fix for drawer swipe
💬 Other
- Correct typos in comments and create a dictionary
v5.3.4
🚀 Features
- Update project to properly have transitive dependencies as compile
v5.3.3
🚀 Features
- Publish only to sonatype | remove bintray
- Kotlin 1.4.30 | Material components 1.3.0 | Gradle 6.8.2
💬 Other
- Refresh sample app setup | ViewBinding and Coil