Releases: jaeilers/JESideMenuController
Releases · jaeilers/JESideMenuController
v2.0.0
Added
- Documenting changes in CHANGELOG file.
- Increased code coverage.
- Feature to enable/disable scrolling
- Added functionality to adjust the side menu configuration. (spacing, iPad menu width, drop shadow image, tintColor etc.)
- Added Dark Mode support
Changed
- Improved example application.
- Switched from Travis-CI to github actions.
- Require minimum target iOS 15
- Updated example project
- Added
@MainActorannotation and Sendable conformance - Removed CocoaPods supports
Fixed
- Rewording of description and fix typos in README.
- Fixed a bug where the slide-in edge gesture recognizer would block the recognition of
UINavigationControllersback swipe. - Swiftlint integration after upgrading to Xcode 15+