Skip to content

Commit e074dd0

Browse files
authored
Merge pull request #363 from charafau/version_033
Version bump 0.3.3
2 parents dd6ad30 + e2a8110 commit e074dd0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
- Simon Lightfoot <[email protected]>
88
- Rafal Wachol <[email protected]>
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)