Skip to content

Commit

Permalink
update podspec and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro committed Oct 1, 2016
1 parent 5543a24 commit c2a0d67
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.5.6

- Improve iOS 10.0 support
- Objective-C nullable annotations to improve Swift 3.0 interoperation. Add Swift 3.0 sample.
- Improve accesibility implementation to allow recording UI Tests
- Add preprocessor macro to allow compilations on App Extension projects
- Add swipeBounceRate property. Coefficient applied to cell movement in bounce zone
- Fix issue #216: Crash when combining programmatically created offset animations in consecutive block callbacks
- Fix issue #139: Accessing Buttons in UITests does not work
- Fix issue #134: Crash due to zombie object in expansion
- Fix button text alignment for RTL languages

## 1.5.5

- Fix iOS 8.0 compatibility issue
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.5'
s.version = '1.5.6'
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 c2a0d67

Please sign in to comment.