Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

52 lines (27 loc) · 1.67 KB

Change Log

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

Bug Fixes

  • Fix Carthage-related issues.

Features

  • New layout Layout.TabView — like Layout.CardView with one end attached to the super view.

Bug Fixes

  • Fix spacing between title and body text in Layout.CardView when body text wraps.

Improvements

API Changes

  • The BaseView.contentView property of was removed because it no longer had any functionality in the framework.

    This is a minor backwards incompatible change. If you've copied one of the included nib files from a previous release, you may get a key-value coding runtime error related to contentView, in which case you can subclass the view and add a contentView property or you can remove the outlet connection in Interface Builder.

Improvements

  • Remove the iconContainer property from MessageView.

Bug Fixes

  • Fix constraints generated by BaseView.installContentView().

Features

  • Add support for specifying an IconStyle in the MessageView.configureTheme() convenience function.
  • Add code comments.
  • Initial release.