Skip to content

Commit

Permalink
Update to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Dion committed Nov 28, 2017
1 parent c8af89f commit 6aa95d1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@

# Change Log

## [1.2.0](https://github.com/layoutBox/FlexLayout/releases/tag/1.2.0)
Released on 2017-11-23

* Many properties can be reset to their initial state. Specifying `nil` when calling these properties reset their value:
* `width(nil)`
* `height(nil)`
* `size(nil)`
* `minWidth(nil)`
* `maxWidth(nil)`
* `minHeight(nil)`
* `maxHeight(nil)`
* `aspectRatio(nil)`

* FlexLayout now integrates YogaKit source code, this was needed to improve efficiently the iOS's yoga interface.

* Added by [Luc Dion](https://github.com/layoutBox) in Pull Request [#40](https://github.com/layoutBox/FlexLayout/pull/40)


## [1.1.8](https://github.com/layoutBox/FlexLayout/releases/tag/1.1.8)
Released on 2017-11-23

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 |s|
s.name = "FlexLayout"
s.version = "1.1.8"
s.version = "1.2.0"
s.summary = "FlexLayout"

s.homepage = "https://github.com/lucdion/FlexLayout.git"
Expand Down
Binary file not shown.

0 comments on commit 6aa95d1

Please sign in to comment.