Skip to content

Releases: zanechua/react-native-search-list

v3.0.0

23 Jun 08:42
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Add ability to change the search key in datasource, a lot of refactoring for customisation

Features

  • Add ability to change the search key in datasource, a lot of refactoring for customisation (3440f08)

Bug Fixes

  • Placeholder text color, remove unused component (45fa53c)

v2.3.4

30 Oct 08:35
Compare
Choose a tag to compare
  • Remove deprecated componentWillReceiveProps

v2.3.3

17 Jul 17:12
Compare
Choose a tag to compare

Fixes:

  • Invariant Crash from without specifying onScrollToIndexFailed
  • searchOnDefaultValue not working due to the data not being parsed yet
  • General improvements on code structure and formatting

v2.3.0

17 Jul 07:35
Compare
Choose a tag to compare
  • Update package.json
  • Code Cleanup + Optimisations
  • Migrated ListView to SectionList
  • Bugfixes