From 6588201652ce6256f837b83f3f0b7663a8012bca Mon Sep 17 00:00:00 2001 From: Imanol Fernandez Date: Fri, 17 Apr 2015 22:52:28 +0200 Subject: [PATCH] updated changed and podspec --- CHANGELOG.md | 9 +++++++++ MGSwipeTableCell.podspec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36cc607..f15a2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.4.1 + +- Implemented Spotify App style cell expansion: added expansionLayout and expansionColor properties to MGSwipeExpansionSettings +- New property allowsSwipeWhenTappingButtons. Fixed issue #80: swiping the cell when you swipe the buttons in the cell +- Fixed issue #78: Swift problem with one enum +- Fixed issue #82: fillOnTrigger not working properly with UITableViewCellAccessoryDisclosureIndicator +- Fixed issue #84: can't compile in xcode 6.3 +- Fixed issue #76: Swiped cell state issue when table view is scrolling + ## 1.4.0 - Implemented allowsButtonsWithDifferentWidth property to support buttons with different widths diff --git a/MGSwipeTableCell.podspec b/MGSwipeTableCell.podspec index e715e46..e52fdf8 100644 --- a/MGSwipeTableCell.podspec +++ b/MGSwipeTableCell.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MGSwipeTableCell' - s.version = '1.4.0' + s.version = '1.4.1' s.author = { 'Imanol Fernandez' => 'mortimergoro@gmail.com' } s.homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell' s.summary = 'An easy to use UITableViewCell subclass that allows to display swippable buttons with a variety of transitions'