Skip to content

Releases: beforesemicolon/flatlist-react

Release 1.1.0

06 Oct 21:38
Compare
Choose a tag to compare

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

29 Sep 19:36
Compare
Choose a tag to compare

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

07 Sep 19:41
01d93ab
Compare
Choose a tag to compare

this release includes:

  • Documents updates
    • sortByGroup +
    • separator group label +
  • 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

04 Sep 08:02
5d11623
Compare
Choose a tag to compare
Merge pull request #8 from ECorreia45/release-0.1.3

Release 0.1.3

Version 0.1.0 ready

04 Aug 01:33
794998b
Compare
Choose a tag to compare

This release contains updated readme documentation on the entire component

Initial package

03 Aug 08:47
0004568
Compare
Choose a tag to compare
Initial package Pre-release
Pre-release

This contains the core functionality behind the idea