Skip to content

Releases: skydoves/PowerMenu

2.2.4

28 Jun 09:15
0dab20d
Compare
Choose a tag to compare

What's Changed

  • Update Kotlin, appcompat, and material versions by @skydoves in #108

Full Changelog: 2.2.3...2.2.4

2.2.3

23 Apr 20:24
d17f715
Compare
Choose a tag to compare

What's Changed

  • Update AGP to 7.4.1, gradle to 7.6.1, and lifecycle to 2.6.1 by @skydoves in #104

Full Changelog: 2.2.2...2.2.3

2.2.2

19 Dec 11:54
fae34c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.2.2

2.2.1

16 Oct 01:27
0e40ca4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0

12 Jul 15:13
583e864
Compare
Choose a tag to compare

🎉 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 a lifecycleOwner from a context.

2.1.9

02 Dec 15:27
aae49f2
Compare
Choose a tag to compare

🎉 Released a new version 2.1.9! 🎉

What's New?

  • Added setIsMaterial(Boolean) functionality.
    The PowerMenu and CustomPowerMenu uses CardView instead of the MaterialCardView.
    If we set the isMaterial(true) function, they will be inflated with the MaterialCardView.
  • Changed previous layout resources naming conventions. (29b023c)
  • Refactored internal codes.

2.1.8

20 Nov 17:01
708d6ca
Compare
Choose a tag to compare

🎉 Released a new version 2.1.8! 🎉

What's New?

  • Refactord ActivityPowerMenuLazy and FragmentPowerMenuLazy 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

24 Oct 16:16
a69673d
Compare
Choose a tag to compare

🎉 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

07 Oct 11:24
5c524af
Compare
Choose a tag to compare

🎉 Released a new version 2.1.6! 🎉

What's New?

  • Allow stroke through MaterialCardView styling (#64).
  • Added setIconSize, setIconPadding, setIconColor functionalities to PowerMenu.Builder.
  • Replace compound drawable icon to imageView for aligning accurately.

2.1.5

26 Sep 11:19
4f38a8f
Compare
Choose a tag to compare

🎉 Released a new version 2.1.5! 🎉

What's New?

  • Added icon customize related functions: setIconSize, setIconPadding, setIconColor.
  • Added a new fuction setPadding: sets a padding to the menu popup.