Yalta v0.6 Release Notes

Release Date: 2018-05-21 // about 6 years ago
  • ⚡️ A minor update to make Align a bit more ergonomic.

    • ➕ Add iOS 9 and tvOS 9 compatibility (used to require iOS 10 and tvOS 10).
    • ➕ Add operators for setting multipliers: view.height.match(view.width * 2).
    • 🗄 Deprecated align(with:...) and match(:...) methods which had offset and multiplier parameters. Operators are the preferred way to set those (more compact and more obvious what they mean).
    • 🚚 Move phantom types (e.g. AnchorAxisVertical) into namespaces to reduce clutter in a global namespace.