Skip to content

Version bump 0.3.3 #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
- Simon Lightfoot <[email protected]>
- Rafal Wachol <[email protected]>
homepage: https://github.com/dart-flitter/flutter_webview_plugin
version: 0.3.2
version: 0.3.3
maintainer: Simon Lightfoot (@slightfoot)

environment:
Expand Down