Layout v0.5.2 Release Notes

Release Date: 2017-10-04 // over 6 years ago
    • Error messages for unknown properties and enum values now display suggestions for what you might have meant
    • โž• Added enhanced support for several more standard controls, including UIActivityIndicatorView, UIWebView and WKWebView
    • Errors that occur during view creation are now displayed with a specific message instead of a generic one
    • Errors during UICollectionView creation no longer crash the application
    • Commented out expressions no longer produce an error if the expression name is not recognized
    • ๐Ÿ›  Fixed the tap-to-reload functionality in the Red Box error overlay
    • ๐Ÿ‘ฎ Force reloading using Cmd-Option-R now works immediately instead of requiring an app restart to take effect
    • ๐Ÿ›  Fixed the UIDesigner app, which was previously broken on Xcode 9
    • ๐Ÿ›  Fixed a bug where the Layout XML parser sometimes ignored significant whitespace inside inline HTML
    • ๐Ÿ›  Fixed issue where view sometimes failed to update correctly due to a bug in update suppression logic