diff --git a/CHANGELOG.md b/CHANGELOG.md index b198d598..39debf00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# [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] + + # [0.9.1](https://github.com/renancaraujo/photo_view/releases/tag/0.9.1) - 07 Jan 2020 @@ -400,41 +419,7 @@ Widget build(BuildContext context) { [Changes][0.0.8] - -# [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 @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 2d77cfb2..a96bcbf2 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.9.1 +version: 0.9.2 homepage: https://github.com/renancaraujo/photo_view environment: