LastAdapter v2.3.0 Release Notes
Release Date: 2017-11-28 // almost 7 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
- ๐ Fix:
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!
- ๐ New: Removed