|
1 |
| -# [4.2.0] - [2020/08/16] |
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
2 | 3 |
|
3 |
| -* Add `previewThumbSize` for the viewer. |
| 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). |
4 | 6 |
|
5 |
| -# [4.1.0+4] - [2020/08/06] |
| 7 | +## 4.2.0 |
6 | 8 |
|
7 |
| -* Upgrade `extended_image` . |
| 9 | +- Add `previewThumbSize` for the viewer. |
8 | 10 |
|
9 |
| -# [4.1.0+3] - [2020/08/06] |
| 11 | +## 4.1.0+4 |
10 | 12 |
|
11 |
| -* Make widgets constant. |
12 |
| -* Remove system ui overlays update. |
13 |
| -* Migrate files to compatible with Flutter `1.20.0` . |
14 |
| -* Sync analysis options. |
| 13 | +- Upgrade `extended_image` . |
15 | 14 |
|
16 |
| -# [4.1.0+2] - [2020/07/28] |
| 15 | +## 4.1.0+3 |
17 | 16 |
|
18 |
| -* Ignore size constraint for image assets. |
19 |
| -* Format code using `dartfmt`. |
20 |
| -* Upgrade `photo_manager`. |
| 17 | +- Make widgets constant. |
| 18 | +- Remove system ui overlays update. |
| 19 | +- Migrate files to compatible with Flutter `1.20.0` . |
| 20 | +- Sync analysis options. |
21 | 21 |
|
22 |
| -# [4.1.0+1] - [2020/07/23] |
| 22 | +## 4.1.0+2 |
23 | 23 |
|
24 |
| -* Adjust AppleOS layout. |
| 24 | +- Ignore size constraint for image assets. |
| 25 | +- Format code using `dartfmt`. |
| 26 | +- Upgrade `photo_manager`. |
25 | 27 |
|
26 |
| -# [4.1.0] - [2020/07/22] |
| 28 | +## 4.1.0+1 |
27 | 29 |
|
28 |
| -* Add backdrop widget in the picker, which makes the picker more like the one in WeChat. |
| 30 | +- Adjust AppleOS layout. |
29 | 31 |
|
30 |
| -# [4.0.0] - [2020/07/17] |
| 32 | +## 4.1.0 |
31 | 33 |
|
32 |
| -* Drop `asset_audio_player` . |
33 |
| -* Experimenting status bar hidden on iOS. |
34 |
| -* Remove video player listener before pause. |
| 34 | +- Add backdrop widget in the picker, which makes the picker more like the one in WeChat. |
| 35 | + |
| 36 | +## 4.0.0 |
| 37 | + |
| 38 | +- Drop `asset_audio_player` . |
| 39 | +- Experimenting status bar hidden on iOS. |
| 40 | +- Remove video player listener before pause. |
35 | 41 |
|
36 | 42 | ## Breaking changes
|
37 | 43 |
|
38 |
| -* `TextDelegate` -> `AssetsPickerTextDelegate` . |
| 44 | +- `TextDelegate` -> `AssetsPickerTextDelegate` . |
39 | 45 |
|
40 |
| -# [3.0.0+1] - [2020/07/13] |
| 46 | +## 3.0.0+1 |
41 | 47 |
|
42 |
| -* Constraint dependencies version. |
| 48 | +- Constraint dependencies version. |
43 | 49 |
|
44 |
| -# [3.0.0] - [2020/07/13] |
| 50 | +## 3.0.0 |
45 | 51 |
|
46 |
| -* Add `FilterOptionGroup`. Fix #41 . |
47 |
| -* Add `SpecialPickerType`. Fix #37 . |
48 |
| -* Add custom item build mode. Fix #39 . |
| 52 | +- Add `FilterOptionGroup`. Fix #41 . |
| 53 | +- Add `SpecialPickerType`. Fix #37 . |
| 54 | +- Add custom item build mode. Fix #39 . |
49 | 55 |
|
50 |
| -# [2.2.1] - [2020/06/23] |
| 56 | +## 2.2.1 |
51 | 57 |
|
52 |
| -* Introduce `ColorScheme` for theme details. Fixed #32 . |
53 |
| -* Enhance RTL compatibility. |
54 |
| -* Enlarge select indicator's size. Related to #33 . |
| 58 | +- Introduce `ColorScheme` for theme details. Fixed #32 . |
| 59 | +- Enhance RTL compatibility. |
| 60 | +- Enlarge select indicator's size. Related to #33 . |
55 | 61 |
|
56 |
| -# [2.2.0+2] - [2020/06/08] |
| 62 | +## 2.2.0+2 |
57 | 63 |
|
58 |
| -* Remove path entity properties refresh. |
| 64 | +- Remove path entity properties refresh. |
59 | 65 |
|
60 |
| -# [2.2.0+1] - [2020/06/01] |
| 66 | +## 2.2.0+1 |
61 | 67 |
|
62 |
| -* Fix preview widget for audio assets in picker viewer. |
| 68 | +- Fix preview widget for audio assets in picker viewer. |
63 | 69 |
|
64 |
| -# [2.2.0] - [2020/06/01] |
| 70 | +## 2.2.0 |
65 | 71 |
|
66 |
| -* Brand new example. |
67 |
| -* Add `SortPathDelegate`. |
68 |
| -* Using zoom page transition for viewer. |
69 |
| -* Slightly add padding to viewer's assets list view. |
70 |
| -* Migrate elevation and color to material rendering. |
71 |
| -* Request thumb only when request type is not audio. |
72 |
| -* Force request title for audio type asset. |
73 |
| -* Expose `AssetType` enum. |
74 |
| -* Fix issue with request type. |
| 72 | +- Brand new example. |
| 73 | +- Add `SortPathDelegate`. |
| 74 | +- Using zoom page transition for viewer. |
| 75 | +- Slightly add padding to viewer's assets list view. |
| 76 | +- Migrate elevation and color to material rendering. |
| 77 | +- Request thumb only when request type is not audio. |
| 78 | +- Force request title for audio type asset. |
| 79 | +- Expose `AssetType` enum. |
| 80 | +- Fix issue with request type. |
75 | 81 |
|
76 |
| -# [2.1.0] - [2020/05/28] |
| 82 | +## 2.1.0 |
77 | 83 |
|
78 |
| -* Add present english text delegate. |
79 |
| -* Refactored theme constructor and getter with theme capability #22 . |
80 |
| -* Update color scheme usage for assets grid #23 . |
81 |
| -* Update picker viewer style for apple OS. |
82 |
| -* Fix bottom bar disappearing on apple os when it's single asset mode. |
| 84 | +- Add present english text delegate. |
| 85 | +- Refactored theme constructor and getter with theme capability #22 . |
| 86 | +- Update color scheme usage for assets grid #23 . |
| 87 | +- Update picker viewer style for apple OS. |
| 88 | +- Fix bottom bar disappearing on apple os when it's single asset mode. |
83 | 89 |
|
84 |
| -# [2.0.2] - [2020/05/27] |
| 90 | +## 2.0.2 |
85 | 91 |
|
86 |
| -* Fix audio paused accidentally when the app is launching on Android #18 . |
| 92 | +- Fix audio paused accidentally when the app is launching on Android #18 . |
87 | 93 |
|
88 |
| -# [2.0.1] - [2020/05/22] |
| 94 | +## 2.0.1 |
89 | 95 |
|
90 |
| -* Expose observe register methods. |
| 96 | +- Expose observe register methods. |
91 | 97 |
|
92 |
| -# [2.0.0] - [2020/05/21] |
| 98 | +## 2.0.0 |
93 | 99 |
|
94 |
| -* Support audio assets. |
95 |
| -* Support single asset mode. |
96 |
| -* Enlarge preview button's detector area size. |
97 |
| -* Fix wrong properties usage causing infinite build when the page reaches the end. |
| 100 | +- Support audio assets. |
| 101 | +- Support single asset mode. |
| 102 | +- Enlarge preview button's detector area size. |
| 103 | +- Fix wrong properties usage causing infinite build when the page reaches the end. |
98 | 104 |
|
99 | 105 | ## Breaking changes
|
100 | 106 |
|
101 |
| -* `videoIndicatorBuilder` -> `durationIndicatorBuilder`. |
| 107 | +- `videoIndicatorBuilder` -> `durationIndicatorBuilder`. |
102 | 108 |
|
103 |
| -# [1.7.0] - [2020/05/19] |
| 109 | +## 1.7.0 |
104 | 110 |
|
105 |
| -* Hide detail display when video start to play. |
106 |
| -* Switch to `ExtendedImageGesturePageView`. Fix #16 . |
107 |
| -* Add fully theme support. |
108 |
| -* Add MacOS support. |
109 |
| -* Add delay for the first init method to prevent stuck in page routing. Fix #13 . |
110 |
| -* Update widgets style on iOS. Fix #14 . |
111 |
| -* Fix state of the example not updated after the result was returned without input method activated. |
| 111 | +- Hide detail display when video start to play. |
| 112 | +- Switch to `ExtendedImageGesturePageView`. Fix #16 . |
| 113 | +- Add fully theme support. |
| 114 | +- Add MacOS support. |
| 115 | +- Add delay for the first init method to prevent stuck in page routing. Fix #13 . |
| 116 | +- Update widgets style on iOS. Fix #14 . |
| 117 | +- Fix state of the example not updated after the result was returned without input method activated. |
112 | 118 |
|
113 |
| -# [1.6.0] - [2020/05/10] |
| 119 | +## 1.6.0 |
114 | 120 |
|
115 |
| -* Support HEIC/HEIF image type. |
| 121 | +- Support HEIC/HEIF image type. |
116 | 122 |
|
117 |
| -# [1.5.0+1] - [2020/05/09] |
| 123 | +## 1.5.0+1 |
118 | 124 |
|
119 |
| -* Upgrade `photo_manager` to `0.5.1`. |
120 |
| -* Replace deprecate `TextTheme.title` API usage. |
121 |
| -* Document (dartdoc) update. |
| 125 | +- Upgrade `photo_manager` to `0.5.1`. |
| 126 | +- Replace deprecate `TextTheme.title` API usage. |
| 127 | +- Document (dartdoc) update. |
122 | 128 |
|
123 |
| -# [1.5.0] - [2020/05/09] |
| 129 | +## 1.5.0 |
124 | 130 |
|
125 |
| -* Bumping flutter sdk minimum version to `1.17.0`. |
126 |
| -* Declare API stability and compatibility with 1.0.0 ( more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 ). |
| 131 | +- Bumping flutter sdk minimum version to `1.17.0`. |
| 132 | +- Declare API stability and compatibility with 1.0.0 ( more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 ). |
127 | 133 |
|
128 |
| -# [1.4.1] - [2020/04/20] |
| 134 | +## 1.4.1 |
129 | 135 |
|
130 |
| -* Remove loading indicator for image widget. |
131 |
| -* Refactor video page's initialization for ratio update. |
132 |
| -* Using constants to store text delegate. |
133 |
| -* Add error catching for main methods. |
134 |
| -* Update text delegate management. |
| 136 | +- Remove loading indicator for image widget. |
| 137 | +- Refactor video page's initialization for ratio update. |
| 138 | +- Using constants to store text delegate. |
| 139 | +- Add error catching for main methods. |
| 140 | +- Update text delegate management. |
135 | 141 |
|
136 |
| -# [1.4.0+1] - [2020/04/19] |
| 142 | +## 1.4.0+1 |
137 | 143 |
|
138 |
| -* Fix call on null with `currentlySelectedAssets`. |
| 144 | +- Fix call on null with `currentlySelectedAssets`. |
139 | 145 |
|
140 |
| -# [1.4.0] - [2020/04/17] |
| 146 | +## 1.4.0 |
141 | 147 |
|
142 |
| -* Support paging assets load. |
143 |
| -* Fix selected assets not synced with picker provider. |
144 |
| -* Bump `photo_manager` to `0.5.1-dev.5` |
| 148 | +- Support paging assets load. |
| 149 | +- Fix selected assets not synced with picker provider. |
| 150 | +- Bump `photo_manager` to `0.5.1-dev.5` |
145 | 151 |
|
146 |
| -# [1.3.2] - [2020/04/15] |
| 152 | +## 1.3.2 |
147 | 153 |
|
148 |
| -* Expose page transition curve and duration to static method. |
149 |
| -* Fix theme color not passed to static method. |
| 154 | +- Expose page transition curve and duration to static method. |
| 155 | +- Fix theme color not passed to static method. |
150 | 156 |
|
151 |
| -# [1.3.1+1] - [2020/04/14] |
| 157 | +## 1.3.1+1 |
152 | 158 |
|
153 |
| -* Fix `pageBuilder` null issue. |
| 159 | +- Fix `pageBuilder` null issue. |
154 | 160 |
|
155 |
| -# [1.3.1] - [2020/04/13] |
| 161 | +## 1.3.1 |
156 | 162 |
|
157 |
| -* Add upwards slide page transition. |
158 |
| -* Add padding to bottom action bar in picker. |
| 163 | +- Add upwards slide page transition. |
| 164 | +- Add padding to bottom action bar in picker. |
159 | 165 |
|
160 |
| -# [1.3.0] - [2020/04/09] |
| 166 | +## 1.3.0 |
161 | 167 |
|
162 |
| -* Add iOS style. |
163 |
| -* Add cancel field to text delegate. |
164 |
| -* `Set` -> `List`. |
| 168 | +- Add iOS style. |
| 169 | +- Add cancel field to text delegate. |
| 170 | +- `Set` -> `List`. |
165 | 171 |
|
166 |
| -# [1.2.1] - [2020/04/08] |
| 172 | +## 1.2.1 |
167 | 173 |
|
168 |
| -* Fix missing aspect ratio for video player. |
169 |
| -* Using common request type in example. |
| 174 | +- Fix missing aspect ratio for video player. |
| 175 | +- Using common request type in example. |
170 | 176 |
|
171 |
| -# [1.2.0] - [2020/04/07] |
| 177 | +## 1.2.0 |
172 | 178 |
|
173 |
| -* Add text delegate support. (Also with i18n support using delegate). |
| 179 | +- Add text delegate support. (Also with i18n support using delegate). |
174 | 180 |
|
175 |
| -# [1.1.0] - [2020/04/07] |
| 181 | +## 1.1.0 |
176 | 182 |
|
177 |
| -* Support video assets. You can use `requestType` to select video or video+image. |
178 |
| -* Hide system ui overlays according to flag and system. |
179 |
| -* Update GIF indicator and add video indicator. |
| 183 | +- Support video assets. You can use `requestType` to select video or video+image. |
| 184 | +- Hide system ui overlays according to flag and system. |
| 185 | +- Update GIF indicator and add video indicator. |
180 | 186 |
|
181 |
| -# [1.0.0] - [2020/03/31] |
| 187 | +## 1.0.0 |
182 | 188 |
|
183 |
| -* Initial release. |
| 189 | +- Initial release. |
0 commit comments