Skip to content

Commit 25a7d41

Browse files
committed
🎨 CHANGELOG format update.
1 parent c616f63 commit 25a7d41

File tree

1 file changed

+120
-114
lines changed

1 file changed

+120
-114
lines changed

CHANGELOG.md

Lines changed: 120 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,183 +1,189 @@
1-
# [4.2.0] - [2020/08/16]
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
23

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).
46

5-
# [4.1.0+4] - [2020/08/06]
7+
## 4.2.0
68

7-
* Upgrade `extended_image` .
9+
- Add `previewThumbSize` for the viewer.
810

9-
# [4.1.0+3] - [2020/08/06]
11+
## 4.1.0+4
1012

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` .
1514

16-
# [4.1.0+2] - [2020/07/28]
15+
## 4.1.0+3
1716

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.
2121

22-
# [4.1.0+1] - [2020/07/23]
22+
## 4.1.0+2
2323

24-
* Adjust AppleOS layout.
24+
- Ignore size constraint for image assets.
25+
- Format code using `dartfmt`.
26+
- Upgrade `photo_manager`.
2527

26-
# [4.1.0] - [2020/07/22]
28+
## 4.1.0+1
2729

28-
* Add backdrop widget in the picker, which makes the picker more like the one in WeChat.
30+
- Adjust AppleOS layout.
2931

30-
# [4.0.0] - [2020/07/17]
32+
## 4.1.0
3133

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.
3541

3642
## Breaking changes
3743

38-
* `TextDelegate` -> `AssetsPickerTextDelegate` .
44+
- `TextDelegate` -> `AssetsPickerTextDelegate` .
3945

40-
# [3.0.0+1] - [2020/07/13]
46+
## 3.0.0+1
4147

42-
* Constraint dependencies version.
48+
- Constraint dependencies version.
4349

44-
# [3.0.0] - [2020/07/13]
50+
## 3.0.0
4551

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 .
4955

50-
# [2.2.1] - [2020/06/23]
56+
## 2.2.1
5157

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 .
5561

56-
# [2.2.0+2] - [2020/06/08]
62+
## 2.2.0+2
5763

58-
* Remove path entity properties refresh.
64+
- Remove path entity properties refresh.
5965

60-
# [2.2.0+1] - [2020/06/01]
66+
## 2.2.0+1
6167

62-
* Fix preview widget for audio assets in picker viewer.
68+
- Fix preview widget for audio assets in picker viewer.
6369

64-
# [2.2.0] - [2020/06/01]
70+
## 2.2.0
6571

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.
7581

76-
# [2.1.0] - [2020/05/28]
82+
## 2.1.0
7783

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.
8389

84-
# [2.0.2] - [2020/05/27]
90+
## 2.0.2
8591

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 .
8793

88-
# [2.0.1] - [2020/05/22]
94+
## 2.0.1
8995

90-
* Expose observe register methods.
96+
- Expose observe register methods.
9197

92-
# [2.0.0] - [2020/05/21]
98+
## 2.0.0
9399

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.
98104

99105
## Breaking changes
100106

101-
* `videoIndicatorBuilder` -> `durationIndicatorBuilder`.
107+
- `videoIndicatorBuilder` -> `durationIndicatorBuilder`.
102108

103-
# [1.7.0] - [2020/05/19]
109+
## 1.7.0
104110

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.
112118

113-
# [1.6.0] - [2020/05/10]
119+
## 1.6.0
114120

115-
* Support HEIC/HEIF image type.
121+
- Support HEIC/HEIF image type.
116122

117-
# [1.5.0+1] - [2020/05/09]
123+
## 1.5.0+1
118124

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.
122128

123-
# [1.5.0] - [2020/05/09]
129+
## 1.5.0
124130

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 ).
127133

128-
# [1.4.1] - [2020/04/20]
134+
## 1.4.1
129135

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.
135141

136-
# [1.4.0+1] - [2020/04/19]
142+
## 1.4.0+1
137143

138-
* Fix call on null with `currentlySelectedAssets`.
144+
- Fix call on null with `currentlySelectedAssets`.
139145

140-
# [1.4.0] - [2020/04/17]
146+
## 1.4.0
141147

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`
145151

146-
# [1.3.2] - [2020/04/15]
152+
## 1.3.2
147153

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.
150156

151-
# [1.3.1+1] - [2020/04/14]
157+
## 1.3.1+1
152158

153-
* Fix `pageBuilder` null issue.
159+
- Fix `pageBuilder` null issue.
154160

155-
# [1.3.1] - [2020/04/13]
161+
## 1.3.1
156162

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.
159165

160-
# [1.3.0] - [2020/04/09]
166+
## 1.3.0
161167

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`.
165171

166-
# [1.2.1] - [2020/04/08]
172+
## 1.2.1
167173

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.
170176

171-
# [1.2.0] - [2020/04/07]
177+
## 1.2.0
172178

173-
* Add text delegate support. (Also with i18n support using delegate).
179+
- Add text delegate support. (Also with i18n support using delegate).
174180

175-
# [1.1.0] - [2020/04/07]
181+
## 1.1.0
176182

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.
180186

181-
# [1.0.0] - [2020/03/31]
187+
## 1.0.0
182188

183-
* Initial release.
189+
- Initial release.

0 commit comments

Comments
 (0)