Releases: beforesemicolon/flatlist-react
Release 1.1.0
this
-- refactors and split Flatlist making FlatList a function component and creating subcomponents to handle display and blank props.
-- introduces reversing props for list and groups (reversed, groupReversed)
Release 1.0.0
this
-- includes new limit
, searchBy
, searchTerm
, searchOnEveryWord
and searchCaseInsensitive
-- groupBy and groupOf can be used at same time
-- deprecates prop ignoreCasing
in favor to sortCaseInsensitive
for naming consistency
-- fixes issues related to conditional rendering of the FlatList
-- fixes issues related to grid style getting broken on prop update
-- includes tests for all utils
-- updates documentation
Release 0.1.4
this release includes:
- Documents updates
- sortByGroup
+
- separator group label
+
- sortByGroup
- Various type fixes/improvements
- Fixes separator class setting
- Flatlist extends PureComponent instead of Component
- Adds support to having group label/name passed into separator callback
Release 0.1.3
Merge pull request #8 from ECorreia45/release-0.1.3 Release 0.1.3
Version 0.1.0 ready
This release contains updated readme documentation on the entire component
Initial package
This contains the core functionality behind the idea