All Versions
93
Latest Version
Avg Release Cycle
27 days
Latest Release
1851 days ago
Changelog History
Page 1
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 callsupdate()
orsetState()
on theLayoutNode
that set it - โ Added a fix for
width="min(auto, fixedSize)"
expressions
- ๐ Fixed a race condition caused when an
-
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