Skip to content

Commit d7546c4

Browse files
committed
🔖 ## 7.0.0-dev.3
1 parent 9c12573 commit d7546c4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 7.0.0-dev.3
4+
5+
- Semantics support with multiple text delegates. (#235, #240, #242, #243, #245, #254)
6+
- Expose `AssetPickerPageRoute` for customization. (#248)
7+
- Support live photos display. (#251)
8+
9+
### Breaking changes
10+
11+
- Architecture refactor partially for better customization. (#241)
12+
- Configs are all abstracted as `AssetPickerConfig`. (#250)
13+
314
## 7.0.0-dev.2
415

516
- Add full semantics support. (#232)

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
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.2
3+
version: 7.0.0-dev.3
44
homepage: https://github.com/fluttercandies/flutter_wechat_assets_picker
55

66
environment:

0 commit comments

Comments
 (0)