Stylish v0.9 Release Notes

Release Date: 2017-11-08 // over 6 years ago
  • A long time coming, Stylish has been reimplemented to be:

    • Clearer
    • ๐Ÿ’… More concise / less code required to create styles and stylesheets
    • More easily integrated as a separate module into client apps with more consistent storyboard rendering
    • Easier to customize and extend

    ๐Ÿ’… In addition, the included default components have been expanded to include StyleableUITextField and StyleableUITextView, in addition to the existing StyleableUIView, StyleableUILabel, StyleableUIButton, and StyleableUIImageView. Existing components have been expanded to have more styleable properties.

    ๐Ÿš€ Stylish is now in Swift 4 and so this new release is only compatible with Swift 3.2 or Swift 4.0 projects, although it supports targets back to iOS 9.0.

    IMPORTANT: THIS IS A BREAKING VERSION

    ๐Ÿ’… The Stylish APIs have been reworked significantly, as has the schema for JSON stylesheets. Please see the updated example project and readme in this repo for details.