Skip to content

Commit ba0a51f

Browse files
committed
Update to version 1.8.10
1 parent 1e41a08 commit ba0a51f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.8.10](https://github.com/layoutBox/PinLayout/releases/tag/1.8.10)
11+
Released on 2019-09-16
12+
13+
#### Upgrade to Swift 5
14+
15+
* Use `UIView.effectiveUserInterfaceLayoutDirection` to detect RTL on iOS 10 and above. This is recommended approach to detect layout direction taking into account view's semantic content attribute, trait environment and UIApplication layout direction.
16+
* Added by [MontakOleg](https://github.com/MontakOleg) in Pull Request [#200](https://github.com/layoutBox/PinLayout/pull/200)
17+
* Update Travis to Xcode 11.
18+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#202](https://github.com/layoutBox/PinLayout/pull/202)
19+
20+
1021
## [1.8.9](https://github.com/layoutBox/PinLayout/releases/tag/1.8.9)
1122
Released on 2019-08-16
1223

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.8.9"
11+
spec.version = "1.8.10"
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"

0 commit comments

Comments
 (0)