Releases: skydoves/ElasticViews
Releases · skydoves/ElasticViews
2.1.0
🎉 Released a new version 2.1.0
! 🎉
What's New?
- Added a
View
as a receiver onsetOnClickListener
s in Builders and elastic views. - Added
ElasticView
that extendsView
for implementing custom views. - Renamed internal
ElasticView
interface toElasticInterface
. - Updated kotlin to
1.4.31
internally.
2.0.9
2.0.8
🎉 Released a new version 2.0.8
! 🎉
What's New?
- Used mutated drawable for rounded views.
- Refactor views constructor and initialization (#10)
- Updated compile SDK version to 30 and kotlin version to 1.4.10 stable.
- Used single abstract method conversions for listeners.
- Hided kotlin lambda functions in Java APIs using
JvmSynthetic
.
2.0.7
Released version 2.0.7
.
- Added
ElasticCardView
.
<com.skydoves.elasticviews.ElasticCardView
android:layout_width="match_parent"
android:layout_height="120dp"
app:cardCornerRadius="8dp"
app:cardElevation="12dp"
app:cardBackgroundColor="@color/background"
app:cardView_duration="250"
app:cardView_scale="0.8" >
...
</com.skydoves.elasticviews.ElasticCardView>
- Fixed
ElasticLayout
got elastic animation multiple times.
2.0.6
2.0.5
v2.0.4
v2.0.3
Migrating to AndroidX
Migrating to AndroidX