- Disable status bar animation on iOS 13
- Fix orientation size issue
- Update to Swift 5.0
- Remove shadow effect for
.underposition.
- Add
shadowColor
- Update to Swift 4.2
- Rename some APIs to make it more swift.
- Adds supports for transition animation
- Adds
...willShowViewController,...didShowViewControllerdelegate methods
- Introduces the new
shouldRespectLanguageDirectionoption in preference which reverses the direction of the side menu when using RTL language. - Disable pan gesture when there is another gesture recognizer.