Layout v0.2.1 Release Notes

Release Date: 2017-05-19 // almost 7 years ago
    • ⚡️ Setting state to the same value no longer triggers an update
    • ➕ Added support for common Core Graphics geometry types such as CGPoint/CGSize
    • ➕ Added support for UIEdgeInsets-type properties, and affine/3D transforms
    • 👻 Passing an invalid expression name now throws an exception instead of crashing
    • Using an Optional or implicitly unwrapped Optional for state no longer fails
    • 👌 Improved handling of Optionals and nil values in constants and state variables
    • 🛠 Fixed some bugs where constants or state variable names shadowed view properties