Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-revetria committed Sep 8, 2016
1 parent 283afb5 commit 81f3ebb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Change Log

All notable changes to this project will be documented in this file.

### master branch

### [2.1.0](https://github.com/xmartlabs/XLActionController/releases/tag/2.1.0)

* **Breaking change**: `actionTitleLabelConstraintToContainer` and `actionTitleLabelConstraintToImageView` was removed from `ActionCell` class. You must delete these outlets from your xib files, [PR #23](https://github.com/xmartlabs/XLActionController/pull/23).
* **Breaking change**: actions' handlers are now executed after the action controller was completely dismissed, [PR #22](https://github.com/xmartlabs/XLActionController/pull/22).
* Fixed duplicated execution of actions, [PR #22](https://github.com/xmartlabs/XLActionController/pull/22).

### [2.0.0](https://github.com/xmartlabs/XLActionController/releases/tag/2.0.0)

* Bug fixes and stability improvements.
* added support for Xcode 7.3 and swift 2.2.

### [1.0.0](https://github.com/xmartlabs/XLActionController/releases/tag/1.0.0)
Released on 2015-12-11. This is the initial version.
2 changes: 1 addition & 1 deletion XLActionController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'XLActionController'
spec.version = '2.0.0'
spec.version = '2.1.0'
spec.license = 'MIT'
spec.summary = 'Fully customizable and extensible action sheet controller written in Swift 2'
spec.homepage = 'https://github.com/xmartlabs/XLActionController'
Expand Down

0 comments on commit 81f3ebb

Please sign in to comment.