Skip to content

Commit 7d2be21

Browse files
author
Luc Dion
committed
Update version to 1.3.8
1 parent dc47aa9 commit 7d2be21

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
# Change Log
99

10+
## [1.3.8](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.8)
11+
Released on 2018-05-09
12+
13+
* Add `display(:Display)` method to set the Yoga's display property.
14+
* Added by [cielpy](https://github.com/cielpy) in Pull Request [#87](https://github.com/layoutBox/FlexLayout/pull/87)
15+
1016
## [1.3.7](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.7)
1117
Released on 2018-05-01
1218

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ FlexLayout automatically includes the UIView when:
700700

701701
* **`display(_: Display)`**
702702

703-
Set the item display or not, with `none` value, the item will be hidden and not be calculated
703+
Set the item display or not, with `none` value, the item will be hidden and not included in the layout.
704704

705705
<br>
706706

0 commit comments

Comments
 (0)