File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Change Log
9
9
10
- ## [ 1.3.31] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.30 )
10
+ ## [ 1.3.32] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.32 )
11
+ Released on 2023-05-10
12
+
13
+ #### Fixes an issue where YGApplyLayoutToViewHierarchy assigns a value to frame.size that does not rounded to the pixel grid
14
+
15
+ Added by [ Dongkyu Kim] ( https://github.com/stleamist ) in Pull Request [ #225 ] ( https://github.com/layoutBox/FlexLayout/pull/225 )
16
+
17
+
18
+ ## [ 1.3.31] ( https://github.com/layoutBox/FlexLayout/releases/tag/1.3.31 )
11
19
Released on 2023-04-12
12
20
13
21
#### Fix for Swift 5.8
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.31 "
4
+ spec . version = "1.3.32 "
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