Releases: skydoves/PowerMenu
Releases · skydoves/PowerMenu
2.2.4
2.2.3
2.2.2
2.2.1
What's Changed
- Update dependencies by @skydoves in #83
- Don't cover the Android virtual keyboard by @RobbWatershed in #91
- Update dependencies and Gradle to 7.5.1 by @skydoves in #94
- Implement icon drawable to the PowerMenuItem by @skydoves in #95
- Migrate maven publication scripts by @skydoves in #96
New Contributors
- @RobbWatershed made their first contribution in #91
Full Changelog: 2.2.0...2.2.1
2.2.0
2.1.9
🎉 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.
2.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.