Skip to content

Commit 48b3b23

Browse files
authored
0.11.1 (#401)
1 parent ac7715a commit 48b3b23

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

CHANGELOG.md

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="0.11.1"></a>
2+
# [0.11.1](https://github.com/renancaraujo/photo_view/releases/tag/0.11.1) - 09 Mar 2021
3+
4+
## Fixed:
5+
- Wrong null check operator #399 #400
6+
7+
[Changes][0.11.1]
8+
9+
110
<a name="0.11.0"></a>
211
# [0.11.0](https://github.com/renancaraujo/photo_view/releases/tag/0.11.0) - 07 Mar 2021
312

@@ -363,20 +372,7 @@ Minor bugfixes
363372
[Changes][0.1.2]
364373

365374

366-
<a name="0.1.1"></a>
367-
# [0.1.1](https://github.com/renancaraujo/photo_view/releases/tag/0.1.1) - 29 Dec 2018
368-
369-
Minor bug fix
370-
371-
## Removed
372-
- **[BREAKING]** deprecated `PhotoViewInline` is no longer in the codebase, use `PhotoView` instead. #74
373-
374-
## Fixed
375-
- `PhotoViewScaleState` is stuck in zooming when clamping. Happens when `minScale` or `maxScale` has the same value as `initialScale`. #61 #62 #73 #76
376-
377-
[Changes][0.1.1]
378-
379-
375+
[0.11.1]: https://github.com/renancaraujo/photo_view/compare/0.11.0...0.11.1
380376
[0.11.0]: https://github.com/renancaraujo/photo_view/compare/0.10.3...0.11.0
381377
[0.10.3]: https://github.com/renancaraujo/photo_view/compare/0.10.2...0.10.3
382378
[0.10.2]: https://github.com/renancaraujo/photo_view/compare/0.10.1...0.10.2
@@ -405,7 +401,6 @@ Minor bug fix
405401
[0.2.1]: https://github.com/renancaraujo/photo_view/compare/0.2.0...0.2.1
406402
[0.2.0]: https://github.com/renancaraujo/photo_view/compare/0.1.3...0.2.0
407403
[0.1.3]: https://github.com/renancaraujo/photo_view/compare/0.1.2...0.1.3
408-
[0.1.2]: https://github.com/renancaraujo/photo_view/compare/0.1.1...0.1.2
409-
[0.1.1]: https://github.com/renancaraujo/photo_view/tree/0.1.1
404+
[0.1.2]: https://github.com/renancaraujo/photo_view/tree/0.1.2
410405

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

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

66
environment:

0 commit comments

Comments
 (0)