Skip to content

Commit be160f1

Browse files
committed
🔖 ## 5.2.0
1 parent be22c8a commit be160f1

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 5.2.0
8+
9+
- Add `SpecialPickerType.noPreview` to disable the preview when picking. (Thanks to @yanivshaked)
10+
711
## 5.1.4
812

9-
- Add Hebrew language text delegate. (Thanks to @yanivshaked .)
13+
- Add Hebrew language text delegate. (Thanks to @yanivshaked)
1014
- Fix slide page route issue when integrate with the `get` package.
1115

1216
## 5.1.3
@@ -25,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2529

2630
## 5.1.0
2731

28-
- Reset to the top for the assets grid view after switching path.
32+
- Reset to the top for the asset grid view after switching path.
2933
- Add ability to select assets in any position of the picker.
3034
- Implement mime type for image type judgement.
3135
- Fix disappeared GIF's indicator.
@@ -207,7 +211,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207211
## 1.5.0
208212

209213
- Bumping flutter sdk minimum version to `1.17.0`.
210-
- Declare API stability and compatibility with 1.0.0 ( more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 ).
214+
- Declare API stability and compatibility with 1.0.0
215+
( more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 ).
211216

212217
## 1.4.1
213218

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_assets_picker
22
description: An audio/video/image picker in pure Dart which is the same with WeChat, support multi picking.
3-
version: 5.1.4
3+
version: 5.2.0
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:
@@ -12,6 +12,6 @@ dependencies:
1212
sdk: flutter
1313

1414
extended_image: ^4.0.1
15-
photo_manager: ^1.1.3
15+
photo_manager: ^1.1.4
1616
provider: ^5.0.0
1717
video_player: ^2.1.1

0 commit comments

Comments
 (0)