Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
Version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Mar 16, 2016
1 parent 15db280 commit 8368f8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Arranged.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Supporting/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<string>1.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 8368f8d

Please sign in to comment.