Skip to content

v0.2.1

Compare
Choose a tag to compare
@cooperka cooperka released this 19 Nov 21:27
· 185 commits to master since this release
  • Return false by default from sectionHeaderHasChanged
    • There's a new prop sectionHeaderHasChanged that you can pass to ImmutableListView if your section headers depend on your row data (for example, if you display a count of all the row items in the section header), but given that this is fairly rare, the new default should improve things for most people.