Yalta v2.0.0 Release Notes

Release Date: 2020-06-18 // almost 4 years ago
  • ๐Ÿ“„ > Use Migraiton Guide included in the repo to ease migration.

    • โž• Add macOS support
    • โž• Add new low-level APIs: equal, greaterThanOrEqual, lessThatOrEqual
    • โž• Add spacing() method for alignments
    • ๐Ÿ“‡ Rename uncler .al to .anchors
    • โœ‚ Remove .al version accepting closure
    • โž• Add constraints property to Constraints type to allow access to all of the constraints created using it
    • โž• Add activate parameter to Constraints initiliazer to optionally disable automatic activation of constraints
    • ๐Ÿ—„ Deprecated func edges(_ edges: LayoutEdge...), use pin(axis:) insteads
    • ๐Ÿ“Œ pin() methods now use .leading and .trailing anchors intead of absolute .left and .right anchors. To switch to absolute anchors, use absolute(): view.anchors.edges.absolute()
    • โœ‚ Remove addSubview family of APIs
    • Migrate to Swift 5.1
    • Increase minimum required platform versions