All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added property for shimmer direction #23
- Added property for shimmer angle
- Breaking: Changed api for creating and applying skeletons
- Supporting ViewPager2 #22
- Supporting subclassing SkeletonLayout #18
- Fixed lifecycle problem with ViewBinding #17
- Fixed IllegalStateException: The specified child already has a parent #14
- Migrated to androix #4
- Fixed skeleton dimensions in RecyclerView
- Fixed crash when creating skeleton manually within ViewHolder
- Fixed parsing of cornerRadius from attributes
- Renamed attribute for cornerRadius into maskCornerRadius
- Initial version