Skip to content

Latest commit

 

History

History
142 lines (86 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

142 lines (86 loc) · 2.72 KB

3.0.0 Release notes (2016-09-12)

Enhancements

  • Support Swift3.0

Bugfixes

  • None.

2.3.0 Release notes (2016-09-12)

Enhancements

  • Support Swift2.3

Bugfixes

  • None.

2.2.3 Release notes (2016-09-12)

Enhancements

  • None.

Bugfixes

  • Added viewWillAppear on mainViewController when SlideMenuController appears on screen
  • Fixes sample project image.

2.2.2 Release notes (2016-07-15)

Enhancements

  • None.

Bugfixes

  • Fixes both left and right menus can be opened at the same time.

2.2.1 Release notes (2016-07-13)

Please do not use this version because there is a critical bug.

Enhancements

  • None.

Bugfixes

  • Fixes status bar remains hidden occationally

2.1.1 Release notes (2016-04-10)

Enhancements

  • None.

Bugfixes

  • Fixes the left and right open bugs

2.1.0 Release notes (2016-03-28)

Enhancements

  • Update to Swift 2.2

Bugfixes

  • None.

2.0.6 Release notes (2016-03-27)

Enhancements

  • Allow unlimited left and right bezels by setting corresponding bezelWidth to nil.
  • Added open/close delegate method.

Bugfixes

  • Use canceled state for End touch actions.
  • Fixed two menu is overlap.
  • Fixed insert left or right menu when there are not provided.

2.0.5 Release notes (2015-12-02)

Enhancements

  • Added shouldRecognizeSimultaneouslyWithGestureRecognizer delegate method.
  • Added support to change width of left or right view.
  • Modified initView func to public.
  • Improved the sample project.

Bugfixes

  • None.

2.0.4 Release notes (2015-11-11)

Enhancements

  • Improved the sample project.

Bugfixes

  • Fixed remains animation.

2.0.3 Release notes (2015-11-05)

Enhancements

  • Improved the sample project.

Bugfixes

  • Fixed a sample project build error.

2.0.2 Release notes (2015-11-03)

Enhancements

  • Support Carthage.

Bugfixes

  • None.

2.0.1 Release notes (2015-10-30)

Enhancements

  • Support storyboard.

Bugfixes

  • None.