All Versions
11
Latest Version
Avg Release Cycle
71 days
Latest Release
1501 days ago

Changelog History
Page 1

  • v0.4.2 Changes

    February 17, 2020
  • v0.4.1 Changes

    June 22, 2019
    • โž• Add configure parameter to stacks - thanks @theisegeberg!
  • v0.4.0 Changes

    June 06, 2019
    • ๐Ÿšš Move View, Control, Label, Button, TextField, ImageView, TableViewCell, CollectionViewCell, ViewController, Window into a UI namespace in order to avoid name collisions with future iOS frameworks.
  • v0.3.0 Changes

    March 28, 2019

    ๐Ÿฑ ๐ŸŽŠ Official Swift 5 support ๐ŸŽ‰

    โšก๏ธ Do not update if you are still using Xcode 10.1 or earlier.

  • v0.2.1 Changes

    December 25, 2018
    • ๐Ÿ”ฆ Expose Lenght.constrain publicly.
  • v0.2.0 Changes

    September 25, 2018
    • ๐Ÿ‘Œ Support for layout sets (trait queries). Check out readme.
  • v0.1.5 Changes

    May 02, 2018
    • ๐Ÿ›  Fix a bug introduced by the previous release regarding safeArea.
  • v0.1.4 Changes

    May 02, 2018
    • โž• Add relativeToSafeArea support for iOS versions below iOS 11.
  • v0.1.3 Changes

    March 20, 2018
    • ๐Ÿ›  Fix CocoaPods integration #2. Thanks @AlexLittlejohn!
    • ๐Ÿ›  Fix typo in embedding.
  • v0.1.2 Changes

    March 14, 2018
    • ๐Ÿ›  Fix CocoaPods integration. Thanks @sergdort!