Skip to content

Commit

Permalink
Update version to 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Dion committed May 10, 2018
1 parent dc47aa9 commit 7d2be21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

# Change Log

## [1.3.8](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.8)
Released on 2018-05-09

* Add `display(:Display)` method to set the Yoga's display property.
* Added by [cielpy](https://github.com/cielpy) in Pull Request [#87](https://github.com/layoutBox/FlexLayout/pull/87)

## [1.3.7](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.7)
Released on 2018-05-01

Expand Down
2 changes: 1 addition & 1 deletion FlexLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |spec|
spec.name = "FlexLayout"
spec.version = "1.3.7"
spec.version = "1.3.8"
spec.summary = "FlexLayout"
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ FlexLayout automatically includes the UIView when:

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

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

<br>

Expand Down

0 comments on commit 7d2be21

Please sign in to comment.