Skip to content

Commit

Permalink
doc(CHANGELOG): add changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
Exilz committed Jan 9, 2017
1 parent d26245b commit 7e87277
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## v1.5.0

* Items length can now be changed on-the-fly (thanks @superical !)
* Now handling momentum (thanks @FakeYou !)

## v1.4.0

* Better update strategy with shallowCompare
* Add `snapToNext()`, `snapToPrev()`, `currentIndex` methods and properties

## v1.3.1

* Properly center on first item when mounting component on Android (potentially iOS too)

## v1.3.0

* Pass the item data as the 2nd param of onSnapToItem callback

## v1.2.1

* Fix reference call when the component has been unmounted

## v1.2.0

* Add onSnapToItem prop

## v1.1.0

* Center slides properly
* Handle one slide only
* Add props 'inactiveSlideScale', 'inactiveSlideOpacity', 'containerCustomStyle' and 'contentContainerCustomStyle'

0 comments on commit 7e87277

Please sign in to comment.