Skip to content

Commit fbd6474

Browse files
committed
New version 1.3.23
1 parent 50745f8 commit fbd6474

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,26 @@
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)
1130
Released on 2021-10-25
1231

1332
## [1.3.20](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.20)

FlexLayout.podspec

Lines changed: 1 addition & 1 deletion
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.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"

0 commit comments

Comments
 (0)