Skip to content

Releases: nakkht/quick-constraint

v0.4.2

22 Aug 22:06
v0.4.2
1412097
Compare
Choose a tag to compare

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

14 Jun 10:41
v0.4.1
fc08e29
Compare
Choose a tag to compare

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

13 Jun 17:43
v0.4.0
a55594f
Compare
Choose a tag to compare

Changed

  • activated/deactivated properties to functions with discardable results

v0.3.1

13 Jun 17:05
v0.3.1
ca41a55
Compare
Choose a tag to compare

Fixed

  • Access modifiers for activated/deactivated properties not accessible outside of framework

v0.3.0

13 Jun 14:11
v0.3.0
3947c4c
Compare
Choose a tag to compare

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

06 Jun 20:54
v0.2.1
1cc3afc
Compare
Choose a tag to compare

Fixed

  • Generating documentation
  • Supported platforms in podspec file

v0.2.0

08 May 12:32
v0.2.0
6e0624c
Compare
Choose a tag to compare

Added

  • Carthage support
  • tvOS support
  • API documentation
  • macOS support
  • Added documentation files

v0.1.0

01 May 21:27
v0.1.0
81b676b
Compare
Choose a tag to compare

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