File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Change Log
9
9
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
+
10
29
## [ 1.1.3] ( https://github.com/lucdion/FlexLayout/releases/tag/1.1.3 )
11
30
Released on 2017-10-02
12
31
Original file line number Diff line number Diff line change 1
1
2
2
Pod ::Spec . new do |s |
3
3
s . name = "FlexLayout"
4
- s . version = "1.1.3 "
4
+ s . version = "1.1.4 "
5
5
s . summary = "FlexLayout"
6
6
7
7
s . homepage = "https://github.com/lucdion/FlexLayout.git"
You can’t perform that action at this time.
0 commit comments