Skip to content

Commit 1a7614c

Browse files
committed
Add release 1.9.3
1 parent a908791 commit 1a7614c

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77

88
# Change Log
99

10+
## [1.9.3](https://github.com/layoutBox/PinLayout/releases/tag/1.9.3)
11+
Released on 2020-12-17
12+
13+
#### Fix an issue with Automatic Sizing
14+
15+
* Fix autoSizeThatFits wrong calculations. There was a problem with size calculations of inner views while using `autoSizeThatFits`.
16+
* Added by [Igor Bulyga](https://github.com/IgorBulyga) in Pull Request [#221](https://github.com/layoutBox/PinLayout/pull/221)
17+
18+
19+
1020
## [1.9.0](https://github.com/layoutBox/PinLayout/releases/tag/1.9.0)
1121
Released on 2019-10-03
1222

Diff for: PinLayout.podspec

+1-1
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.9.2"
11+
spec.version = "1.9.3"
1212
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast."
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/CALayer]"
1414
spec.homepage = "https://github.com/layoutBox/PinLayout"

Diff for: Podfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
source 'https://cdn.cocoapods.org/'
12
use_frameworks!
23

34
workspace 'PinLayout.xcworkspace'

0 commit comments

Comments
 (0)