Releases: jemise111/react-native-swipe-list-view
Releases · jemise111/react-native-swipe-list-view
v2.1.2
- ForceClosing bug fixes #385
v2.1.1
- Fix overriding renderItem in ts types #384
v2.0.6
- Use
swipeKey
instead of key
#376
BREAKING CHANGES:
- If you previously passed a
key
prop to SwipeRow
please use swipeKey
instead
v2.0.5
- Disable eslint for flow types and prettify #375
- Add key swiperow #374
- Deprecated props #371
v2.0.4
- [SwipeRow docs] remove duplicate description of
tension
param #369
- flowtypes file created #367
- add accessible false to touchableopacity #365
- Fix an issue that caused rows to be swiped with a quick swipe when ve... #363
- Fix SwipeListView docs #357
v2.0.3
- Update issue templates #353
- Add linting #352
v2.0.2
- Better perf with touchables and onPress #350
- Remove test.tsx #351
v2.0.1
- Remove _value everywhere #339
- Fix wrong translateX value if using nativeDriver #336
- Re-add renderItem type definition #328
v2.0.0
RN 60 Support!
- Deprecate ListView entirely #316
- Move PanResponder.create to constructor #315
- Upgrade example to rn 60 #314