Skip to content

Commit

Permalink
0.11.1 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo authored Mar 9, 2021
1 parent ac7715a commit 48b3b23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
27 changes: 11 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="0.11.1"></a>
# [0.11.1](https://github.com/renancaraujo/photo_view/releases/tag/0.11.1) - 09 Mar 2021

## Fixed:
- Wrong null check operator #399 #400

[Changes][0.11.1]


<a name="0.11.0"></a>
# [0.11.0](https://github.com/renancaraujo/photo_view/releases/tag/0.11.0) - 07 Mar 2021

Expand Down Expand Up @@ -363,20 +372,7 @@ Minor bugfixes
[Changes][0.1.2]


<a name="0.1.1"></a>
# [0.1.1](https://github.com/renancaraujo/photo_view/releases/tag/0.1.1) - 29 Dec 2018

Minor bug fix

## Removed
- **[BREAKING]** deprecated `PhotoViewInline` is no longer in the codebase, use `PhotoView` instead. #74

## Fixed
- `PhotoViewScaleState` is stuck in zooming when clamping. Happens when `minScale` or `maxScale` has the same value as `initialScale`. #61 #62 #73 #76

[Changes][0.1.1]


[0.11.1]: https://github.com/renancaraujo/photo_view/compare/0.11.0...0.11.1
[0.11.0]: https://github.com/renancaraujo/photo_view/compare/0.10.3...0.11.0
[0.10.3]: https://github.com/renancaraujo/photo_view/compare/0.10.2...0.10.3
[0.10.2]: https://github.com/renancaraujo/photo_view/compare/0.10.1...0.10.2
Expand Down Expand Up @@ -405,7 +401,6 @@ Minor bug fix
[0.2.1]: https://github.com/renancaraujo/photo_view/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/renancaraujo/photo_view/compare/0.1.3...0.2.0
[0.1.3]: https://github.com/renancaraujo/photo_view/compare/0.1.2...0.1.3
[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/tree/0.1.1
[0.1.2]: https://github.com/renancaraujo/photo_view/tree/0.1.2

<!-- 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 interactive images and other stuff such as SVG.
version: 0.11.0
version: 0.11.1
homepage: https://github.com/renancaraujo/photo_view

environment:
Expand Down

0 comments on commit 48b3b23

Please sign in to comment.