Skip to content

Commit 4816982

Browse files
renancaraujorenancaraujo
authored andcommitted
0.10.2 (#321)
1 parent 6cdd860 commit 4816982

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="0.10.2"></a>
2+
# [0.10.2](https://github.com/renancaraujo/photo_view/releases/tag/0.10.2) - 22 Aug 2020
3+
4+
## Added
5+
- `errorBuilder` option to show a widget when things go south when retrieving the image. #320 #287
6+
7+
## Deprecated
8+
- `loadFailedChild` in favor of `errorBuilder`. #320 #287
9+
10+
## Fixed
11+
- `loadFailedChild` doesn't show error widget #320 #316
12+
- Hero animation should work in all situations #320 #303
13+
14+
[Changes][0.10.2]
15+
16+
117
<a name="0.10.1"></a>
218
# [0.10.1](https://github.com/renancaraujo/photo_view/releases/tag/0.10.1) - 18 Aug 2020
319

@@ -382,15 +398,7 @@ Release stabilizing usage API.
382398
[Changes][0.0.11]
383399

384400

385-
<a name="0.0.10"></a>
386-
# [0.0.10](https://github.com/renancaraujo/photo_view/releases/tag/0.0.10) - 08 Oct 2018
387-
388-
## Fixed
389-
- Error when not specifying `gaplessPlayback` to `PhotoViewInline`s constructor. #38 #39
390-
391-
[Changes][0.0.10]
392-
393-
401+
[0.10.2]: https://github.com/renancaraujo/photo_view/compare/0.10.1...0.10.2
394402
[0.10.1]: https://github.com/renancaraujo/photo_view/compare/0.10.0...0.10.1
395403
[0.10.0]: https://github.com/renancaraujo/photo_view/compare/0.9.2...0.10.0
396404
[0.9.2]: https://github.com/renancaraujo/photo_view/compare/0.9.1...0.9.2
@@ -419,7 +427,6 @@ Release stabilizing usage API.
419427
[0.1.2]: https://github.com/renancaraujo/photo_view/compare/0.1.1...0.1.2
420428
[0.1.1]: https://github.com/renancaraujo/photo_view/compare/0.1.0...0.1.1
421429
[0.1.0]: https://github.com/renancaraujo/photo_view/compare/0.0.11...0.1.0
422-
[0.0.11]: https://github.com/renancaraujo/photo_view/compare/0.0.10...0.0.11
423-
[0.0.10]: https://github.com/renancaraujo/photo_view/tree/0.0.10
430+
[0.0.11]: https://github.com/renancaraujo/photo_view/tree/0.0.11
424431

425432
<!-- Generated by changelog-from-release -->

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ packages:
122122
path: ".."
123123
relative: true
124124
source: path
125-
version: "0.10.1"
125+
version: "0.10.2"
126126
sky_engine:
127127
dependency: transitive
128128
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: photo_view
22
description: Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.
3-
version: 0.10.1
3+
version: 0.10.2
44
homepage: https://github.com/renancaraujo/photo_view
55

66
environment:

0 commit comments

Comments
 (0)