Skip to content

Commit afc6a2b

Browse files
author
Luc Dion
committed
Update version to 1.1.4
1 parent 4c66764 commit afc6a2b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@
77

88
# Change Log
99

10+
## [1.1.4](https://github.com/lucdion/FlexLayout/releases/tag/1.1.4)
11+
Released on 2017-10-17
12+
13+
* Add width/height methods taking percentage parameter
14+
* width(_ percent: FPercent)
15+
* height(_ percent: FPercent)
16+
* minWidth(_ percent: FPercent)
17+
* maxWidth(_ percent: FPercent)
18+
* minHeight(_ percent: FPercent)
19+
* maxHeight(_ percent: FPercent)
20+
21+
Usage examples:
22+
23+
* view.flex.width(50%)
24+
* view.flex.height(25%)
25+
26+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#28](https://github.com/lucdion/FlexLayout/pull/28)
27+
28+
1029
## [1.1.3](https://github.com/lucdion/FlexLayout/releases/tag/1.1.3)
1130
Released on 2017-10-02
1231

FlexLayout.podspec

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

22
Pod::Spec.new do |s|
33
s.name = "FlexLayout"
4-
s.version = "1.1.3"
4+
s.version = "1.1.4"
55
s.summary = "FlexLayout"
66

77
s.homepage = "https://github.com/lucdion/FlexLayout.git"

0 commit comments

Comments
 (0)