Releases: CaliCastle/PopMenu
Releases ยท CaliCastle/PopMenu
v2.1.2
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
v2.1.0
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
Added support for: Xcode 10 and Swift 4.2
v1.1.2
New Feature:
- Added separator style to
PopMenuAppearance
v1.1.1
- Bump CocoaPods version to v1.1.1 (fix incorrect pod source)
v1.1.0
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
v1.0.2
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
v1.0.1
First stable release
v1.0.0
First release of PopMenu
! ๐๐๐ป