Skip to content

Latest commit

 

History

History
150 lines (97 loc) · 3.09 KB

CHANGELOG.md

File metadata and controls

150 lines (97 loc) · 3.09 KB

New

  • Release version

Improvements

  • Cleaner APIs:
  • renamed functions
  • deprecated unnecessary initializers
  • deprecated unnecessary delegate functions in favor instance variables
  • replaced confusing SidebarViewCell titles with View-Models
  • replaced CGRect/frame animation and manipulation with NSLayoutConstraints
  • Updated README with more relevant information

Bug fixes

N/A

New

N/A

Improvements

  • Updated README with more relevant information

Bug fixes

N/A

New

* Created this CHANGELOG file

Improvements

N/A

Bug fixes

N/A

New

N/A

Improvements

  • Deprecated cumbersome initialization patterns. Privatized properties. Removed unnecessary static functions

Bug fixes

N/A

New

N/A

Improvements

  • Replaced deprecated swift version file

Bug fixes

N/A

New

N/A

Improvements

  • Updated to Swift version 5

Bug fixes

N/A

New

N/A

Improvements

N/A

Bug fixes

  • Fixed issue where allowsPullToDisplay would interfere with the scrolling UIPanGestureRecognizer of UIScrollViews

New

N/A

Improvements

  • Refactored to address recognizing multiple gestures when allowsPullToDisplay is set to true

Bug fixes

N/A

New

N/A

Improvements

N/A

Bug fixes

  • Fixed issue where allowing pull to display would keep the UIPanGestureRecognizer active on every UIViewController within the UINavigationController stack.

New

  • Added animation to change background alpha when showing and dismissing the SidebarView.

Improvements

N/A

Bug fixes

N/A

New

  • Added the option to swipe right to open the SidebarView

Improvements

N/A

Bug fixes

N/A

New

  • Added the ability to configure if the SidebarView will "push" the currently displayed UIViewController to the side when displaying

Improvements

N/A

Bug fixes

N/A

New

  • First commit

Improvements

N/A

Bug fixes

N/A