Skip to content

Commit 180c9ff

Browse files
author
Luc Dion
committed
Release version 1.7.3
1 parent 9fff380 commit 180c9ff

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

88
# Change Log
99

10+
## [1.7.3](https://github.com/layoutBox/FlexLayout/releases/tag/1.7.2)
11+
Released on 2018-04-25
12+
13+
### Add few missing Objective-C Interface properties and methods
14+
These methods and properties are now accessible from Objective-C:
15+
* `Pin.layoutDirection`
16+
* `Pin.safeAreaInsetsDidChangeMode`
17+
* `Pin.logWarnings`
18+
* `Pin.initPinLayout()`
19+
* `Pin.layoutDirection()`
20+
21+
Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#135](https://github.com/mirego/PinLayout/pull/135)
1022

1123

1224
## [1.7.2](https://github.com/layoutBox/FlexLayout/releases/tag/1.7.2)

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.2"
11+
spec.version = "1.7.3"
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://mirego.github.io/PinLayout/"

0 commit comments

Comments
 (0)