Skip to content

Commit 5d634d0

Browse files
authored
Merge pull request #363 from charafau/version_033
Version bump 0.3.3
2 parents 79803e1 + 1b4a6db commit 5d634d0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.3.3
2+
3+
- BREAKING CHANGE - AndroidX support
4+
5+
# 0.3.2
6+
7+
- enable Javascript in iOS, support abort loading specific URLs
8+
- add resizeToAvoidBottomInset to WebviewScaffold; #301
9+
10+
# 0.3.1
11+
12+
- Add support for geolocation Android
13+
- fix No269: Can't load target="_blank" links on iOS
14+
- fix: reloadUrl will not return Future
15+
- Fix height of keyboard
16+
- Fix Hide/Show WebView
17+
- hotfix widget back to initialChild after webview is tapped on Android
18+
119
# 0.3.0
220

321
- Fixes rect capture issue. Ensures WebView remains in the correct place on screen even when keyboard appears.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
- Simon Lightfoot <simon@devangels.london>
88
- Rafal Wachol <gorudonu@gmail.com>
99
homepage: https://github.com/dart-flitter/flutter_webview_plugin
10-
version: 0.3.2
10+
version: 0.3.3
1111
maintainer: Simon Lightfoot (@slightfoot)
1212

1313
environment:

0 commit comments

Comments
 (0)