Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

44 lines (32 loc) · 1.25 KB

Changelog

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.

[Unreleased]

Added

  • 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.

[0.2.6] - 2017-09-14

Fixed

  • Issue #101

[0.2.5] - 2017-08-10

Added

  • limitScrolling prop to work around Issue #76

[0.2.4] - 2017-08-08

Added

  • props to register onRowActive & onMoveCancel handlers

Fixed

  • Unwanted scrolling near top of list (Issue #64)
  • Jitter when dragging element to the bottom of the list (also documented as part of #64).

[0.2.3] - 2017-08-05

Added

  • activeOpacity prop
  • CHANGELOG
  • CONTRIBUTING section to README.

Changed

  • Coding style changed from es5 to es6 (React.createClass to extends Component)
  • Formatting standardized using prettier.
  • Other minor refactoring.

[0.2.2] - 2017-03-10

  • Last release before Changelog added