Skip to content

Commit

Permalink
Created CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zTrap committed Jul 13, 2017
1 parent 76c74e9 commit e587e39
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,14 @@
# 2.2.6
- fixed problems with clicks onto `view` with `SlideUp`-effect
- `SlideUp.Builder` was moved into separated class and renamed to `SlideUpBuilder`
#### SlideUp
- method `setTouchebleArea(float touchableArea)` was split to two methods:
- `setTouchebleAreaDp(float touchableArea)`
- `setTouchebleAreaPx(float touchableArea)`
- method `getTouchebleArea()` was split to two methods:
- `getTouchebleAreaDp()`
- `getTouchebleAreaPx()`
#### SlideUpBuilder
- method `withTouchebleArea(float touchableArea)` was split to two methods:
- `withTouchebleAreaDp(float touchableArea)`
- `withTouchebleAreaPx(float touchableArea)`

0 comments on commit e587e39

Please sign in to comment.