You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## 1.5.0
4
+
5
+
- Feature: add onlySwipeButtons property that allows to only swipe the buttons and keep the cell static
6
+
- Feature: add fromOffset argument to the canSwipe delegate method. Useful for supporting sidebar menus with swipe to open. You can use it to restrict the cell from being swiped if the offset is to close to the edge.
7
+
- Feature: add preservesSelectionStatus property that allows to control whether selection/highlight is changed when swiped.
8
+
- Feature: add keepButtonsSwiped property to Swipe settings
9
+
- Feature: new delegate method: shouldHideSwipeOnTap:(CGPoint) point. Now you can cancel to hide opened swipe depending on the tap point
10
+
- Feature: new delegate methods: swipeTableCellWillBeginSwiping & swipeTableCellWillEndSwiping. Useful to make cell changes that only are shown after the cell is swiped open
11
+
- Fixed issue #113: Bug when changing the orientation of the device
12
+
- Fixed typo throughout readme and source of "swiping"
13
+
- Fixed issue #100: canSwipe not working when swipe to the allowed direction and swipe with inertia to the forbidden direction
14
+
3
15
## 1.4.3
4
16
5
17
- Fixed crash with different class cells in multiple section tables
0 commit comments