Releases: nakkht/quick-constraint
Releases · nakkht/quick-constraint
v0.4.2
Added
- Xcode 12 builds in CI pipeline
Changed
- Rearranged Demo project path
- osx deployment target to 10.14 in podspec
Removed
- Obsolete targets from the project
Fixed
- Shown project version in documentation
v0.4.1
Fixed
Package.swift
to use version 10.14 for the macOS platform
- Incorrect QuickConstraint target version (v0.3.2 -> v0.4.1)
v0.4.0
Changed
- activated/deactivated properties to functions with discardable results
v0.3.1
Fixed
- Access modifiers for activated/deactivated properties not accessible outside of framework
v0.3.0
Added
- Margin enum for encapsulating primitive conversion to CGFloat
- Ability to pin views to the corners of parent view: top leading/top trailing/bottom leading/bottom trailing
- Demos folder
- Added
isActive
parameter for pin
functions
- Added
activated
and deactivated
properties for easier way to activate/deactivate constraints
v0.2.1
Fixed
- Generating documentation
- Supported platforms in podspec file
v0.2.0
Added
- Carthage support
- tvOS support
- API documentation
- macOS support
- Added documentation files
v0.1.0
Added
- Pinning view directly to the parent view
- Centering view in the parent view
- Simple sizing constraints
- Simple UIStackView initialization
- Pinning opposite constraints: top <-> bottom, leading <-> trailing