Skip to content

Commit c2a0d67

Browse files
committed
update podspec and changelog
1 parent 5543a24 commit c2a0d67

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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+
315
## 1.5.5
416

517
- Fix iOS 8.0 compatibility issue

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.5'
3+
s.version = '1.5.6'
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)