All Versions
56
Latest Version
Avg Release Cycle
82 days
Latest Release
-

Changelog History
Page 6

  • v1.1.1 Changes

    🔋 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.
  • v1.1.0 Changes

    👌 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.

  • v1.0.3 Changes

    👌 Improvements

    • ✂ Remove the iconContainer property from MessageView.

    🐛 Bug Fixes

    • 🛠 Fix constraints generated by BaseView.installContentView().
  • v1.0.2 Changes

    🔋 Features

    • ➕ Add support for specifying an IconStyle in the MessageView.configureTheme() convenience function.
  • v1.0.1 Changes

    • ➕ Add code comments.
  • v1.0.0 Changes

    • 🎉 Initial release.