Skip to content

Commit

Permalink
🔖 ## 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Mar 7, 2022
1 parent 2a77159 commit d0ea68d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
27 changes: 11 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
# Changelog

## 3.0.0-dev.4
## 3.0.0

- Fix scaling issues with turns and orientations.
- Fix lint issues on Flutter 2.10.
- Export `CameraPickerPageRoute`.
### New features

Breaking changes:
- Add full semantics support. (#72)
- Add `lockCaptureOrientation`, allowing users to determine lock to the specific orientation during captures. (#68)
- Export `CameraPickerPageRoute`.
- Abstract `CamearPickerConfig`, which moved all arguments from `pickFromCamera` to `pickerConfig`.

## 3.0.0-dev.3

- Improve semantics expressions.
- Make camera controllers available as soon as possible.

## 3.0.0-dev.2
### Improvements

- Add `lockCaptureOrientation`, allowing users to determine lock to the specific orientation during captures. (#68)
- Tweak asynchronous methods call during initializations.
- Add full semantics support. (#72)
- Improve camera initializes by adding a lock.
- Tweak asynchronous methods call during initializations.
- Make camera controllers available as soon as possible.

## 3.0.0-dev.1
### Fixes

- Migrate to the latest photo_manager.
- Fix scaling issues with turns and orientations.
- Fix lint issues on Flutter 2.10.

## 2.6.5

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: wechat_camera_picker_demo
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 3.0.0+4
version: 3.0.0+5

environment:
sdk: '>=2.14.0 <3.0.0'
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: wechat_camera_picker
description: A camera picker which is an extension to wechat_assets_picker, but can be run separately.
version: 3.0.0-dev.4
version: 3.0.0
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker

environment:
Expand All @@ -14,5 +14,5 @@ dependencies:
camera: ^0.9.4+6
path: ^1.8.0
path_provider: ^2.0.8
photo_manager: ^2.0.0-dev.14
photo_manager: ^2.0.0
video_player: ^2.2.14

0 comments on commit d0ea68d

Please sign in to comment.