Skip to content

Commit 2a4b292

Browse files
author
Luc Dion
committed
Add release 1.7.10
1 parent 84b4f7a commit 2a4b292

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.7.10](https://github.com/layoutBox/PinLayout/releases/tag/1.7.10)
11+
Released on 2018-07-17
12+
13+
#### Add `sizeToFit()` method.
14+
The method adjust the view's size based on the result of the method `UIView.sizeToFit()`. Particularly useful for controls/views that have an intrinsic size (label, button, ...).
15+
16+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#158](https://github.com/layoutBox/PinLayout/pull/158)
17+
18+
1019
## [1.7.9](https://github.com/layoutBox/PinLayout/releases/tag/1.7.9)
1120
Released on 2018-06-28
1221

PinLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |spec|
1010
spec.name = "PinLayout"
11-
spec.version = "1.7.9"
11+
spec.version = "1.7.10"
1212
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. [iOS/macOS/tvOS]"
1313
spec.description = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS]"
1414
spec.homepage = "https://github.com/layoutBox/PinLayout"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Extremely Fast views layouting without auto layout. No magic, pure code, full co
3838
* Swift 3.2+ / Swift 4.1 / Objective-C
3939

4040
### Recent changes/features
41+
* :star: Add `sizeToFit()` method. See [Adjusting size](#adjusting_size).
4142
* :star: PinLayout can now layout CALayer. See [CALayer Support](#calayer_support) for more information.
4243
* :star: PinLayout is in the Top 10 of Swift Layout frameworks on [Awesome Swift](https://swift.libhunt.com/categories/714-layout)
4344
* :star: PinLayout has moved to the **[layoutBox](https://github.com/layoutBox)** organization. See other **[layoutBox](https://github.com/layoutBox)** projects.

0 commit comments

Comments
 (0)