LastAdapter v2.3.0 Release Notes

Release Date: 2017-11-28 // over 6 years ago
    • ๐Ÿ›  Fix: IndexOutOfBoundExeption when not using ObservableList
    • โšก๏ธ Update target SDK to 27
    • โšก๏ธ Update Kotlin to version 1.2.0
    • โšก๏ธ Update support libraries to version 27.0.2
    • โšก๏ธ Update Android build tools to version 27.0.1
    • โšก๏ธ Update Android Gradle Plugin to version 3.0.1

Previous changes from v2.2.0

  • ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ†• New: Removed with constructor โ€“ Use default constructors instead.
    • ๐Ÿ†• New: Added onCreate callback as it is a more convenient place to set the click listeners.
    • ๐Ÿ†• New: Click listeners are not set in on onCreate.
    • ๐Ÿ†• New: Added support for different variable names depending on the type, while still support the old "only one variable name"-style for all types.
    • ๐Ÿ†• New: ViewHolder class renamed to Holder.
    • Smaller size despite including new features!