Releases: GetStream/flat-list-mvcp
Releases · GetStream/flat-list-mvcp
v0.10.3
What's Changed
- fix: add to build.gradle minSdkVersion from root project by @ofri-7chairs in #43
New Contributors
- @ofri-7chairs made their first contribution in #43
Full Changelog: v0.10.2...v0.10.3
v0.10.2
- Fixed ConcurrentModificationException #30 by @santhoshvai
- Added support for multiple instances of FlatList #16 by @santhoshvai
- Reduced a few needless rerenders by @santhoshvai
- Fixed a memory leak of an Android native view when
maintainVisibleContentPosition
was enabled by @santhoshvai - Fixed typing issues #9 #25 by @santhoshvai
v0.10.1
v0.10.0
v0.0.9
v0.0.8
v0.0.6
Fixing ts declaration files - https://github.com/GetStream/flat-list-mvcp/issues?q=is%3Aissue+is%3Aclosed
v0.0.5
- Fixed un-necessary re-renders due to setState call.
- Added example for ScrollView