Skip to content

Commit 64ecad5

Browse files
committed
Release 1.3.17
1 parent d38dd60 commit 64ecad5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77

88
# Change Log
99

10+
## [1.3.17](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.17)
11+
Released on 2019-10-090
12+
13+
Add new methods to position items in absolute positionning (https://github.com/layoutBox/FlexLayout#4-absolute-positioning):
14+
15+
* **`vertically(: CGFloat)`** / **`vertically(: FPercent)`**:
16+
Controls the distance child’s top and bottom edges from the parent’s edges. Equal to `top().bottom()`.
17+
* **`horizontally(: CGFloat)`** / **`horizontally(: FPercent)`**:
18+
Controls the distance child’s left and right edges from the parent’s edges. Equal to `left().right()`.
19+
* **`all(: CGFloat)`** / **`all(: FPercent)`**:
20+
Controls the distance child’s edges from the parent’s edges. Equal to `top().bottom().left().right()`.
21+
22+
Added by [Kuluum](https://github.com/Kuluum) in Pull Request [#146](https://github.com/layoutBox/FlexLayout/pull/146)
23+
1024
## [1.3.16](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.16)
1125
Released on 2019-08-03
1226

FlexLayout.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "1.3.16"
4+
spec.version = "1.3.17"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"

0 commit comments

Comments
 (0)