From 48169827729a20a77bc7982e2140861b17f811ba Mon Sep 17 00:00:00 2001 From: Renan Date: Sat, 22 Aug 2020 15:28:04 +0100 Subject: [PATCH] 0.10.2 (#321) --- CHANGELOG.md | 29 ++++++++++++++++++----------- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 20 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f646168c..a997c284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +# [0.10.2](https://github.com/renancaraujo/photo_view/releases/tag/0.10.2) - 22 Aug 2020 + +## Added +- `errorBuilder` option to show a widget when things go south when retrieving the image. #320 #287 + +## Deprecated +- `loadFailedChild` in favor of `errorBuilder`. #320 #287 + +## Fixed +- `loadFailedChild` doesn't show error widget #320 #316 +- Hero animation should work in all situations #320 #303 + +[Changes][0.10.2] + + # [0.10.1](https://github.com/renancaraujo/photo_view/releases/tag/0.10.1) - 18 Aug 2020 @@ -382,15 +398,7 @@ Release stabilizing usage API. [Changes][0.0.11] - -# [0.0.10](https://github.com/renancaraujo/photo_view/releases/tag/0.0.10) - 08 Oct 2018 - -## Fixed -- Error when not specifying `gaplessPlayback` to `PhotoViewInline`s constructor. #38 #39 - -[Changes][0.0.10] - - +[0.10.2]: https://github.com/renancaraujo/photo_view/compare/0.10.1...0.10.2 [0.10.1]: https://github.com/renancaraujo/photo_view/compare/0.10.0...0.10.1 [0.10.0]: https://github.com/renancaraujo/photo_view/compare/0.9.2...0.10.0 [0.9.2]: https://github.com/renancaraujo/photo_view/compare/0.9.1...0.9.2 @@ -419,7 +427,6 @@ Release stabilizing usage API. [0.1.2]: https://github.com/renancaraujo/photo_view/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/renancaraujo/photo_view/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/renancaraujo/photo_view/compare/0.0.11...0.1.0 -[0.0.11]: https://github.com/renancaraujo/photo_view/compare/0.0.10...0.0.11 -[0.0.10]: https://github.com/renancaraujo/photo_view/tree/0.0.10 +[0.0.11]: https://github.com/renancaraujo/photo_view/tree/0.0.11 diff --git a/example/pubspec.lock b/example/pubspec.lock index a3aed0a2..2663fc77 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -122,7 +122,7 @@ packages: path: ".." relative: true source: path - version: "0.10.1" + version: "0.10.2" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index e0822768..fdbf8f3b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_view description: Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG. -version: 0.10.1 +version: 0.10.2 homepage: https://github.com/renancaraujo/photo_view environment: