From e6818281681e9db31d7942097b6f471a052b74b1 Mon Sep 17 00:00:00 2001 From: Nataliya Patsovska Date: Tue, 29 Jan 2019 18:25:47 +0100 Subject: [PATCH] Bump version to 1.6.1 --- CHANGELOG.md | 4 ++++ Form/Info.plist | 2 +- FormFramework.podspec | 2 +- FormTests/Info.plist | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b08de83..36a239c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.6.1 +- Bugfix: Fix layout problem caused by pinning a view to UITransitionView that is no longer shown on iOS 9/10 +- Bugfix: Activate constraints before calls to layoutIfNeeded to prevent crashes on iOS 9/10 when embedding views in a scrollView + ## 1.6.0 - Add sizeForItemAt for CollectionViewDelegate - Bugfix: Fix table view cells reorder control position to respect insets diff --git a/Form/Info.plist b/Form/Info.plist index a1dfe14..148a1d1 100644 --- a/Form/Info.plist +++ b/Form/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.6.0 + 1.6.1 CFBundleSignature ???? CFBundleVersion diff --git a/FormFramework.podspec b/FormFramework.podspec index 192dfb1..4fdf7d9 100644 --- a/FormFramework.podspec +++ b/FormFramework.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FormFramework" - s.version = "1.6.0" + s.version = "1.6.1" s.module_name = "Form" s.summary = "Powerful iOS layout and styling" s.description = <<-DESC diff --git a/FormTests/Info.plist b/FormTests/Info.plist index 105fec0..6ce109b 100644 --- a/FormTests/Info.plist +++ b/FormTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.6.0 + 1.6.1 CFBundleSignature ???? CFBundleVersion