Skip to content

Commit

Permalink
0.12.0 (#446)
Browse files Browse the repository at this point in the history
* Update changelog

* 0.12.0
  • Loading branch information
renancaraujo authored and renancaraujo committed Jul 19, 2021
1 parent e9ad53d commit 777f5a5
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 23 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@ build/
!**/ios/**/default.perspectivev3
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
.fvm/*
.gitignore
29 changes: 15 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="0.12.0"></a>
# [0.12.0](https://github.com/renancaraujo/photo_view/releases/tag/0.12.0) - 19 Jul 2021

## Fixed:
- 'PointerEvent' can't be assigned to the parameter type 'PointerDownEvent' https://github.com/fireslime/photo_view/issues/423#issuecomment-847681903 #420 #441 #442 #445
- Fix onScaleEnd operator #415

## Added:
- Added enablePanAlways to allow the user to pan any view without restrictions #427

[Changes][0.12.0]


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

Expand Down Expand Up @@ -360,18 +373,7 @@ Minor bugfix release
[Changes][0.1.3]


<a name="0.1.2"></a>
# [0.1.2](https://github.com/renancaraujo/photo_view/releases/tag/0.1.2) - 14 Jan 2019

Minor bugfixes

# Fixed
- setState() called after dispose() #71
- transitionOnUserGestures on hero #65 #77

[Changes][0.1.2]


[0.12.0]: https://github.com/renancaraujo/photo_view/compare/0.11.1...0.12.0
[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
Expand Down Expand Up @@ -400,7 +402,6 @@ Minor bugfixes
[0.2.2]: https://github.com/renancaraujo/photo_view/compare/0.2.1...0.2.2
[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/tree/0.1.2
[0.1.3]: https://github.com/renancaraujo/photo_view/tree/0.1.3

<!-- Generated by changelog-from-release -->
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.11.1"
version: "0.12.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
19 changes: 13 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.1"
version: "2.7.0"
boolean_selector:
dependency: transitive
description:
Expand All @@ -49,7 +49,7 @@ packages:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.1"
cli_util:
dependency: transitive
description:
Expand Down Expand Up @@ -116,6 +116,13 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
frontend_server_client:
dependency: transitive
description:
name: frontend_server_client
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -171,7 +178,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.7.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -309,21 +316,21 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.16.8"
version: "1.17.10"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
version: "0.4.2"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.19"
version: "0.4.0"
typed_data:
dependency: transitive
description:
Expand Down
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.1
version: 0.12.0
homepage: https://github.com/renancaraujo/photo_view

environment:
Expand Down

0 comments on commit 777f5a5

Please sign in to comment.