Layout v0.6.7 Release Notes

Release Date: 2017-12-12 // over 6 years ago
    • ๐Ÿ›  Fixed a major performance regression introduced in version 0.6.3 (caused by calling UIView.layoutIfNeeded())
    • The Red Box debug console is now attached to the main window, so it no longer requires an onscreen LayoutViewController
    • ๐Ÿ— The Red Box is now disabled by default in production builds. You can enable it programmatically if you want it to be shown
    • The Cmd-R reload shortcut now works in any view or controller, not just subclasses of LayoutViewController
    • โž• Added a more reliable fix for intermittent crashes when reloading due to a race condition in NSAttributedString logic
    • It is now possible to specify contentHuggingPriority and contentCompressionResistancePriority using expressions
    • ๐Ÿ›  Fixed a test regression in Xcode 9.2 / iOS 11.2 due to a change in UIStackView behavior
    • ๐Ÿ›  Fixed a bug that caused an infinite update loop for certain types of expression error
    • ๐Ÿ—„ The layoutDidLoad() delegate method now receives the LayoutNode as an argument (the old method signature is deprecated)