Skip to content

Releases: nakkht/quick-constraint

v0.10.0

05 Aug 18:28
v0.10.0
349f3b4
Compare
Choose a tag to compare

Added

  • Missing multiplier for dimension constraint set

v0.9.0

03 Aug 21:58
v0.9.0
2396f5b
Compare
Choose a tag to compare

Added

  • Missing documentation
  • Possibility to set height/width/size of the view based on another view's width/height/size

v0.8.1

10 Apr 15:22
v0.8.1
db901e3
Compare
Choose a tag to compare

Added

  • Source code formatting using swiftlint

v0.8.0

03 Apr 21:29
v0.8.0
a28e8fd
Compare
Choose a tag to compare

Changed

  • activate/deactivate functions with activated/deactivated computed properties

v0.7.1

27 Mar 09:38
v0.7.1
f76f71e
Compare
Choose a tag to compare

Fixed

  • UICollectionViewCell reusableIdentifier property moved up to UICollectionReusableView

v0.7.0

23 Mar 19:51
v0.7.0
1beb0dc
Compare
Choose a tag to compare

Changed

  • UIStackView initializers now have default values for alignment and distribution

v0.6.1

13 Feb 19:49
v0.6.1
6e30bf4
Compare
Choose a tag to compare

Fixed

  • Build for macOS platform

v0.6.0

13 Feb 19:31
v0.6.0
5d90fbd
Compare
Choose a tag to compare

Added

  • UICollectionView extension

Changed

  • Minimum iOS/tvOS version to 10
  • Margin struct and returned to using CGFloat value

Removed

  • Carthage/CocoaPods support

v0.5.1

03 Feb 16:29
v0.5.1
765669c
Compare
Choose a tag to compare

Changed

  • toSafeArea to toSafeAreaOf

v0.5.0

21 Sep 20:15
v0.5.0
01b8b37
Compare
Choose a tag to compare

Added

  • Swift 5.3 support

Changed

  • Code organization