PowerMenu v2.1.9 Release Notes
Release Date: 2020-12-02 // almost 4 years ago-
๐ ๐ Released a new version
2.1.9
! ๐What's New?
- โ Added
setIsMaterial(Boolean)
functionality.
ThePowerMenu
andCustomPowerMenu
usesCardView
instead of theMaterialCardView
.
If we set theisMaterial(true)
function, they will be inflated with theMaterialCardView
. - ๐ Changed previous layout resources naming conventions. (29b023c)
- ๐จ Refactored internal codes.
- โ Added
Previous changes from v2.1.8
-
๐ ๐ Released a new version
2.1.8
! ๐What's New?
- ๐ Refactord
ActivityPowerMenuLazy
andFragmentPowerMenuLazy
and add documentations internally. - ๐ Fixed
showPopup()
internal conditions for showing popup safely in the Activity. - โก๏ธ Updated Gradle build tool version to
4.1.1
internally. - โ Removed
kotlin-android-extensions
plugin.
- ๐ Refactord