Skip to content

Commit

Permalink
Merge pull request #1 from renancaraujo/master
Browse files Browse the repository at this point in the history
0.9.2
  • Loading branch information
scopendo authored Mar 5, 2020
2 parents 4b60ade + 03974f7 commit 620c7c7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 38 deletions.
58 changes: 21 additions & 37 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="0.9.2"></a>
# [0.9.2](https://github.com/renancaraujo/photo_view/releases/tag/0.9.2) - 15 Feb 2020

## Added
- `loadingBuilder` which provides a way to create a progress loader. Thanks to @neckaros #250 #254

## Deprecated
- `loadingChild` options in both `PhotoView` and `PhotoViewGallery` in favor of `loadingBuilder`;

## Fixed
- Gallery undefined issue #251
- PhotoViewCore throws when using PhotoCiewScaleStateController within gallery. #254 #217
- `basePosition` on `PhotoViewGallery` being ignored #255 #219



[Changes][0.9.2]


<a name="0.9.1"></a>
# [0.9.1](https://github.com/renancaraujo/photo_view/releases/tag/0.9.1) - 07 Jan 2020

Expand Down Expand Up @@ -400,41 +419,7 @@ Widget build(BuildContext context) {
[Changes][0.0.8]


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

## Added
- Support to Dart 2 #18, #21
- Analyzer options for linting #16, #21
- Documentation in pub [dartdocs](https://pub.dartlang.org/documentation/photo_view/latest/photo_view/photo_view-library.html)
- `heroTag` arguments to `PhotoView` and `PhotoViewInline` constructors for usage along with `Hero animations`. #15, #19, #22


```dart
// screen1
...
Hero(
tag: "someTag",
child: Image.asset(
"assets/large-image.jpg",
width: 150.0
),
)
// screen2
...
child: PhotoView(
imageProvider: AssetImage("assets/large-image.jpg"),
heroTag: "someTag",
)
```

## Fixed
- Extraneous "Bad state Exception" #14

[Changes][0.0.6]


[0.9.2]: https://github.com/renancaraujo/photo_view/compare/0.9.1...0.9.2
[0.9.1]: https://github.com/renancaraujo/photo_view/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/renancaraujo/photo_view/compare/0.8.2...0.9.0
[0.8.2]: https://github.com/renancaraujo/photo_view/compare/0.8.1...0.8.2
Expand Down Expand Up @@ -463,7 +448,6 @@ child: PhotoView(
[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/compare/0.0.9...0.0.10
[0.0.9]: https://github.com/renancaraujo/photo_view/compare/0.0.8...0.0.9
[0.0.8]: https://github.com/renancaraujo/photo_view/compare/0.0.6...0.0.8
[0.0.6]: https://github.com/renancaraujo/photo_view/tree/0.0.6
[0.0.8]: https://github.com/renancaraujo/photo_view/tree/0.0.8

<!-- Generated by changelog-from-release -->
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.9.1
version: 0.9.2
homepage: https://github.com/renancaraujo/photo_view

environment:
Expand Down

0 comments on commit 620c7c7

Please sign in to comment.