All Versions
93
Latest Version
Avg Release Cycle
27 days
Latest Release
1657 days ago

Changelog History
Page 1

  • v0.7.0 Changes

    October 13, 2019
    • โœ‚ Removed deprecated UIWebView integration (Apple is now rejecting apps that use UIWebView)
    • ๐Ÿ›  Fixed deprecation warnings in Xcode 11.1
  • v0.6.38 Changes

    August 04, 2019
    • ๐Ÿ›  Fixed crash when using UITableView or UICollectionView in iOS 13
  • v0.6.37 Changes

    June 04, 2019
    • โšก๏ธ Updated for Xcode 11 beta
  • v0.6.36 Changes

    March 26, 2019
    • โšก๏ธ Updated for Xcode 10.2
  • v0.6.35 Changes

    December 01, 2018
    • ๐Ÿ›  Fixed infinite recursion bug in UICollectionViewCell layout
  • v0.6.34 Changes

    November 29, 2018
    • ๐Ÿ›  Fixed a crash when using UITableView or UICollectionView subclasses
    • ๐Ÿ›  Fixed a bug with incorrect table cell layout (related to the crashing issue)
    • ๐Ÿ›  Fixed a bug where view hierarchy was re-initialized during unmounting
  • v0.6.33 Changes

    November 16, 2018
    • ๐Ÿ›  Fixed a race condition caused when an @IBOutlet setter calls update() or setState() on the LayoutNode that set it
    • โž• Added a fix for width="min(auto, fixedSize)" expressions
  • v0.6.32 Changes

    October 10, 2018
    • ๐Ÿ›  Fixed table cell sizing bug caused by the previous fix
  • v0.6.31 Changes

    October 08, 2018
    • ๐Ÿ›  Fixed a bug that caused table cells in projects using Layout to collapse on iOS 12
    • ๐Ÿ›  Fixed a spurious assertion when using an undefined parameter
    • ๐Ÿ›  Fixed accidental sharing of reload cache between projects with same name
  • v0.6.30 Changes

    August 02, 2018
    • ๐Ÿ›  Fixed a retain cycle that caused LayoutNodes to leak after a bounds change or scroll event