Skip to content

Commit 635e6a5

Browse files
author
Luc Dion
committed
Update version to 1.5.8
1 parent 99ab4ee commit 635e6a5

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.5.8](https://github.com/layoutBox/FlexLayout/releases/tag/1.5.8)
11+
Released on 2018-01-20
12+
13+
* Handle layout relative to a view with a transforms and/or a modified anchorPoint.
14+
Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#116](https://github.com/mirego/PinLayout/pull/116)
15+
1016
## [1.5.7](https://github.com/layoutBox/FlexLayout/releases/tag/1.5.7)
1117
Released on 2018-01-19
1218

@@ -16,13 +22,6 @@ Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#115](https://g
1622
* Handle correctly view's `layer.anchorPoint`. PinLayout now update correctly the view position when the view's layer.anchorPoint has been modified, i.e. when it is not its default value (0.5, 0.5).
1723
Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#114](https://github.com/mirego/PinLayout/pull/114)
1824

19-
20-
## [1.5.6](https://github.com/layoutBox/FlexLayout/releases/tag/1.5.6)
21-
Released on 2018-01-14
22-
23-
* Fix a compilation warning
24-
25-
2625
## [1.5.5](https://github.com/layoutBox/FlexLayout/releases/tag/1.5.5)
2726
Released on 2018-01-12
2827

PinLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "PinLayout"
11-
s.version = "1.5.7"
11+
s.version = "1.5.8"
1212
s.summary = "Fast Swift UIViews layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable."
1313
s.description = "Fast Swift UIViews layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable."
1414

0 commit comments

Comments
 (0)