From 8368f8d428230c5b2a1b4881f068aafed86b882b Mon Sep 17 00:00:00 2001 From: kean Date: Wed, 16 Mar 2016 16:25:57 +0300 Subject: [PATCH] Version 1.0.4 --- Arranged.podspec | 2 +- CHANGELOG.md | 7 +++++++ Supporting/Info.plist | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Arranged.podspec b/Arranged.podspec index 65bd943..e668834 100644 --- a/Arranged.podspec +++ b/Arranged.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Arranged" - s.version = "1.0.3" + s.version = "1.0.4" s.summary = "Open source replacement of UIStackView for iOS 8 (100% layouts supported)" s.homepage = "https://github.com/kean/Arranged" diff --git a/CHANGELOG.md b/CHANGELOG.md index 0054f5b..04ef7c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ [Changelog](https://github.com/kean/Arranged/releases) for all versions +## Arranged 1.0.4 + +- Activate constraints using `activate` property instead of manually adding them to the view +- `StackView` now returns true in `requiresConstraintBasedLayout` +- `LayoutGuides` are now hidden by default +- `LayoutGuides` now have `translatesAutoresizingMaskIntoConstraints` set to false be default + ## Arranged 1.0.3 - `insertArrangedSubview(_:atIndex:)` method now updates the stack index (but not the subview index) of the arranged subview if it's already in the `arrangedSubviews` list. diff --git a/Supporting/Info.plist b/Supporting/Info.plist index e2ecf82..e52b996 100644 --- a/Supporting/Info.plist +++ b/Supporting/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.3 + 1.0.4 CFBundleSignature ???? CFBundleVersion