Skip to content

Commit 6507106

Browse files
committed
Update 1.3.32
1 parent 6c3e662 commit 6507106

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@
77

88
# Change Log
99

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)
1119
Released on 2023-04-12
1220

1321
#### Fix for Swift 5.8

FlexLayout.podspec

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

0 commit comments

Comments
 (0)