Skip to content

Commit

Permalink
Merge pull request #363 from charafau/version_033
Browse files Browse the repository at this point in the history
Version bump 0.3.3
  • Loading branch information
charafau committed Mar 28, 2019
2 parents 79803e1 + 1b4a6db commit 5d634d0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
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 <simon@devangels.london>
- Rafal Wachol <gorudonu@gmail.com>
homepage: https://github.com/dart-flitter/flutter_webview_plugin
version: 0.3.2
version: 0.3.3
maintainer: Simon Lightfoot (@slightfoot)

environment:
Expand Down

0 comments on commit 5d634d0

Please sign in to comment.