Layout v0.6.1 Release Notes

Release Date: 2017-11-14 // over 6 years ago
    • ⚡️ Expressions that reference the contentOffset of a containing UIScrollView now update automatically when it changes
    • Layout now automatically calls setNeedsLayout() on the containing view of the root LayoutNode when its frame changes
    • You can now reference a macro defined in the root node of a Layout XML file from an expression on the root node
    • 👌 Improved support for views using AutoLayout (i.e. where translatesAutoresizingMaskIntoConstraints = false)
    • 🛠 Fixed a spurious circular reference error relating to implicit height expressions
    • Unhandled errors that are thrown outside of a LayoutViewController now assert instead of failing silently
    • ➕ Added strings command to LayoutTool for extracting localizable string references
    • ⬇️ Reduced setup time for a Layout view hierarchy by ~30%