Skip to content

Releases: bolan9999/react-native-largelist

3.0.14

03 May 09:40
Compare
Choose a tag to compare

修复:

  1. Item支持拒绝重用:为每个Item指定一个唯一的key就行了
  2. 空视图默认将屏幕占满。

3.0.11

29 Mar 14:05
Compare
Choose a tag to compare

新功能:

  1. 支持renderEmpty
    修复:
  2. 修正在react-native0.59兼容性,防止在API 28的安卓上崩溃
  3. Examples样式修改
  4. 修正onSizeChange回调问题
  5. 文档完善
  6. 修正inverted时,安卓API 28以上设备滑动回弹方向错误的问题。

3.0.10

08 Mar 10:02
Compare
Choose a tag to compare

修正:

initialContentOffset的一些bug
onTouchBegin在安卓上一次手势触发两次

新功能:

支持TypeScript。

release-1.2.7

22 Feb 03:04
0125a2f
Compare
Choose a tag to compare

fix keyboardShouldPersistTaps

release-1.2.6

05 Feb 08:51
f7922a7
Compare
Choose a tag to compare

Add props "keyboardShouldPersistTaps"

release-1.2.5

22 Jan 03:30
75fdab3
Compare
Choose a tag to compare

Fix section error when reloadData

release-1.2.4

14 Jan 13:34
f62158b
Compare
Choose a tag to compare

Fix default numberOfCellPoolSize error when empty.

release-1.2.3

11 Jan 02:25
a544edf
Compare
Choose a tag to compare
  • Fix typescript type define.

release-1.2.2

10 Jan 10:44
49ac32f
Compare
Choose a tag to compare
  • Fix bug on onLargeListDidUpdate
  • Support TypeScript

release-1.1.0

25 Dec 12:13
8ce4944
Compare
Choose a tag to compare
  • Add loading more
  • Fix bug when reload data
  • Fix bug on "scrollTo" when animated == false
  • Change "visiableIndexPaths" to "visibleIndexPaths", "visiableIndexPaths" will not support after 2.0.0
  • Change the type of "numberOfSections" from number to function, number will not support after 2.0.0