Commit c2a0d67 1 parent 5543a24 commit c2a0d67 Copy full SHA for c2a0d67
File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.5.6
4
+
5
+ - Improve iOS 10.0 support
6
+ - Objective-C nullable annotations to improve Swift 3.0 interoperation. Add Swift 3.0 sample.
7
+ - Improve accesibility implementation to allow recording UI Tests
8
+ - Add preprocessor macro to allow compilations on App Extension projects
9
+ - Add swipeBounceRate property. Coefficient applied to cell movement in bounce zone
10
+ - Fix issue #216 : Crash when combining programmatically created offset animations in consecutive block callbacks
11
+ - Fix issue #139 : Accessing Buttons in UITests does not work
12
+ - Fix issue #134 : Crash due to zombie object in expansion
13
+ - Fix button text alignment for RTL languages
14
+
3
15
## 1.5.5
4
16
5
17
- Fix iOS 8.0 compatibility issue
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'MGSwipeTableCell'
3
- s . version = '1.5.5 '
3
+ s . version = '1.5.6 '
4
4
s . author = { 'Imanol Fernandez' => '[email protected] ' }
5
5
s . homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell'
6
6
s . summary = 'An easy to use UITableViewCell subclass that allows to display swipeable buttons with a variety of transitions'
You can’t perform that action at this time.
0 commit comments