All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Adapting for web, by neutralizing LayoutAnimation (#145)
- handleLongPress doesn't exist anymore (#138)
- Prop to moveOnPressIn. LongPress delay is eliminated if moveOnPressIn is true.
- Prop to ListViewComponent. A custom ListView component to be used instead of React-Native's ListView.
- Prop to disableAnimatedScrolling. Disable animation when scrolling.
- Issue #101
- limitScrolling prop to work around Issue #76
- props to register onRowActive & onMoveCancel handlers
- Unwanted scrolling near top of list (Issue #64)
- Jitter when dragging element to the bottom of the list (also documented as part of #64).
- activeOpacity prop
- CHANGELOG
- CONTRIBUTING section to README.
- Coding style changed from es5 to es6 (
React.createClass
toextends Component
) - Formatting standardized using prettier.
- Other minor refactoring.
- Last release before Changelog added