Skip to content

Releases: mikepenz/FastAdapter

v5.7.0

30 Sep 08:53
ab6213c
Compare
Choose a tag to compare

🚀 Features

  • Upgrade dependencies to latest version | Kotlin 1.7.20

🐛 Fixes

  • Fix crash if FilterResults contain null values

v5.6.0

24 Nov 16:24
1ebbcd6
Compare
Choose a tag to compare

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

14 Sep 12:14
8cc3f7e
Compare
Choose a tag to compare

🐛 Fixes

  • Fix dirs flag is not properly updated in some cases

v5.5.0

10 Sep 09:56
4713bbe
Compare
Choose a tag to compare

🚀 Features

  • Upgrade dependencies / environment
  • Extend ISwipeable

💬 Other

  • Sample app : Simplify Room + LiveData

v5.4.1

16 Apr 08:24
d3a7ab7
Compare
Choose a tag to compare

🐛 Fixes

  • Fix ISubItem not allowed to have only 1 item expanded

v5.4.0

09 Apr 08:57
e80026a
Compare
Choose a tag to compare

🚀 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

17 Mar 15:10
72631f2
Compare
Choose a tag to compare
v5.4.0-b01 Pre-release
Pre-release

🚀 Features

  • Fix drag & drop issues in SimpleDragCallback

v5.3.5

04 Mar 09:11
a31bfaf
Compare
Choose a tag to compare

🐛 Fixes

💬 Other

  • Correct typos in comments and create a dictionary

v5.3.4

07 Feb 09:51
51742ea
Compare
Choose a tag to compare

🚀 Features

  • Update project to properly have transitive dependencies as compile

v5.3.3

06 Feb 11:54
2b9f1c2
Compare
Choose a tag to compare

🚀 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