- Fix gesture backing issue
- Disable status bar animation on iOS 13
- Fix orientation size issue
- Update to Swift 5.0
- Remove shadow effect for
.under
position.
- Add
shadowColor
- Update to Swift 4.2
- Rename some APIs to make it more swift.
- Adds supports for transition animation
- Adds
...willShowViewController
,...didShowViewController
delegate methods
- 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.