PopMenu v2.1.2 Release Notes

Release Date: 2019-01-05 // about 5 years ago
    • ๐Ÿ›  Fixed unwanted carryover selection highlight state #19
    • โž• Added dedicated toggle for whether to use PopMenuManager or PopMenuViewController to present menus

Previous changes from v2.1.1

  • ๐Ÿ›  Fixed:

    • Content is now scrollable when there's more than 6 actions (customizable) #10
    • ๐Ÿ”ง Each action's icon image width height sizing is now configurable, #9
    • Each action's icon image is now customizable to set different rendering mode (.alwaysOriginal, .alwaysTemplate), #8
    • ๐Ÿ›  Fixed incorrect views rendering when device orientation changes, thanks to @shaun Farrel