|
1 | | -## [1.7.0] |
| 1 | +# [2.0.0] |
| 2 | + |
| 3 | +* Support audio assets. |
| 4 | +* Support single asset mode. |
| 5 | +* Enlarge preview button's detector area size. |
| 6 | +* Fix wrong properties usage causing infinite build when the page reaches the end. |
| 7 | + |
| 8 | +## Breaking changes |
| 9 | + |
| 10 | +* `videoIndicatorBuilder` -> `durationIndicatorBuilder`. |
| 11 | + |
| 12 | +# [1.7.0] |
2 | 13 |
|
3 | 14 | * Hide detail display when video start to play. |
4 | 15 | * Switch to `ExtendedImageGesturePageView`. Fix #16 . |
|
8 | 19 | * Update widgets style on iOS. Fix #14 . |
9 | 20 | * Fix state of the example not updated after the result was returned without input method activated. |
10 | 21 |
|
11 | | -## [1.6.0] |
| 22 | +# [1.6.0] |
12 | 23 |
|
13 | 24 | * Support HEIC/HEIF image type. |
14 | 25 |
|
15 | | -## [1.5.0+1] |
| 26 | +# [1.5.0+1] |
16 | 27 |
|
17 | 28 | * Upgrade `photo_manager` to `0.5.1`. |
18 | 29 | * Replace deprecate `TextTheme.title` API usage. |
19 | 30 | * Document (dartdoc) update. |
20 | 31 |
|
21 | | -## [1.5.0] |
| 32 | +# [1.5.0] |
22 | 33 |
|
23 | 34 | * Bumping flutter sdk minimum version to `1.17.0`. |
24 | 35 | * Declare API stability and compatibility with 1.0.0 ( more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 ). |
25 | 36 |
|
26 | | -## [1.4.1] |
| 37 | +# [1.4.1] |
27 | 38 |
|
28 | 39 | * Remove loading indicator for image widget. |
29 | 40 | * Refactor video page's initialization for ratio update. |
30 | 41 | * Using constants to store text delegate. |
31 | 42 | * Add error catching for main methods. |
32 | 43 | * Update text delegate management. |
33 | 44 |
|
34 | | -## [1.4.0+1] |
| 45 | +# [1.4.0+1] |
35 | 46 |
|
36 | 47 | * Fix call on null with `currentlySelectedAssets`. |
37 | 48 |
|
38 | | -## [1.4.0] |
| 49 | +# [1.4.0] |
39 | 50 |
|
40 | 51 | * Support paging assets load. |
41 | 52 | * Fix selected assets not synced with picker provider. |
42 | 53 | * Bump `photo_manager` to `0.5.1-dev.5` |
43 | 54 |
|
44 | | -## [1.3.2] |
| 55 | +# [1.3.2] |
45 | 56 |
|
46 | 57 | * Expose page transition curve and duration to static method. |
47 | 58 | * Fix theme color not passed to static method. |
48 | 59 |
|
49 | | -## [1.3.1+1] |
| 60 | +# [1.3.1+1] |
50 | 61 |
|
51 | 62 | * Fix `pageBuilder` null issue. |
52 | 63 |
|
53 | | -## [1.3.1] |
| 64 | +# [1.3.1] |
54 | 65 |
|
55 | 66 | * Add upwards slide page transition. |
56 | 67 | * Add padding to bottom action bar in picker. |
57 | 68 |
|
58 | | -## [1.3.0] |
| 69 | +# [1.3.0] |
59 | 70 |
|
60 | 71 | * Add iOS style. |
61 | 72 | * Add cancel field to text delegate. |
62 | 73 | * `Set` -> `List`. |
63 | 74 |
|
64 | | -## [1.2.1] |
| 75 | +# [1.2.1] |
65 | 76 |
|
66 | 77 | * Fix missing aspect ratio for video player. |
67 | 78 | * Using common request type in example. |
68 | 79 |
|
69 | | -## [1.2.0] |
| 80 | +# [1.2.0] |
70 | 81 |
|
71 | 82 | * Add text delegate support. (Also with i18n support using delegate). |
72 | 83 |
|
73 | | -## [1.1.0] |
| 84 | +# [1.1.0] |
74 | 85 |
|
75 | 86 | * Support video assets. You can use `requestType` to select video or video+image. |
76 | 87 | * Hide system ui overlays according to flag and system. |
77 | 88 | * Update GIF indicator and add video indicator. |
78 | 89 |
|
79 | | -## [1.0.0] |
| 90 | +# [1.0.0] |
80 | 91 |
|
81 | 92 | * Initial release. |
0 commit comments