From 3b34c833e24a43e7c069b9ea51d0ba1e53a16b71 Mon Sep 17 00:00:00 2001 From: LinXunFeng Date: Sun, 17 Sep 2023 14:41:11 +0800 Subject: [PATCH] version: bump version to 1.16.5 --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edf207e..2948dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.16.5 +- ObserverWidget + - Improve the processing logic of scroll notification when scrolling with the mouse wheel is not smooth by @qiangjindong in [#48](https://github.com/LinXunFeng/flutter_scrollview_observer/pull/48). +- Chat Observer + - Update `isShrinkWrap` once during initialization by @LinXunFeng. [#47](https://github.com/LinXunFeng/flutter_scrollview_observer/issues/47) +- ObserverController + - Fix unable to jump when sliver is too far away and has no any child by @LinXunFeng. [#45](https://github.com/LinXunFeng/flutter_scrollview_observer/issues/45) + - Fix continuous page turning due to incorrect index by @LinXunFeng. + ## 1.16.4 - Supplement missing type conversion adjustments. diff --git a/pubspec.yaml b/pubspec.yaml index af1093d..2fff5d1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: scrollview_observer description: A widget for observing data related to the child widgets being displayed in a scrollview. -version: 1.16.4 +version: 1.16.5 homepage: https://github.com/LinXunFeng/flutter_scrollview_observer environment: