Skip to content

Commit

Permalink
🔖 ## 2.0.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jan 28, 2021
1 parent 796447f commit 7418110
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.0.0-dev.1

### Breaking Changes

- `isAllowRecording` -> `enableRecording`
- `isOnlyAllowRecording` -> `onlyAllowRecording`

### New Features

- Add `enableSetExposure`, allow users to update the exposure from the point tapped on the screen.
- Add `enableExposureControlOnPoint`, allow users to control the exposure offset with a offset slide from the exposure point.
- Add `enablePinchToZoom`, allow users to zoom by pinch the screen.
- Add `foregroundBuilder`, allow users to build customize widget beyond the camera preview.
- Sync `imageFormatGroup` from the `camera` plugin.

### Fixes

- All fixes from the `camera` plugin.

## 1.3.1

- Constraint dependencies version. #22
Expand Down
2 changes: 1 addition & 1 deletion 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: 1.3.1
version: 2.0.0-dev.1
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker

environment:
Expand Down

0 comments on commit 7418110

Please sign in to comment.