2.2.4
What's Changed
- Update Kotlin, appcompat, and material versions by @skydoves in https://github.com/skydoves/PowerMenu/pull/108
Full Changelog: https://github.com/skydoves/PowerMenu/compare/2.2.3...2.2.4
2.2.3
What's Changed
- Update AGP to 7.4.1, gradle to 7.6.1, and lifecycle to 2.6.1 by @skydoves in https://github.com/skydoves/PowerMenu/pull/104
Full Changelog: https://github.com/skydoves/PowerMenu/compare/2.2.2...2.2.3
2.2.2
What's Changed
- Fix focus state by @sebastienrouif in https://github.com/skydoves/PowerMenu/pull/97
- Update AGP to 7.3.1 and gradle to 7.6 by @skydoves in https://github.com/skydoves/PowerMenu/pull/98
- Convert
PowerMenuItem
to kotlin file and addiconContentDescription
property by @skydoves in https://github.com/skydoves/PowerMenu/pull/99
Full Changelog: https://github.com/skydoves/PowerMenu/compare/2.2.1...2.2.2
2.2.1
What's Changed
- Update dependencies by @skydoves in https://github.com/skydoves/PowerMenu/pull/83
- Don't cover the Android virtual keyboard by @RobbWatershed in https://github.com/skydoves/PowerMenu/pull/91
- Update dependencies and Gradle to 7.5.1 by @skydoves in https://github.com/skydoves/PowerMenu/pull/94
- Implement icon drawable to the PowerMenuItem by @skydoves in https://github.com/skydoves/PowerMenu/pull/95
- Migrate maven publication scripts by @skydoves in https://github.com/skydoves/PowerMenu/pull/96
New Contributors
- @RobbWatershed made their first contribution in https://github.com/skydoves/PowerMenu/pull/91
Full Changelog: https://github.com/skydoves/PowerMenu/compare/2.2.0...2.2.1
2.2.0
🎉 Released a new version 2.2.0
! 🎉
What's New?
- Correct item index with header (#73).
- Added a new lazy
powerMenu()
View extension for using on custom views. (b8d21b2, aa932cc) - Added
setLifecycleOwnerFromContext()
internally for getting alifecycleOwner
from a context.
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.
2.1.7
🎉 Released a new version 2.1.7
! 🎉
What's New?
- The status is being dimmed when showing background.
- Updated gradle buiild tool version to
4.0.1
internally. - Removed unused resources.
2.1.6
🎉 Released a new version 2.1.6
! 🎉
What's New?
- Allow stroke through MaterialCardView styling (#64).
- Added
setIconSize
,setIconPadding
,setIconColor
functionalities toPowerMenu.Builder
. - Replace compound drawable icon to imageView for aligning accurately.