Skip to content

Commit 6aa95d1

Browse files
author
Luc Dion
committed
Update to version 1.2.0
1 parent c8af89f commit 6aa95d1

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.2.0](https://github.com/layoutBox/FlexLayout/releases/tag/1.2.0)
11+
Released on 2017-11-23
12+
13+
* Many properties can be reset to their initial state. Specifying `nil` when calling these properties reset their value:
14+
* `width(nil)`
15+
* `height(nil)`
16+
* `size(nil)`
17+
* `minWidth(nil)`
18+
* `maxWidth(nil)`
19+
* `minHeight(nil)`
20+
* `maxHeight(nil)`
21+
* `aspectRatio(nil)`
22+
23+
* FlexLayout now integrates YogaKit source code, this was needed to improve efficiently the iOS's yoga interface.
24+
25+
* Added by [Luc Dion](https://github.com/layoutBox) in Pull Request [#40](https://github.com/layoutBox/FlexLayout/pull/40)
26+
27+
1028
## [1.1.8](https://github.com/layoutBox/FlexLayout/releases/tag/1.1.8)
1129
Released on 2017-11-23
1230

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 |s|
33
s.name = "FlexLayout"
4-
s.version = "1.1.8"
4+
s.version = "1.2.0"
55
s.summary = "FlexLayout"
66

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

0 commit comments

Comments
 (0)