Skip to content

Commit 44bcda3

Browse files
committed
🔖 ## 6.0.0-dev.1
1 parent 9cc7971 commit 44bcda3

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ 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+
## 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+
732
## 5.5.7
833

934
- Make `switchPath` method in `AssetPickerProvider` async.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.5.7
3+
version: 6.0.0-dev.1
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:

0 commit comments

Comments
 (0)