Skip to content

Commit

Permalink
Bump version to 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets committed Apr 26, 2020
1 parent 4382343 commit 23160ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

### 11.1
**What's New:**
- Action sheets can now receive an image view on the left and accessory view on the right of each action
- The color of the chrome/dimming view can now be set on visual styles
- The spacing between title/message labels has been updated to the ones
`UIAlertController` uses


**Bug Fixes:**
- View controllers presented from alerts/action sheets aren't dismissed
anymore when using the alert's `dismiss()` method
- The area around text fields is now the same background color as alerts when one is set
- Dark mode appearances are more like the native `UIAlertController` ones

### 11.0
**What's New:**
- Dark Mode support on iOS 13.
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 = "11.0"
s.version = "11.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 23160ea

Please sign in to comment.