Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 888 Bytes

CHANGELOG.md

File metadata and controls

17 lines (12 loc) · 888 Bytes

Changelog

[2.0.0] - 2019-05-18

  • FlatList and SectionList are used now 🎉
  • Breaking renderSectionHeader now works as in SectionList, you need to update this or your section titles will disappear
  • Deprecation sectioned grid will no longer support data as an object in the future, new format is [{title, data:[]}, ...]
  • Deprecation itemsPerRow is now deprecated in favor of numColumns
  • keyExtractor prop is needed now
  • itemHasChanged prop is no longer needed

[1.1.0] - 2018-05-19

Changed

  • Replace componentWillReceiveProps with getDerivedStateFromProps
  • Bump peerDependencies for react and react-native