Skip to content

Commit

Permalink
Add release 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion committed Dec 17, 2020
1 parent a908791 commit 1a7614c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@

# Change Log

## [1.9.3](https://github.com/layoutBox/PinLayout/releases/tag/1.9.3)
Released on 2020-12-17

#### Fix an issue with Automatic Sizing

* Fix autoSizeThatFits wrong calculations. There was a problem with size calculations of inner views while using `autoSizeThatFits`.
* Added by [Igor Bulyga](https://github.com/IgorBulyga) in Pull Request [#221](https://github.com/layoutBox/PinLayout/pull/221)



## [1.9.0](https://github.com/layoutBox/PinLayout/releases/tag/1.9.0)
Released on 2019-10-03

Expand Down
2 changes: 1 addition & 1 deletion PinLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |spec|
spec.name = "PinLayout"
spec.version = "1.9.2"
spec.version = "1.9.3"
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast."
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]"
spec.homepage = "https://github.com/layoutBox/PinLayout"
Expand Down
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source 'https://cdn.cocoapods.org/'
use_frameworks!

workspace 'PinLayout.xcworkspace'
Expand Down

0 comments on commit 1a7614c

Please sign in to comment.