Skip to content

Commit

Permalink
0.10.2 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo authored and renancaraujo committed Aug 22, 2020
1 parent 6cdd860 commit 4816982
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
29 changes: 18 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="0.10.2"></a>
# [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]


<a name="0.10.1"></a>
# [0.10.1](https://github.com/renancaraujo/photo_view/releases/tag/0.10.1) - 18 Aug 2020

Expand Down Expand Up @@ -382,15 +398,7 @@ Release stabilizing usage API.
[Changes][0.0.11]


<a name="0.0.10"></a>
# [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
Expand Down Expand Up @@ -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

<!-- Generated by changelog-from-release -->
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.10.1"
version: "0.10.2"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4816982

Please sign in to comment.