Skip to content

Commit c880dc1

Browse files
author
Luc Dion
committed
Update version to 1.3.3
1 parent d866b67 commit c880dc1

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.2](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.1)
10+
## [1.3.3](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.3)
11+
Released on 2018-02-28
12+
13+
* Fix Yoga's rounding issues
14+
* Integer truncation of sizes calculated by sizeThatFits:, and utility functions. Introduced by Obj-C -> Obj-C++ conversion in previous PR
15+
* Low coordinate rounding threshold, which results in flooring apparently valid values. Layout becomes very wrong with absolute coordinate values larger than 100 and having pointScaleFactor set to 3.
16+
* Added by [Alexey Zinchenko](https://github.com/zintus) in Pull Request [#63](https://github.com/layoutBox/FlexLayout/pull/63)
17+
18+
## [1.3.2](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.2)
1119
Released on 2018-02-27
1220

1321
* Update Yoga core to latest master

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.2"
4+
spec.version = "1.3.3"
55
spec.summary = "FlexLayout"
66

77
spec.homepage = "https://github.com/lucdion/FlexLayout.git"

0 commit comments

Comments
 (0)