File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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 )
1130Released on 2017-10-02
1231
Original file line number Diff line number Diff line change 11
22Pod ::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"
You can’t perform that action at this time.
0 commit comments