File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 77
88# Change Log
99
10- ## [ 1.3.22] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.20 )
10+ ## [ 1.3.23] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.23 )
11+ Released on 2021-11-22
12+
13+ #### Percent padding support.
14+ New methods:
15+
16+ * ` paddingTop(_ percent: FPercent) ` **
17+ * ` paddingLeft(_ percent: FPercent) ` **
18+ * ` paddingBottom(_ percent: FPercent) ` **
19+ * ` paddingRight(_ percent: FPercent) ` **
20+ * ` paddingStart(_ percent: FPercent) ` **
21+ * ` paddingEnd(_ percent: FPercent) ` **
22+ * ` paddingHorizontal(_ percent: FPercent) ` **
23+ * ` paddingVertical(_ percent: FPercent) ` **
24+
25+ Added by [ albertocs-noma] ( https://github.com/albertocs-noma ) in Pull Request [ #159 ] ( https://github.com/layoutBox/FlexLayout/pull/187 )
26+
27+
28+
29+ ## [ 1.3.22] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.22 )
1130Released on 2021-10-25
1231
1332## [ 1.3.20] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.20 )
Original file line number Diff line number Diff line change 11
22Pod ::Spec . new do |spec |
33 spec . name = "FlexLayout"
4- spec . version = "1.3.22 "
4+ spec . version = "1.3.23 "
55 spec . summary = "FlexLayout"
66 spec . homepage = "https://github.com/lucdion/FlexLayout.git"
77 spec . license = "MIT license"
You can’t perform that action at this time.
0 commit comments