diff --git a/CHANGELOG.md b/CHANGELOG.md index 97937bd0..c95c51b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 8.0.2 +**Bug Fixes:** +- Fixes the inverted `dismissOnOutsideTap` behavior for alert views +- Hides action sheet labels when no title or subtitle are provided +- Fixes action sheet layout issues on iPhone X +- Invokes the `preferredAction` when the return key is hit on a hardware + keyboard +- Return no `preferredAction` when the style of the alert is an action sheet + ### 8.0.1 **Bug Fixes:** - Fixes a layout issue when creating an alert with a custom content view diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index 70d1ef63..3bcf53b3 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SDCAlertView" - s.version = "8.0.1" + s.version = "8.0.2" s.summary = "The little alert that could" s.homepage = "https://github.com/sberrevoets/SDCAlertView" s.license = { :type => "MIT" }