Skip to content

Commit 06c1395

Browse files
author
Luc Dion
committed
Update changelog.
1 parent a3e5c94 commit 06c1395

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.8.0](https://github.com/layoutBox/PinLayout/releases/tag/1.8.0)
11+
Released on 2018-08-21
12+
13+
#### Deprecated method `fitSize()` has been removed
14+
`fitSize()` has been removed after being deprecated for 10 months. `sizeToFit(:FitType)` should now be used instead. See [Adjusting size](https://github.com/layoutBox/PinLayout#adjusting_size).
15+
16+
Plus:
17+
18+
* Refactor relative positioning methods source code (above(...), after(...), ...) using a default parameter value for the alignment parameter.
19+
* Fix unit test screen density.
20+
* Update few examples source code.
21+
22+
23+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#167](https://github.com/layoutBox/PinLayout/pull/167)
24+
25+
1026
## [1.7.12](https://github.com/layoutBox/PinLayout/releases/tag/1.7.12)
1127
Released on 2018-08-16
1228

0 commit comments

Comments
 (0)