Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 806 Bytes

CHANGES.md

File metadata and controls

40 lines (22 loc) · 806 Bytes

CHANGES

[2.0.3]

  • Fix gesture backing issue

[2.0.2]

  • Disable status bar animation on iOS 13

[2.0.1]

  • Fix orientation size issue

[2.0.0]

  • Update to Swift 5.0

[1.0.2]

  • Remove shadow effect for .under position.

[1.0.1]

  • Add shadowColor

[1.0.0]

  • Update to Swift 4.2
  • Rename some APIs to make it more swift.

[0.5.0]

  • Adds supports for transition animation
  • Adds ...willShowViewController , ...didShowViewController delegate methods

[0.4.1]

  • Introduces the new shouldRespectLanguageDirection option in preference which reverses the direction of the side menu when using RTL language.
  • Disable pan gesture when there is another gesture recognizer.