Releases: chubillkelvin/react-native-autoscroll-flatlist
Releases · chubillkelvin/react-native-autoscroll-flatlist
v1.11.2
v1.11.1
v1.11.0
Thanks @krupalikevadiya for bringing up the issue #18
- Add a new
autoScrollDisabled
props to enable more control of the component behaviour
v1.10.3
v1.10.2
- Security updates
v1.10.1
- Updated triangle position for defaultNewItemAlertComponent when in inverted horizontal orientation.
v1.10.0
- Added horizontal (landscape) orientation support
- Added inverted support
v1.9.3
- Fixed
event.persist is not a function
bug on react-native-web usage.
v1.9.2
- Refactored project structure
- AutoScrollFlatList is now using named export instead of default export
- Updated README on certain caveats
- No major API changes
v1.8.2
- Added
key={numColumns}
to FlatList to force a refresh on numColumns change.