Skip to content

Commit 4a917d1

Browse files
committed
🔖 ## 7.0.0
1 parent 2cba717 commit 4a917d1

File tree

5 files changed

+25
-37
lines changed

5 files changed

+25
-37
lines changed

CHANGELOG.md

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,22 @@
11
# Changelog
22

3-
## 7.0.0-dev.4
3+
## 7.0.0
44

5-
- Improve scaling with select indicators and numbers.
6-
- Fix `LocallyAvailableBuilder` with more edge conditions. (#263)
7-
- Fix potentially "No elements" error with thumbnails.
8-
- Support predictable special item display. (#264)
9-
10-
## 7.0.0-dev.3
5+
To know more about breaking changes, see [Migration Guide][].
116

12-
- Semantics support with multiple text delegates. (#235, #240, #242, #243, #245, #254)
13-
- Expose `AssetPickerPageRoute` for customization. (#248)
7+
### New features
8+
- Support predictable special item display. (#264)
149
- Support live photos display. (#251)
10+
- Expose `AssetPickerPageRoute` for customization. (#248)
11+
- Add full semantics support. (#232, #235, #240, #242, #243, #245, #254)
1512

16-
### Breaking changes
17-
18-
- Architecture refactor partially for better customization. (#241)
19-
- Configs are all abstracted as `AssetPickerConfig`. (#250)
20-
21-
## 7.0.0-dev.2
22-
23-
- Add full semantics support. (#232)
13+
### Improvements
14+
- Improve scaling with select indicators and numbers.
2415
- Implement the default light theme. (#234)
2516

26-
## 7.0.0-dev.1
27-
28-
- Migrate to the latest photo_manager.
17+
### Fixes
18+
- Fix `LocallyAvailableBuilder` with more edge conditions. (#263)
19+
- Fix potentially "No elements" error with thumbnails.
2920

3021
## 6.3.1
3122

@@ -132,9 +123,7 @@
132123
- Improve text scale handling. (#177)
133124
- Reduce font size for couple texts.
134125

135-
### Breaking changes
136-
Multiple refactoring happened with delegates,
137-
see [Migration Guide](guides/migration_guide.md) for more details.
126+
To know more about breaking changes, see [Migration Guide][].
138127

139128
## 5.5.8
140129

@@ -480,3 +469,5 @@ see [Migration Guide](guides/migration_guide.md) for more details.
480469
## 1.0.0
481470

482471
- Initial release.
472+
473+
[Migration Guide]: guides/migration_guide.md

README-ZH.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,10 @@ Language: [English](README.md) | 中文
9494

9595
### 版本兼容
9696

97-
| | 2.0.0 | 2.2.0 | 2.5.0 |
98-
|--------|:-----:|:-----:|:-----:|
99-
| 6.2.1+ ||||
100-
| 6.2.0 ||||
101-
| 5.0.0+ || N/A | N/A |
97+
| | <2.5.0 | 2.8.0 | 2.10.0 |
98+
|--------|:------:|:-----:|:------:|
99+
| 7.0.0+ ||||
100+
| 6.3.0+ ||||
102101

103102
如果在 `flutter pub get` 时遇到了 `resolve conflict` 失败问题,
104103
请使用 `dependency_overrides` 解决。

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,10 @@ please run the example or refer to [photo_manager](https://github.com/CaiJingLon
9191

9292
### Versions compatibility
9393

94-
| | 2.0.0 | 2.2.0 | 2.5.0 | 2.8.0 |
95-
|--------|:-----:|:-----:|:-----:|:-----:|
96-
| 6.3.0+ |||||
97-
| 6.2.1+ |||||
98-
| 6.2.0 |||||
99-
| 5.0.0+ || N/A | N/A | N/A |
94+
| | <2.5.0 | 2.8.0 | 2.10.0 |
95+
|--------|:------:|:-----:|:------:|
96+
| 7.0.0+ ||||
97+
| 6.3.0+ ||||
10098

10199
If you got a `resolve conflict` error when running `flutter pub get`,
102100
please use `dependency_overrides` to fix it.

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_assets_picker_demo
22
description: The demo project for the wechat_assets_picker package.
3-
version: 7.0.0+7
3+
version: 7.0.0+8
44
publish_to: none
55

66
environment:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_assets_picker
22
description: An audio/video/image picker in pure Dart which is the same with WeChat, support multi picking.
3-
version: 7.0.0-dev.4
3+
version: 7.0.0
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:
@@ -13,6 +13,6 @@ dependencies:
1313

1414
extended_image: ^6.0.1
1515
meta: ^1.7.0
16-
photo_manager: ^2.0.0-dev.14
16+
photo_manager: ^2.0.0
1717
provider: ^6.0.1
1818
video_player: ^2.2.14

0 commit comments

Comments
 (0)