Skip to content

Commit 49e697a

Browse files
committed
Update changelog and podspec
1 parent c464019 commit 49e697a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.5.4
4+
5+
- Safer animation and callbacks checks after a cell is deleted. Fixes issue #91 caused by a null cell.indexPath because the callback was called while/after a cell is deleted
6+
- Fix issue #168: problem with devices that read right to left (Arabic and Hebrew)
7+
- Fix swipe issues after reloading a table
8+
- Fix issue #163: Swipe not working after deleting a cell
9+
- Add enableSwipeBounces property. Enabled by default, if disabled the swipe bounces will be disabled and the swipe motion will stop right after the button.
10+
- Add allowsOppositeSwipe property. Controls whether swipe gesture is allowed in opposite directions. NO value disables swiping in opposite direction once started in one direction
11+
- Add topMargin and bottomMargin properties to MGSwipeSettings
12+
- Add touchOnDismissSwipe property. Controls whether dismissing a swiped cell when clicking outside of the cell generates a real touch event on the other cell. Default behaviour is the same as the Mail app on iOS. Enable it if you want to allow to start a new swipe while a cell is already in swiped.
13+
- Add a 'BOOL finished' parameter to completion animation callbacks
314

415
## 1.5.3
516

MGSwipeTableCell.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MGSwipeTableCell'
3-
s.version = '1.5.3'
3+
s.version = '1.5.4'
44
s.author = { 'Imanol Fernandez' => '[email protected]' }
55
s.homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell'
66
s.summary = 'An easy to use UITableViewCell subclass that allows to display swipeable buttons with a variety of transitions'

0 commit comments

Comments
 (0)