All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.1 (2024-02-26)
- add privacy (9c7efc1)
- disable library evolution (59f0d95)
- support keeps open when rotation (db5812b)
- update doc (f0d1d96)
- usding DocC as the documentation format (fc8fc18)
- Bump deployment target to iOS 12.0
2.0.9 (2022-04-24)
- fix: menu view controller life cycle
- Add
shouldAutorotate
- Update docs
- 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.