All Versions
5
Latest Version
Avg Release Cycle
97 days
Latest Release
1774 days ago

Changelog History

  • v0.3.0 Changes

    June 16, 2019

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated to Swift 5
    • โšก๏ธ Updated dependencies
    • ๐Ÿ’… Don't calculate styles on a view if it is removed from its superview

    Commits

  • v0.2.2 Changes

    November 08, 2018

    ๐Ÿ›  Fixed

    • โšก๏ธ Updated dependencies

    Commits

  • v0.2.1 Changes

    July 23, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Carthage installations #9 thanks @drekka

    Commits

  • v0.2.0 Changes

    June 06, 2018

    โž• Added

    • โž• Added support for styling UIViewController #7
    • โž• Added support for UIViewController in style containment selectors #7
    • โž• Added support for accessing sub objects in a style like view, viewController, tabBar, navigationBar, toolBar, next, previous, superview, and parent #7
    • ๐Ÿ’… Made UIView, UIBarItem and UIViewController styles editable in the IB property inspector
    • โž• Added support for specifying multiple styles in IB by comma separating them #6
    • โž• Added more styleable properties
    • โž• Added support for named colors from Asset Catalog #7

    ๐Ÿ”„ Changed

    • ๐Ÿ’… Styles are applied sorted by specificity #5

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed nested style references

    Commits

  • v0.1.0 Changes

    May 23, 2018

    ๐Ÿš€ First official release