Releases: zawadz88/MaterialPopupMenu
Releases · zawadz88/MaterialPopupMenu
v2.0.0
Fixed
- Overriding of Android Themes as raised by @plshapkin in #18. This introduces breaking changes hence 2.0.0 version update.
v1.4.2
Changed
- Updated Android Support Library to 27.1.0
- Updated Kotlin to 1.2.31
v1.4.1
Fixed
- Order of items ruined if menu has to scroll (issue #14)
v1.4.0
Added
- A way to set background color of the entire popup window
Changed
- Light & dark themes use correct backgrounds & selectors by default without the need of setting an Activity theme.
v1.3.0
Added
- A way to set an icon Drawable for an item
v1.2.0
Added
- A way to set custom items
v1.1.0
Added
- A way to set individual item label & icon colors.
Changed
- Compilation against Oreo MR1
- Updated a bunch of dependencies including Android Support Library to 27.0.2 & Kotlin to 1.2.20