updated changelogs and versions
This commit is contained in:
parent
d0a8d6fb4c
commit
51311394d7
|
@ -1,3 +1,9 @@
|
|||
## 6.0.0-rc.3
|
||||
|
||||
- Fix typos and other code improvements (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||
- Merged "💥 Fix iPad crash due to missing sourceView" [#1933](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1933) (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||
- Merged "💥 Fix crash - remove force unwrapping from dispose method" [#1932](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1932) (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||
|
||||
## 6.0.0-rc.2
|
||||
|
||||
- Updated minimum platform interface and implementation versions
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_inappwebview
|
||||
description: A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.
|
||||
version: 6.0.0-rc.2
|
||||
version: 6.0.0-rc.3
|
||||
homepage: https://inappwebview.dev/
|
||||
repository: https://github.com/pichillilorenzo/flutter_inappwebview
|
||||
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
|
||||
|
@ -18,11 +18,11 @@ environment:
|
|||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_inappwebview_platform_interface: ^1.0.8
|
||||
flutter_inappwebview_android: ^1.0.10
|
||||
flutter_inappwebview_ios: ^1.0.11
|
||||
flutter_inappwebview_macos: ^1.0.9
|
||||
flutter_inappwebview_web: ^1.0.6
|
||||
flutter_inappwebview_platform_interface: ^1.0.9
|
||||
flutter_inappwebview_android: ^1.0.11
|
||||
flutter_inappwebview_ios: ^1.0.12
|
||||
flutter_inappwebview_macos: ^1.0.10
|
||||
flutter_inappwebview_web: ^1.0.7
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.0.11
|
||||
|
||||
- Fix typos (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||
|
||||
## 1.0.10
|
||||
|
||||
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.8`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_inappwebview_android
|
||||
description: Android implementation of the flutter_inappwebview plugin.
|
||||
version: 1.0.10
|
||||
version: 1.0.11
|
||||
homepage: https://inappwebview.dev/
|
||||
repository: https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/flutter_inappwebview_android
|
||||
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
|
||||
|
@ -18,7 +18,7 @@ environment:
|
|||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_inappwebview_platform_interface: ^1.0.8
|
||||
flutter_inappwebview_platform_interface: ^1.0.9
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## 1.0.12
|
||||
|
||||
- Fix typos and other code improvements (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||
- Merged "💥 Fix iPad crash due to missing sourceView" [#1933](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1933) (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||
- Merged "💥 Fix crash - remove force unwrapping from dispose method" [#1932](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1932) (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||
|
||||
## 1.0.11
|
||||
|
||||
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.8`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_inappwebview_ios
|
||||
description: iOS implementation of the flutter_inappwebview plugin.
|
||||
version: 1.0.11
|
||||
version: 1.0.12
|
||||
homepage: https://inappwebview.dev/
|
||||
repository: https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/flutter_inappwebview_ios
|
||||
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
|
||||
|
@ -18,7 +18,7 @@ environment:
|
|||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_inappwebview_platform_interface: ^1.0.8
|
||||
flutter_inappwebview_platform_interface: ^1.0.9
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.0.10
|
||||
|
||||
- Fix typos and other code improvements (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||
|
||||
## 1.0.9
|
||||
|
||||
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.8`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_inappwebview_macos
|
||||
description: macOS implementation of the flutter_inappwebview plugin.
|
||||
version: 1.0.9
|
||||
version: 1.0.10
|
||||
homepage: https://inappwebview.dev/
|
||||
repository: https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/flutter_inappwebview_macos
|
||||
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
|
||||
|
@ -18,7 +18,7 @@ environment:
|
|||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_inappwebview_platform_interface: ^1.0.8
|
||||
flutter_inappwebview_platform_interface: ^1.0.9
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.0.9
|
||||
|
||||
- Fix typos (thanks to [michalsrutek](https://github.com/michalsrutek))
|
||||
|
||||
## 1.0.8
|
||||
|
||||
- Added `PlatformCustomPathHandler` class to be able to implement custom path handlers for `WebViewAssetLoader`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_inappwebview_platform_interface
|
||||
description: A common platform interface for the flutter_inappwebview plugin.
|
||||
version: 1.0.8
|
||||
version: 1.0.9
|
||||
homepage: https://inappwebview.dev/
|
||||
repository: https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/flutter_inappwebview_platform_interface
|
||||
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.0.7
|
||||
|
||||
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.9
|
||||
|
||||
## 1.0.6
|
||||
|
||||
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.8`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_inappwebview_web
|
||||
description: Web implementation of the flutter_inappwebview plugin.
|
||||
version: 1.0.6
|
||||
version: 1.0.7
|
||||
homepage: https://inappwebview.dev/
|
||||
repository: https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/flutter_inappwebview_web
|
||||
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
|
||||
|
@ -21,7 +21,7 @@ dependencies:
|
|||
flutter_web_plugins:
|
||||
sdk: flutter
|
||||
js: ^0.6.4
|
||||
flutter_inappwebview_platform_interface: ^1.0.8
|
||||
flutter_inappwebview_platform_interface: ^1.0.9
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in New Issue