All Versions
10
Latest Version
Avg Release Cycle
29 days
Latest Release
2266 days ago
Changelog History
Changelog History
-
v2.1.2 Changes
January 05, 2019- ๐ Fixed unwanted carryover selection highlight state #19
- โ Added dedicated toggle for whether to use
PopMenuManager
orPopMenuViewController
to present menus
-
v2.1.1 Changes
September 03, 2018๐ 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
-
v2.1.0 Changes
September 03, 2018๐ 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
-
v2.0.0 Changes
June 08, 2018Added support for: Xcode 10 and Swift 4.2
-
v1.1.2 Changes
April 25, 2018๐ New Feature:
- โ Added separator style to
PopMenuAppearance
- โ Added separator style to
-
v1.1.1 Changes
April 25, 2018- ๐ Bump CocoaPods version to v1.1.1 ( fix incorrect pod source )
-
v1.1.0 Changes
April 24, 2018๐ Changelog:
- โ Removed the process of setting
barButtonItem
manually - โ Add
shouldEnableHaptics
option for PopMenuViewController - ๐ Change library module name to
PopMenu
, instead ofNewPopMenu
for CocoaPods - ๐ Rename
handler
todidSelect
for each action - ๐ Rename
dismissalHandler
todidDismiss
- โ Removed the process of setting
-
v1.0.2 Changes
April 17, 2018๐ Changes:
- ๐ Fixed calling
manager.addAction()
will crash - Speed up dismissal duration from 0.143s to 0.098s
- โ Added
dismissalHandler
forPopMenuViewController
- โ Added handler for each action when initializing
- ๐ Fixed calling
-
v1.0.1 Changes
April 17, 2018๐ First stable release
-
v1.0.0 Changes
April 17, 2018๐ First release of
PopMenu
! ๐๐๐ป