Skip to content

Commit 89986ba

Browse files
author
Luc Dion
committed
Update version to 1.5.7
1 parent 0eb3420 commit 89986ba

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.5.7](https://github.com/layoutBox/FlexLayout/releases/tag/1.5.7)
11+
Released on 2018-01-19
12+
13+
* Fix an issue that was affecting UIScrollViews. PinLayout now set only the bounds's size and keep the origin.
14+
Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#115](https://github.com/mirego/PinLayout/pull/115)
15+
16+
* 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).
17+
Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#114](https://github.com/mirego/PinLayout/pull/114)
18+
19+
1020
## [1.5.6](https://github.com/layoutBox/FlexLayout/releases/tag/1.5.6)
1121
Released on 2018-01-14
1222

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.6"
11+
s.version = "1.5.7"
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)