Releases: gameboyVito/react-native-ultimate-listview
Releases · gameboyVito/react-native-ultimate-listview
v3.3.0 Nov 9 2017
- 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
- migrate to the new PropTypes
- temporary fixed for stuck header issue for Android
v3.2.2 Sep 18 2017
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
Bug fixed - hide the allLoadedView when emptyView is rendered in the first place
v3.2.0 Sep 2 2017
Breaking Changes:
- Added new props:
arrowImageSource
,arrowImageStyle
,dateStyle
,refreshViewStyle
,refreshViewHeight
- If your change the
refreshViewStyle
, please make sure yourrefreshViewHeight
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
- updated the Example to [email protected]
- fixed issues #25 #26
v3.1.6 July 18 2017
Solved the AllLoadedView
cannot be rendered correctly
v3.1.5 July 13 2017
- updated Example
- removed unused code
v3.1.4 June 21 2017
3.1.4 released
v3.1.3 June 16 2017
Updated Example