Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Aug 31, 2019
2 parents b48b1ca + eddc9c3 commit 0d0ce87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## 2.2.0

### New features
- Added Gravity.CENTER support (#21)
- Added setMaxFlingDistance and setMaxFlingSizeFraction to change the max fling distance allowed (#29)
- Added setSnapToPadding to allow snapping to the padding set in the RecyclerView. Defaults to false (#58)
- Added Gravity.CENTER support ([#21](https://github.com/rubensousa/GravitySnapHelper/issue/21))
- Added setMaxFlingDistance and setMaxFlingSizeFraction to change the max fling distance allowed ([#29](https://github.com/rubensousa/GravitySnapHelper/issue/29))
- Added setSnapToPadding to allow snapping to the padding set in the RecyclerView. Defaults to false ([#58](https://github.com/rubensousa/GravitySnapHelper/issue/58))
- Added GravitySnapRecyclerView that uses GravitySnapHelper by default
- Added setGravity to change the gravity of GravitySnapHelper
- Added setScrollMsPerInch to change the scroll speed
Expand Down Expand Up @@ -79,4 +79,4 @@

## 0.1

- Initial release
- Initial release

0 comments on commit 0d0ce87

Please sign in to comment.