Skip to content

Releases: CaliCastle/PopMenu

v2.1.2

05 Jan 20:14
90c75c0
Compare
Choose a tag to compare
  • Fixed unwanted carryover selection highlight state #19
  • Added dedicated toggle for whether to use PopMenuManager or PopMenuViewController to present menus

v2.1.1

03 Sep 23:34
Compare
Choose a tag to compare

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

03 Sep 23:29
Compare
Choose a tag to compare

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

08 Jun 06:23
Compare
Choose a tag to compare

Added support for: Xcode 10 and Swift 4.2

v1.1.2

25 Apr 21:38
Compare
Choose a tag to compare

New Feature:

  • Added separator style to PopMenuAppearance

v1.1.1

25 Apr 04:23
Compare
Choose a tag to compare
  • Bump CocoaPods version to v1.1.1 (fix incorrect pod source)

v1.1.0

24 Apr 22:36
Compare
Choose a tag to compare

Changelog:

  • Removed the process of setting barButtonItem manually
  • Add shouldEnableHaptics option for PopMenuViewController
  • Change library module name to PopMenu, instead of NewPopMenu for CocoaPods
  • Rename handler to didSelect for each action
  • Rename dismissalHandler to didDismiss

v1.0.2

17 Apr 23:03
Compare
Choose a tag to compare

Changes:

  • Fixed calling manager.addAction() will crash
  • Speed up dismissal duration from 0.143s to 0.098s
  • Added dismissalHandler for PopMenuViewController
  • Added handler for each action when initializing

v1.0.1

17 Apr 09:35
Compare
Choose a tag to compare

First stable release

v1.0.0

17 Apr 09:13
2334398
Compare
Choose a tag to compare

First release of PopMenu! ๐ŸŽ‰๐Ÿ™Œ๐Ÿป