This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Releases: chrisbanes/insetter
Releases · chrisbanes/insetter
v0.1.0
Insetter
Unfortunately we had some breaking changes in this release
- Renamed
InsetUtils
class toInsetter
- Collapse paddings and margins into new
ViewState
class. Allows us to add extra state easily later - Change
OnApplyInsetsListener
an interface (allows SAM conversions in Kotlin) - Add view parameter to OnApplyInsetsListener
- Renamed
OnApplyInsetsListener.onInsetsListener()
toonApplyInsets()
. Doh.
v0.0.3
Fix margin* DBX attributes not working
v0.0.2
Fix issue Duplicate class dev.chrisbanes.insetter.BuildConfig
error when using both ktx
and dbx