FlowingMenu/CHANGELOG.md

2.4 KiB

Change log

Version 3.1.0

Released on 2018-12-09.

Update to Swift 4.2

Version 3.0.1

Released on 2018-08-08.

Minor update to Swift 4.1

Version 3.0.0

Released on 2017-10-11.

Swift 4 supports

#Version 2.0.1 Released on 2016-10-10.

  • Fixing the gesture priority #9.

Version 2.0.0

Released on 2016-09-14.

Swift 3 supports

Version 1.1.0

Released on 2016-09-14.

Swift 2.3 supports

Version 1.0.0

Released on 2016-03-01.

  • [ADD] Swift Package Manager support

Version 0.3.0

Released on 2016-01-24.

  • [ADD] Tap to dismiss #3
  • [FIX] Bug when Slide left to close #5

Version 0.2.0

Released on 2015-12-06.

  • [REFACTORING] Adding the FlowingMenuTransitionStatus class to allow animation testing
  • [RENAMING] Renaming flowingMenuTransitionManagerNeedsPresentMenu: to flowingMenuNeedsPresentMenu:
  • [RENAMING] Renaming flowingMenuTransitionManagerNeedsDismissMenu: to flowingMenuNeedsDismissMenu:
  • [RENAMING] Renaming colorOfElasticShapeInFlowingMenuTransitionManager: to colorOfElasticShapeInFlowingMenu:
  • [RENAMING] Renaming flowingMenuTransitionManager:widthOfMenuView: to flowingMenu:widthOfMenuView:

Version 0.1.0

Released on 2015-12-04.

  • flowingMenuTransitionManager:widthOfMenuView: delegate method to get the width menu
  • colorOfElasticShapeInFlowingMenuTransitionManager: delegate method to get the color of the elastic shape
  • flowingMenuTransitionManagerNeedsPresentMenu: and flowingMenuTransitionManagerNeedsDismissMenu: delegate methods to respond to interactive event
  • setInteractivePresentationView: and setInteractiveDismissView: methods define views attached with gestures
  • Cocoapods support
  • Carthage support