Skip to content

Commit 3e24c7e

Browse files
committed
📝 Format CHANGELOG
1 parent 988b3a1 commit 3e24c7e

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,50 @@
33
## 7.0.3
44

55
### Fixes
6+
67
- Fix the broken semantics on iOS/macOS. (#272)
78

89
## 7.0.2
910

1011
### Fixes
12+
1113
- Fix wrong conditions judging when obtaining path thumbnails.
1214

1315
## 7.0.1
1416

1517
### Improvements
18+
1619
- Support semantics with Japanese text delegates. (#266).
1720

1821
### Fixes
22+
1923
- Obtain the path thumbnail only when asset is image or video.
2024

2125
## 7.0.0
2226

2327
To know more about breaking changes, see [Migration Guide][].
2428

2529
### New features
30+
2631
- Support predictable special item display. (#264)
2732
- Support live photos display. (#251)
2833
- Expose `AssetPickerPageRoute` for customization. (#248)
2934
- Add full semantics support. (#232, #235, #240, #242, #243, #245, #254)
3035

3136
### Improvements
37+
3238
- Improve scaling with select indicators and numbers.
3339
- Implement the default light theme. (#234)
3440

3541
### Fixes
42+
3643
- Fix `LocallyAvailableBuilder` with more edge conditions. (#263)
3744
- Fix potentially "No elements" error with thumbnails.
3845

3946
## 6.3.1
4047

41-
- Improve image type determine when resolving image data.
42-
This mostly resolved the occasionally HEIC loading issue
43-
when apps are running under the release mode.
48+
- Improve image type determine when resolving image data.This mostly resolved the occasionally HEIC loading issue when
49+
apps are running under the release mode.
4450

4551
## 6.3.0
4652

@@ -69,8 +75,7 @@ To know more about breaking changes, see [Migration Guide][].
6975

7076
## 6.2.0
7177

72-
- Introduce `shouldRevertGrid` to determine whether the assets grid should revert.
73-
It's set with Apple OS accordingly before.
78+
- Introduce `shouldRevertGrid` to determine whether the assets grid should be reverted.
7479
- Upgrade `photo_manager` to resolve issues against `AssetEntity`s comparison.
7580

7681
## 6.1.2
@@ -108,8 +113,7 @@ To know more about breaking changes, see [Migration Guide][].
108113

109114
## 6.0.2
110115

111-
- Expose `shouldReversePreview` for `AssetPickerViewerBuilderDelegate`,
112-
which provides a more precise control for the viewer.
116+
- Expose `shouldReversePreview` for `AssetPickerViewerBuilderDelegate`.
113117

114118
## 6.0.1
115119

@@ -120,17 +124,18 @@ To know more about breaking changes, see [Migration Guide][].
120124
## 6.0.0
121125

122126
### New features
127+
123128
- Sync all UI details from WeChat 8.x.
124129
- Integrate iCloud progress overview in previews.
125130
- Change the permission from the app settings when it's limited.
126131
- Request more assets on iOS when the permission is limited.
127132
- Fit the assets' grid's layout as the iOS `Photos` app (reverted and started from the bottom).
128133
- Add Arabic language text delegate.
129134
- Allow using `AssetPicker` and `AssetPickerViewer` directly with delegates.
130-
- Add `keepScrollOffset` feature for the `AssetPickerBuilderDelegate`,
131-
which allow users to keep the scroll offset between pickings.
135+
- Add `keepScrollOffset` feature for the `AssetPickerBuilderDelegate`.
132136

133137
### Improvements
138+
134139
- Items that being banned from select (reached max assets or type conflict)
135140
will have a stronger color cover to indicate.
136141
- Video preview in the [SpecialPickerType.wechatMoment] is completely different from other previews.
@@ -288,8 +293,7 @@ To know more about breaking changes, see [Migration Guide][].
288293
- Migrate to non-nullable by default.
289294
- `CustomItemBuilder` -> `SpecialItemBuilder`, `CustomItemPosition` -> `SpecialItemPosition` .
290295
- Abstract `AssetPickerBuilderDelegate<A, P>`, `AssetPickerViewerBuilderDelegate<A, P>`,
291-
`AssetPickerProvider<A, P>`, and minify the `AssetPickerViewerProvider<A>`. Support
292-
custom types by generic type.
296+
`AssetPickerProvider<A, P>`, and minify the `AssetPickerViewerProvider<A>`. Support custom types by generic type.
293297
- The `assets` param in `AssetPickerViewer.pushToViewer` is now `previewAssets` .
294298

295299
## 4.2.2
@@ -428,7 +432,7 @@ To know more about breaking changes, see [Migration Guide][].
428432
## 1.5.0
429433

430434
- Bumping flutter sdk minimum version to `1.17.0`.
431-
- Declare API stability and compatibility with 1.0.0
435+
- Declare API stability and compatibility with 1.0.0
432436
( more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0 ).
433437

434438
## 1.4.1

0 commit comments

Comments
 (0)