Skip to content

Latest commit

 

History

History
executable file
·
93 lines (64 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

executable file
·
93 lines (64 loc) · 3.22 KB

Change Log

Released on Wednesday, 2 Nov, 2016.

Added

  • Added backgroundColor property to ASJOverflowItem to set color to individual items.

Released on Wednesday, 2 Nov, 2016.

Fixed

  • Partly fixed issue #3. Menu opens correctly if opened in landscape orientation.
  • Fixed UI bug while scrolling the menu if only some items have image.

Released on Saturday, 1 Oct, 2016.

Fixed

  • Fixed issue #2. Overflow menu shadow drawing incorrectly on iOS 10.

Released on Tuesday, 16 Aug, 2016.

Added

  • Added new properties 'hidesSeparator' and 'separatorInsets' to control the visibility and position of the menu item separators.

Released on Thursday, 4 Aug, 2016.

Updated

  • Updated instances throughout the project and readme where 'dimsBackground' was appearing as its old name 'shouldDimBackground'.

Released on Wednesday, 3 Aug, 2016.

Added

  • Added new property 'dimmingLevel' to control the degree to which the background can be dimmed when the menu is shown.
  • Added new property 'menuAnimationType' to change the way the menu is shown; fade in or zoom in.

Released on Monday, 18 Jul, 2016.

Added

  • Added new property 'widthMultiplier' to set menu width ratio with respect to screen width.
  • Added new property 'menuMargins' to set menu margins from the top, right and bottom edges of the screen.

Updated

  • Updated readme to reflect new properties and added more documentation.

Fixed

  • Fixed/suppressed release warnings.

Released on Tuesday, 12 Jul, 2016.

Added

  • Added a constructor method to create overflow item with only title.

Updated

  • Updated the designated initializer; removed target controller. Menu is now created on a separate window.

Fixed

  • Fixed a bug where shadow wasn't being drawn properly.

Released on Monday, 11 Jul, 2016.

Added

  • Added change log.

Fixed

  • Fixed a bug where menu wasn't dismissed if tap happened below the menu items.

Released on Tuesday, 17 May, 2016.

Added

  • Added documentation.
  • Added new initializer.

Released on Wednesday, 11 May, 2016.

Added

  • Added nullability annotations.
  • Merged pull request #1.

Released on Tuesday, 2 Feb, 2016.

Added

  • Initial release.