Yalta v2.3.0 Release Notes

Release Date: 2020-06-21 // almost 4 years ago
  • ๐Ÿš€ This release focuses on filling the remaining gaps in the API.

    • Constraints type now conforms to Collection protocol (backed by Array)
    • โž• Add Constraints activate() and deactivate() methods
    • โž• Add clamp(to limit: ClosedRange<CGFloat>) API for dimension anchors
    • โž• Add default insets argument for AnchorCollectionEdgesequal method
    • Replace the target parameter of AnchorCollectionEdges equal method with LayoutItem
    • โž• Add AnchorCollectionEdges variant that works with CGFloat
    • โž• Add AnchorCollectionEdgeslessThatOrEqual() method
    • ๐Ÿ›  Fix AnchorCollectionCenter lessThatOrEqual() method
    • Replace the target parameter of AnchorCollectionCenter method with LayoutItem
    • ๐ŸŽ Performance optimizations