Skip to content

Commit e9100fc

Browse files
committed
Update to 1.3.25
1 parent f630895 commit e9100fc

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@
77

88
# Change Log
99

10+
## [1.3.25](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.25)
11+
Released on 2022-12-23
12+
13+
#### Add `flex.cornerRadius(_ value: CGFloat)` function
14+
15+
Added by [minhaaan](https://github.com/minhaaan) in Pull Request [#209](https://github.com/layoutBox/FlexLayout/pull/209)
16+
1017
## [1.3.24](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.24)
1118
Released on 2022-04-08
1219

13-
####Change the access control of margin padding functions
20+
#### Change the access control of margin padding functions
1421

1522
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#199](https://github.com/layoutBox/FlexLayout/pull/199)
1623

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.24"
4+
spec.version = "1.3.25"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- FlexLayout (1.3.23)
2+
- FlexLayout (1.3.24)
33
- Nimble (9.2.1)
44
- PinLayout (1.10.2)
55
- Quick (4.0.0)
@@ -24,7 +24,7 @@ EXTERNAL SOURCES:
2424
:path: "./"
2525

2626
SPEC CHECKSUMS:
27-
FlexLayout: 5b44c0538e7eaa2110e3160dfdfb74611676fb91
27+
FlexLayout: 4c4dec5e4aafab84908dd864bb097baebef0d44e
2828
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
2929
PinLayout: d6b1960e4b182b4da1481b9aa6728f621e20708d
3030
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4

0 commit comments

Comments
 (0)