Skip to content

Commit 81f3ebb

Browse files
committed
Release 2.1.0
1 parent 283afb5 commit 81f3ebb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
### master branch
6+
7+
### [2.1.0](https://github.com/xmartlabs/XLActionController/releases/tag/2.1.0)
8+
9+
* **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).
10+
* **Breaking change**: actions' handlers are now executed after the action controller was completely dismissed, [PR #22](https://github.com/xmartlabs/XLActionController/pull/22).
11+
* Fixed duplicated execution of actions, [PR #22](https://github.com/xmartlabs/XLActionController/pull/22).
12+
13+
### [2.0.0](https://github.com/xmartlabs/XLActionController/releases/tag/2.0.0)
14+
15+
* Bug fixes and stability improvements.
16+
* added support for Xcode 7.3 and swift 2.2.
17+
18+
### [1.0.0](https://github.com/xmartlabs/XLActionController/releases/tag/1.0.0)
19+
Released on 2015-12-11. This is the initial version.

XLActionController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'XLActionController'
3-
spec.version = '2.0.0'
3+
spec.version = '2.1.0'
44
spec.license = 'MIT'
55
spec.summary = 'Fully customizable and extensible action sheet controller written in Swift 2'
66
spec.homepage = 'https://github.com/xmartlabs/XLActionController'

0 commit comments

Comments
 (0)