Skip to content

Commit 5eb11ad

Browse files
committed
🔖 ## 6.0.0
1 parent 1d6a28c commit 5eb11ad

File tree

3 files changed

+16
-61
lines changed

3 files changed

+16
-61
lines changed

CHANGELOG.md

+11-56
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,37 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
32

4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6-
7-
## 6.0.0-dev.9
8-
9-
- Reduce font size for couple texts.
10-
- Update `JapaneseTextDelegate`. (#185)
11-
12-
## 6.0.0-dev.8
13-
14-
- Integrate iCloud progress overview in previews.
15-
- Revert page view items for Apple devices
16-
In order to keep the behaviour with the assets' grid.
17-
- Improve `AssetPickerViewerBuilderDelegate`'s abstraction.
18-
19-
## 6.0.0-dev.7
20-
21-
- Fix grid count calculate issue when switching between folders. (#179)
22-
- Grab fixes from `photo_manager`.
23-
24-
## 6.0.0-dev.6
25-
26-
- Improve delivery mode for thumbnails on iOS.
27-
- Improve text scale handling. (#177)
28-
- Some tweaks for the example.
29-
30-
## 6.0.0-dev.5
31-
32-
- Fix keep offset jumping recovery issues. (#174)
33-
- More abstractions and structure updates for the example.
34-
35-
## 6.0.0-dev.4
36-
37-
- Add `keepScrollOffset` feature for the `AssetPickerBuilderDelegate`,
38-
which allow users to keep the scroll offset between pickings.
39-
- Remove manually controlled logs with `photo_manager`.
40-
41-
## 6.0.0-dev.3
42-
43-
- Unify the back button in the picker on all platforms.
44-
- Change the generic type `A` to `Asset` and `P` to `Path`.
45-
- Refactored `SortPathDelegate` to make it accept the `Path` generic type.
46-
- Screenshots update.
47-
- Bump `photo_manager` to 1.2.5 .
48-
49-
## 6.0.0-dev.2
50-
51-
- Add generic type to indicate provider when using `pickAssetsWithDelegate` method.
52-
53-
## 6.0.0-dev.1
54-
55-
Sync everything from WeChat 8.x .
3+
## 6.0.0
564

575
### New features
58-
6+
- Sync all UI details from WeChat 8.x.
7+
- Integrate iCloud progress overview in previews.
598
- Change the permission from the app settings when it's limited.
609
- Request more assets on iOS when the permission is limited.
6110
- Fit the assets' grid's layout as the iOS `Photos` app (reverted and started from the bottom).
6211
- Add Arabic language text delegate.
6312
- Allow using `AssetPicker` and `AssetPickerViewer` directly with delegates.
13+
- Add `keepScrollOffset` feature for the `AssetPickerBuilderDelegate`,
14+
which allow users to keep the scroll offset between pickings.
6415

6516
### Improvements
66-
6717
- Items that being banned from select (reached max assets or type conflict)
6818
will have a stronger color cover to indicate.
6919
- Video preview in the [SpecialPickerType.wechatMoment] is completely different from other previews.
7020
- Grid items has removed fade builder for more straight feedback after it gets loaded.
7121
- Better interaction when jumping between previewing assets.
7222
- Path entities list layout structure performance & structure improved.
7323
- More precise thumbnail's option for iOS.
24+
- Improve text scale handling. (#177)
25+
- Reduce font size for couple texts.
7426

7527
### Breaking changes
76-
7728
Multiple refactoring happened with delegates,
7829
see [Migration Guide](guides/migration_guide.md) for more details.
7930

31+
## 5.5.8
32+
33+
- Fix the viewer's select button issue with WeChat Moment on Android.
34+
8035
## 5.5.7
8136

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

example/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ dependencies:
1515

1616
wechat_assets_picker:
1717
path: ../
18-
wechat_camera_picker: ^2.1.0
18+
wechat_camera_picker: ^2.3.0
1919

2020
extended_image: ^4.0.0
21-
package_info_plus: ^1.0.3
21+
package_info_plus: ^1.0.4
2222
path: ^1.8.0
2323
path_provider: ^2.0.1
2424
provider: ^5.0.0

pubspec.yaml

+3-3
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: 6.0.0-dev.9
3+
version: 6.0.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.1.0
15-
photo_manager: ^1.2.8
15+
photo_manager: ^1.3.0
1616
provider: ^5.0.0
17-
video_player: ^2.1.6
17+
video_player: ^2.1.12

0 commit comments

Comments
 (0)