All Versions
17
Latest Version
Avg Release Cycle
59 days
Latest Release
1077 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.4.1 Changes
June 21, 2020- ๐ Fix typo in
Alignment
- ๐ Fix typo in
-
v2.4.0 Changes
June 21, 2020- โ Add Cheat Sheet
- โ Remove
anchors.margins
andanchors.safeArea
APIs - ๐ Documentation improvements
-
v2.3.0 Changes
June 21, 2020๐ This release focuses on filling the remaining gaps in the API.
Constraints
type now conforms toCollection
protocol (backed byArray
)- โ Add
Constraints
activate()
anddeactivate()
methods - โ Add
clamp(to limit: ClosedRange<CGFloat>)
API for dimension anchors - โ Add default
insets
argument forAnchorCollectionEdges
equal
method - Replace the target parameter of
AnchorCollectionEdges
equal
method withLayoutItem
- โ Add
AnchorCollectionEdges
variant that works withCGFloat
- โ Add
AnchorCollectionEdges
lessThatOrEqual()
method - ๐ Fix
AnchorCollectionCenter
lessThatOrEqual()
method - Replace the target parameter of
AnchorCollectionCenter
method withLayoutItem
- ๐ Performance optimizations
-
v2.2.1 Changes
June 18, 2020- โ Add a missing version of
pin()
that works withCGFloat
as insets
- โ Add a missing version of
-
v2.2.0 Changes
June 18, 2020- โ Add missing Core APIs for collections
-
v2.1.0 Changes
June 18, 2020๐ > Use Migraiton Guide included in the repo to ease migration.
- โ Remove all deprecated APIs. If you are migrating from the previous version, consider migrating to version 2.0.0 first. It is going to guide you throught the migration.
-
v2.0.0 Changes
June 18, 2020๐ > 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 toConstraints
type to allow access to all of the constraints created using it - โ Add
activate
parameter toConstraints
initiliazer to optionally disable automatic activation of constraints - ๐ Deprecated
func edges(_ edges: LayoutEdge...)
, usepin(axis:)
insteads - ๐
pin()
methods now use.leading
and.trailing
anchors intead of absolute.left
and.right
anchors. To switch to absolute anchors, useabsolute()
:view.anchors.edges.absolute()
- โ Remove
addSubview
family of APIs - Migrate to Swift 5.1
- Increase minimum required platform versions
- โ Add
-
v1.2.1 Changes
September 01, 2019- โ Add support for Swift Package Manager 5.0
-
v1.2 Changes
June 20, 2019- Rebrand
-
v1.1 Changes
April 07, 2019- โ Add Swift 5.0 support
- โ Remove Swift 4.0 and Swift 4.1 support
- โ Remove iOS 9, tvOS 9 support