|
1 |
| -## Next |
| 1 | +## 3.3.1 |
| 2 | +- fix: Avoid an endless loop caused by multiple ListViews nested, Thanks LinXunFeng for [PR#681](https://github.com/xuelongqy/flutter_easy_refresh/pull/681). |
| 3 | +- fix: FooterNotifier.callTask use callRefreshOverOffset, Thanks AWarmHug for [PR#680](https://github.com/xuelongqy/flutter_easy_refresh/pull/680). |
2 | 4 | - fix: NestedScrollView resize error [#666](https://github.com/xuelongqy/flutter_easy_refresh/issues/666).
|
3 | 5 |
|
4 | 6 | ## 3.3.0+1
|
|
30 | 32 | ## 3.2.0
|
31 | 33 | - feat: EasyRefreshController add headerState, footerState [#635](https://github.com/xuelongqy/flutter_easy_refresh/issues/635).
|
32 | 34 | - feat: Add triggerWhenRelease and triggerWhenReleaseNoWait [#593](https://github.com/xuelongqy/flutter_easy_refresh/issues/593).
|
33 |
| -- fix: Error when using NotLoadFooter with clamping. Thanks Pwuts for [PR#659](https://github.com/xuelongqy/flutter_easy_refresh/issues/659). |
| 35 | +- fix: Error when using NotLoadFooter with clamping. Thanks Pwuts for [PR#659](https://github.com/xuelongqy/flutter_easy_refresh/pull/659). |
34 | 36 | - feat: Add maxOverOffset [#590](https://github.com/xuelongqy/flutter_easy_refresh/issues/590).
|
35 | 37 |
|
36 | 38 | ## 3.1.0
|
|
42 | 44 | ## 3.0.5
|
43 | 45 | - fix: [EasyRefreshController.callRefresh] and [EasyRefreshController.callLoad] add force [#633](https://github.com/xuelongqy/flutter_easy_refresh/issues/633) [#642](https://github.com/xuelongqy/flutter_easy_refresh/issues/642). Thanks percival888 for [PR#639](https://github.com/xuelongqy/flutter_easy_refresh/issues/639).
|
44 | 46 | - fix: When the height changes when callTask causes the list not to rebound.
|
45 |
| -- feat: Add [EasyRefresh.scrollBehaviorBuilder] and [EasyRefresh.defaultScrollBehaviorBuilder]. Thanks laiiihz for [PR#614](https://github.com/xuelongqy/flutter_easy_refresh/issues/614). |
| 47 | +- feat: Add [EasyRefresh.scrollBehaviorBuilder] and [EasyRefresh.defaultScrollBehaviorBuilder]. Thanks laiiihz for [PR#614](https://github.com/xuelongqy/flutter_easy_refresh/pull/614). |
46 | 48 |
|
47 | 49 | ## 3.0.4+4
|
48 | 50 | - fix: Type 'SpringDescription' not found [#638](https://github.com/xuelongqy/flutter_easy_refresh/issues/638).
|
|
87 | 89 | - fix: CupertinoActivityIndicator radius == 0.
|
88 | 90 |
|
89 | 91 | ## 3.0.1
|
90 |
| -- fix: Use notifyListeners after ChangeNotifier disposed. Thanks laiiihz for [PR#555](https://github.com/xuelongqy/flutter_easy_refresh/issues/555). |
91 |
| -- feat: ClassicHeader、ClassicFooter add IconThemeData. Thanks Lay523 for [PR#562](https://github.com/xuelongqy/flutter_easy_refresh/issues/562). |
| 92 | +- fix: Use notifyListeners after ChangeNotifier disposed. Thanks laiiihz for [PR#555](https://github.com/xuelongqy/flutter_easy_refresh/pull/555). |
| 93 | +- feat: ClassicHeader、ClassicFooter add IconThemeData. Thanks Lay523 for [PR#562](https://github.com/xuelongqy/flutter_easy_refresh/pull/562). |
92 | 94 | - feat: ClassicIndicator add [progressIndicatorSize] and [progressIndicatorStrokeWidth].
|
93 | 95 | - feat: Add CupertinoIndicator.
|
94 | 96 | - fix: finishLoad asset [#563](https://github.com/xuelongqy/flutter_easy_refresh/issues/563).
|
|
0 commit comments