Skip to content

Commit

Permalink
Update changelog and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Mar 20, 2016
1 parent c464019 commit 49e697a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.5.4

- 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
- Fix issue #168: problem with devices that read right to left (Arabic and Hebrew)
- Fix swipe issues after reloading a table
- Fix issue #163: Swipe not working after deleting a cell
- Add enableSwipeBounces property. Enabled by default, if disabled the swipe bounces will be disabled and the swipe motion will stop right after the button.
- Add allowsOppositeSwipe property. Controls whether swipe gesture is allowed in opposite directions. NO value disables swiping in opposite direction once started in one direction
- Add topMargin and bottomMargin properties to MGSwipeSettings
- 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.
- Add a 'BOOL finished' parameter to completion animation callbacks

## 1.5.3

Expand Down
2 changes: 1 addition & 1 deletion MGSwipeTableCell.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MGSwipeTableCell'
s.version = '1.5.3'
s.version = '1.5.4'
s.author = { 'Imanol Fernandez' => '[email protected]' }
s.homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell'
s.summary = 'An easy to use UITableViewCell subclass that allows to display swipeable buttons with a variety of transitions'
Expand Down

0 comments on commit 49e697a

Please sign in to comment.