Skip to content

Releases: jaeilers/JESideMenuController

v2.0.0

04 Oct 19:42
b3503be

Choose a tag to compare

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 @MainActor annotation 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 UINavigationControllers back swipe.
  • Swiftlint integration after upgrading to Xcode 15+

v1.0.0

04 Oct 08:51

Choose a tag to compare

Added

  • Initial release of JESideMenuController.