File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Change Log
9
9
10
+ ## [ 1.3.19] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.19 )
11
+ Released on 2020-05-29
12
+
13
+ Add baseline item support.
14
+ Note that for now baseline support is only for the first baseline.
15
+
16
+ Added by [ Michael Ong] ( https://github.com/rantingmong ) in Pull Request [ #159 ] ( https://github.com/layoutBox/FlexLayout/pull/159 )
17
+
18
+ ## [ 1.3.18] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.18 )
19
+ Released on 2020-05-01
20
+
21
+ Adds Swift Package Manager Support
22
+
23
+ Added by [ gcox] ( https://github.com/gcox ) in Pull Request [ #150 ] ( https://github.com/layoutBox/FlexLayout/pull/150 )
24
+
10
25
## [ 1.3.17] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.17 )
11
26
Released on 2019-10-090
12
27
Original file line number Diff line number Diff line change 1
1
2
2
Pod ::Spec . new do |spec |
3
3
spec . name = "FlexLayout"
4
- spec . version = "1.3.17 "
4
+ spec . version = "1.3.19 "
5
5
spec . summary = "FlexLayout"
6
6
spec . homepage = "https://github.com/lucdion/FlexLayout.git"
7
7
spec . license = "MIT license"
You can’t perform that action at this time.
0 commit comments