From 1b4a6db07be8436cb0bd9c05952cca16165a14fb Mon Sep 17 00:00:00 2001 From: charafau Date: Thu, 28 Mar 2019 17:11:28 +0000 Subject: [PATCH] changed version to 0.3.3, added changelog --- CHANGELOG.md | 18 ++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 639c7b48..01b8c8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 0.3.3 + +- BREAKING CHANGE - AndroidX support + +# 0.3.2 + +- enable Javascript in iOS, support abort loading specific URLs +- add resizeToAvoidBottomInset to WebviewScaffold; #301 + +# 0.3.1 + +- Add support for geolocation Android +- fix No269: Can't load target="_blank" links on iOS +- fix: reloadUrl will not return Future +- Fix height of keyboard +- Fix Hide/Show WebView +- hotfix widget back to initialChild after webview is tapped on Android + # 0.3.0 - Fixes rect capture issue. Ensures WebView remains in the correct place on screen even when keyboard appears. diff --git a/pubspec.yaml b/pubspec.yaml index 48e26ff1..aaab605f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ authors: - Simon Lightfoot - Rafal Wachol homepage: https://github.com/dart-flitter/flutter_webview_plugin -version: 0.3.2 +version: 0.3.3 maintainer: Simon Lightfoot (@slightfoot) environment: