Skip to content

Latest commit

 

History

History
86 lines (47 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

86 lines (47 loc) · 2.51 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.1 (2024-02-26)

Features

Bug Fixes

[2.0.19]

  • Bump deployment target to iOS 12.0

2.0.9 (2022-04-24)

Features

  • update doc (f0d1d96)
  • usding DocC as the documentation format (fc8fc18)

[2.0.7]

[2.0.6]

  • fix: menu view controller life cycle

[2.0.5]

  • Add shouldAutorotate

[2.0.4]

  • Update docs

[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.