Skip to content

Releases: gameboyVito/react-native-ultimate-listview

v3.3.0 Nov 9 2017

09 Nov 05:41
Compare
Choose a tag to compare
  • Upgrade Example to [email protected]
  • Change the import style to
    import {UltimateListView, UltimateRefreshView} from 'react-native-ultimate-listview'
  • Provide a new Component called UltimateRefreshView, which is a refreshable ScrollView providing customised pull-to-refresh feature

v3.2.4 Sep 25 2017

25 Sep 05:47
Compare
Choose a tag to compare
  • migrate to the new PropTypes
  • temporary fixed for stuck header issue for Android

v3.2.2 Sep 18 2017

18 Sep 04:11
Compare
Choose a tag to compare

Bug fixed: #22 #27

Added warning when using advancedRefreshView on Android, since it's not ready yet.

The advancedRefreshView is not ready for Android at this moment. If the items are less than the height of device screen, the refreshView will not disappear. Please consider setting the refreshableMode={Platform.OS === "ios" ? "advanced" : "basic"}, or feel free to send me a PR to resolve this problem. Thanks a lot.

v3.2.1 Sep 6 2017

06 Sep 02:51
Compare
Choose a tag to compare

Bug fixed - hide the allLoadedView when emptyView is rendered in the first place

v3.2.0 Sep 2 2017

02 Sep 14:51
Compare
Choose a tag to compare

Breaking Changes:

  • Added new props: arrowImageSource, arrowImageStyle, dateStyle, refreshViewStyle, refreshViewHeight
  • If your change the refreshViewStyle, please make sure your refreshViewHeight is set correctly. Be careful, you need to set both of top and height style for iOS, while only height style need to be set on Android. More details, please see the Example.
  • Improved the stability of CustomRefreshView on Android
  • Bug fixed, Typo fixed.

v3.1.7 Sep 1 2017

01 Sep 05:48
Compare
Choose a tag to compare

v3.1.6 July 18 2017

18 Jul 09:41
Compare
Choose a tag to compare

Solved the AllLoadedView cannot be rendered correctly

v3.1.5 July 13 2017

13 Jul 04:22
Compare
Choose a tag to compare
  • updated Example
  • removed unused code

v3.1.4 June 21 2017

22 Jun 03:53
Compare
Choose a tag to compare
3.1.4 released

v3.1.3 June 16 2017

16 Jun 03:35
Compare
Choose a tag to compare
Updated Example