Skip to content

Latest commit

 

History

History
56 lines (50 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

56 lines (50 loc) · 1.87 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • None.

Changed

  • None.

Deprecated

  • None.

Removed

  • None.

Fixed

  • None.

Security

  • None.

[1.9.0] - 2019-02-11

Added

  • New NibLoadable protocol for loading UIView subclasses from XIB files both from code and IB files.
  • New RoundableView IBDesignable with cornerRadius defined for use right within Interface Builder files.
  • New TemplateButton IBDesignable with image always rendered as .alwaysTemplate for use right within IB files.
  • New TemplateImageView IBDesignable with image always rendered as .alwaysTemplate for use right within IB files.
  • New visibleViewController properties on UIWindow to get the currently presented view controller globally.

Changed

  • The bindEdgesToSuperview method now supports an optional insets parameter of type UIEdgeInsets

Deprecated

  • None.

Removed

  • None.

Fixed

  • None.

Security

  • None.

[1.8.0] - 2018-10-31

Added

  • UITableViewExtension to dequeue cells, headers & footers with static typing. via #10 by Murat Yilmaz

Changed

  • Updated code to Swift 4.2 & Xcode 10.

Deprecated

  • None.

Removed

  • None.

Fixed

  • Fixed an issue where the Info.plist file could not be found when executing tests. via #9 by Andreas Link
  • Fixes an issue in toGrayscale() method – did not consider image's scale. via #8 by Andreas Link

Security

  • None.