From 7418110e0a247cb3e1f250814dba72a42af7d718 Mon Sep 17 00:00:00 2001 From: alexv525 Date: Thu, 28 Jan 2021 15:39:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20##=202.0.0-dev.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 +++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c7428..1200048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 0a04445..118f51b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: