From 23194ac67a9d1875a4759b1dc6cfae12908f51f4 Mon Sep 17 00:00:00 2001 From: pichillilorenzo Date: Fri, 15 Mar 2019 03:03:15 +0100 Subject: [PATCH] updated CHANGELOG.md --- .idea/workspace.xml | 66 ++++++++++++++++++++++----------------------- CHANGELOG.md | 2 +- 2 files changed, 33 insertions(+), 35 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e085d79a..8ff85f57 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -15,9 +15,7 @@ - - @@ -49,7 +47,7 @@ - + @@ -57,7 +55,7 @@ - + @@ -97,8 +95,8 @@ - - + + @@ -106,7 +104,7 @@ - + @@ -118,8 +116,8 @@ - - + + @@ -161,7 +159,6 @@ - onLoadStart distributionUrl args.putIfAbsent('isData', () => false); VERSIONING_SYSTEM @@ -191,6 +188,7 @@ dart ``` JavaScriptHandlerCallback + addJavaScriptHandler activity.getPreferences(0) @@ -467,7 +465,7 @@ - + @@ -485,7 +483,7 @@ - + @@ -700,16 +698,6 @@ - - - - - - - - - - @@ -781,16 +769,6 @@ - - - - - - - - - - @@ -798,10 +776,30 @@ + + + + + + + + + + + + + + + + + + + + - - + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b64971..360dd0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 1.1.0 -- Breaking change for `addJavaScriptHandler` method +- Breaking change for `addJavaScriptHandler` and `removeJavaScriptHandler` methods. - `addJavaScriptHandler` method can return data to JavaScript using `Promise` [#46](https://github.com/pichillilorenzo/flutter_inappbrowser/issues/46) - added `flutterInAppBrowserPlatformReady` JavaScript event to wait until the platform is ready [#64](https://github.com/pichillilorenzo/flutter_inappbrowser/issues/64)