Skip to content

Commit 939ae8b

Browse files
author
Luc Dion
committed
Update CHANGELOG.md
1 parent 138f1c4 commit 939ae8b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@
77

88
# Change Log
99

10+
## [1.1.1](https://github.com/mirego/PinLayout/releases/tag/1.1.1)
11+
Released on 2017-06-27.
12+
13+
#### Change
14+
* Support **Xcode 9 Beta 2** and Swift 4
15+
* Added by [Luc Dion](https://github.com/lucmirego) in Pull Request [#52](https://github.com/mirego/PinLayout/pull/52)
16+
* Add a Form example
17+
* Added by [Luc Dion](https://github.com/lucmirego) in Pull Request [#51](https://github.com/mirego/PinLayout/pull/51)
18+
* This example demonstrates:
19+
* Usage of filter method when using PinLayout's relative methods (above, below, left, right)
20+
* Adjusting a container's height to match all its children.
21+
* Animation of the appearance/disappearance of UIViews.
22+
23+
24+
25+
## [1.1.0](https://github.com/mirego/PinLayout/releases/tag/1.1.0)
26+
Released on 2017-06-18.
27+
28+
#### Change
29+
* Update relative methods signatures when specifying multiple relative views.
30+
Update the minor version due to a small breaking change with methods above(of…), below(of…), left(of…) and right(of…). They now takes either a single UIView or an Array of UIViews.
31+
* Added by [Luc Dion](https://github.com/lucmirego) in Pull Request [#48](https://github.com/mirego/PinLayout/pull/48)
32+
33+
1034
## [1.0.15](https://github.com/mirego/PinLayout/releases/tag/1.0.15)
1135
Released on 2017-06-12.
1236

0 commit comments

Comments
 (0)