Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Update pubspec and changelog
  • Loading branch information
Michael Klimushyn committed Oct 16, 2019
commit ba31ed493169574acafaab49cd8f513496d51cd3
13 changes: 12 additions & 1 deletion packages/webview_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.3.15+1

* Revert the prior embedding support add since it requires an API that hasn't
rolled to stable.

## 0.3.15

* Add support for the v2 Android embedding. This shouldn't affect existing
functionality. Plugin authors who use the V2 embedding can now register the
plugin and expect that it correctly responds to app lifecycle changes.

## 0.3.14+2

* Define clang module for iOS.
Expand All @@ -13,7 +24,7 @@
## 0.3.13

* Add an optional `userAgent` property to set a custom User Agent.

## 0.3.12+1

* Temporarily revert getTitle (doing this as a patch bump shortly after publishing).
Expand Down
2 changes: 1 addition & 1 deletion packages/webview_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: webview_flutter_example
description: Demonstrates how to use the webview_flutter plugin.

version: 1.0.1
version: 1.0.3

environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/webview_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: webview_flutter
description: A Flutter plugin that provides a WebView widget on Android and iOS.
version: 0.3.14+2
version: 0.3.15+1
author: Flutter Team <[email protected]>
homepage: https://github.com/flutter/plugins/tree/master/packages/webview_flutter

Expand Down