Skip to content

Commit

Permalink
Update to 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets committed Feb 27, 2017
1 parent f6e9c5c commit 7edfd4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# CHANGELOG

# 7.1
### 7.1.1
**Bug fixes**:
- Fixes a retain cycle when adding text fields to the alert
- Properly makes the first text field the first responder when presenting an
alert with text fields

## 7.1
**What's New:**
- Makes `AlertVisualStyle` subclassable again
- Adds support for custom background colors in action sheets
Expand All @@ -11,7 +17,7 @@
- Action sheets without an explicit cancel button won't show the inferred cancel button twice anymore
- Button labels size and truncate as expected now, instead of being cut off

# 7.0.1
### 7.0.1
**Bug Fixes:**
- Avoids an infinite loop/crash when using an action sheet without explicit cancel buttons

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 = "7.1"
s.version = "7.1.1"
s.summary = "The little alert that could"
s.homepage = "https://github.com/sberrevoets/SDCAlertView"
s.license = { :type => "MIT" }
Expand Down

0 comments on commit 7edfd4a

Please sign in to comment.