|
1 | 1 | # Changelog |
2 | | -All notable changes to this project will be documented in this file. |
3 | 2 |
|
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 |
56 | 4 |
|
57 | 5 | ### New features |
58 | | - |
| 6 | +- Sync all UI details from WeChat 8.x. |
| 7 | +- Integrate iCloud progress overview in previews. |
59 | 8 | - Change the permission from the app settings when it's limited. |
60 | 9 | - Request more assets on iOS when the permission is limited. |
61 | 10 | - Fit the assets' grid's layout as the iOS `Photos` app (reverted and started from the bottom). |
62 | 11 | - Add Arabic language text delegate. |
63 | 12 | - 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. |
64 | 15 |
|
65 | 16 | ### Improvements |
66 | | - |
67 | 17 | - Items that being banned from select (reached max assets or type conflict) |
68 | 18 | will have a stronger color cover to indicate. |
69 | 19 | - Video preview in the [SpecialPickerType.wechatMoment] is completely different from other previews. |
70 | 20 | - Grid items has removed fade builder for more straight feedback after it gets loaded. |
71 | 21 | - Better interaction when jumping between previewing assets. |
72 | 22 | - Path entities list layout structure performance & structure improved. |
73 | 23 | - More precise thumbnail's option for iOS. |
| 24 | +- Improve text scale handling. (#177) |
| 25 | +- Reduce font size for couple texts. |
74 | 26 |
|
75 | 27 | ### Breaking changes |
76 | | - |
77 | 28 | Multiple refactoring happened with delegates, |
78 | 29 | see [Migration Guide](guides/migration_guide.md) for more details. |
79 | 30 |
|
| 31 | +## 5.5.8 |
| 32 | + |
| 33 | +- Fix the viewer's select button issue with WeChat Moment on Android. |
| 34 | + |
80 | 35 | ## 5.5.7 |
81 | 36 |
|
82 | 37 | - Make `switchPath` method in `AssetPickerProvider` async. |
|
0 commit comments