File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 6.0.0
8
+
9
+ Sync everything with WeChat 8.x .
10
+
11
+ ### New features
12
+
13
+ - Change the permission from the app settings when it's limited.
14
+ - Request more assets on iOS when the permission is limited.
15
+ - Fit the assets' grid's layout as the iOS ` Photos ` app (reverted and start from the bottom).
16
+ - Add Arabic language text delegate.
17
+
18
+ ### Improvements
19
+
20
+ - Items that being banned from select (reached max assets or type conflict)
21
+ will have a stronger color cover to indicate.
22
+ - Video preview in the [ SpecialPickerType.wechatMoment] is completely different from other previews.
23
+ - Grid items has removed fade builder for more straight feedback after it gets loaded.
24
+ - Better interaction when jumping between previewing assets.
25
+ - Path entities list layout structure performance & structure improved.
26
+
27
+ ### Breaking changes
28
+
29
+ Multiple refactoring happened with delegates,
30
+ see [ Migration Guide] ( guides/migration_guide.md ) for more details.
31
+
7
32
## 5.5.7
8
33
9
34
- Make ` switchPath ` method in ` AssetPickerProvider ` async.
Original file line number Diff line number Diff line change 1
1
name : wechat_assets_picker
2
2
description : An audio/video/image picker in pure Dart which is the same with WeChat, support multi picking.
3
- version : 5.5.7
3
+ version : 6.0.0-dev.1
4
4
homepage : https://github.com/fluttercandies/flutter_wechat_assets_picker
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments