Skip to content

Commit

Permalink
Update to 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets committed Jan 16, 2018
1 parent dcd86bb commit 91f9eb3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion SDCAlertView.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit 91f9eb3

Please sign in to comment.