Layout v0.6.8 Release Notes

Release Date: 2017-12-20 // over 6 years ago
    • ๐Ÿ›  Fixed a regression in UITableView auto-sizing for cells and section headers
    • Array literals in expression are now type checked, Layout and will throw an error if the element types don't match
    • ๐Ÿ—„ RuntimeType(_: String) is now deprecated - use RuntimeType.type(named: String) instead
    • Expressions can now reference properties of nested structs or classes inside state objects