Skip to content

Commit 5f708f5

Browse files
committed
Update version to 1.3.16
1 parent fe3a83f commit 5f708f5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77

88
# Change Log
99

10+
## [1.3.16](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.16)
11+
Released on 2019-08-03
12+
13+
* Delegate isIncludedInLayout to yoga vs using default value:
14+
Previously the value of `isIncludedInLayout` may have not reflect what the underlying yoga value is as the developer may have manipulated the yoga value directly. This could potentially leave the Flex initial value out of sync. This change defers the get/set of this property to yoga.
15+
* Added by [Dan Loman](https://github.com/namolnad) in Pull Request [#131](https://github.com/layoutBox/FlexLayout/pull/137)
16+
17+
1018
## [1.3.15](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.15)
1119
Released on 2019-06-07
1220

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

0 commit comments

Comments
 (0)