Skip to content

Latest commit

 

History

History
147 lines (96 loc) · 3.74 KB

CHANGELOG.md

File metadata and controls

147 lines (96 loc) · 3.74 KB

Change Log

0.7

Added

  • Add type safe custom design protocols.
  • Add custom cell protocols.

Changed

  • Update project to use Swift 4.0.

0.6.2

Added

0.6.1

Added

  • Add TextAlignmentStyle and the ability to customize text alignments.

0.6

Added

  • Add DesignCustomizable and CustomDesign protocols.

Changed

  • Update project to use Swift 3.0.1.

Removed

  • Remove the ability to override refresh(). Use CustomDesign protocol instead.

0.5

Added

  • Add includingSubviews parameter to refresh().

Changed

  • Rename *Expressible to *Representable.
  • Rename nib to contentNib in CustomLayout protocol.
  • Update docs.

0.4.2

Added

  • Add TextStyle and the ability to customize texts.

Changed

0.4.1

Added

  • Add *StyleExpressible.
  • Support CocoaPods.

0.4

Added

  • Add docs.

Changed

  • Redesign Custom* protocols and add *Customizable protocols.

0.3

Added

Changed

  • Update to Swift 3 beta 6 syntax.

Removed

  • Remove the ability to customize UIBarItem since it can't be used directly.

0.2

Added

  • Add ImageStyle, ImageStyleGroup and ImageGroup.
  • Add Custom*Image.
  • Add CustomSlider*Color and CustomBarTintColor.
  • Make UIBarItem, UIBarButtonItem and UITabBarItem conform to ViewDisable.

Changed

  • Rename CustomActivityIndicatorViewColor to CustomActivityIndicatorColor.
  • Rename CustomTabBarUnselectedItemTintColor to CustomBarUnselectedItemTintColor.

0.1

Added

  • Initial release of Overlay.