Releases: zanechua/react-native-search-list
Releases · zanechua/react-native-search-list
v3.0.0
⚠ 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
- Remove deprecated componentWillReceiveProps
v2.3.3
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
- Update package.json
- Code Cleanup + Optimisations
- Migrated ListView to SectionList
- Bugfixes