UNPKG

15.4 kBMarkdownView Raw
1<!--
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance
9# with the License. You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing,
14# software distributed under the License is distributed on an
15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16# KIND, either express or implied. See the License for the
17# specific language governing permissions and limitations
18# under the License.
19#
20-->
21# Release Notes
22
23### 1.2.0 (Jan 15, 2016)
24* CB-8180: Changing methods of interception in `WebViewClient` class
25* CB-10009 Improve `InAppBrowser` toolbar look and feel on **Windows**
26* Open a new window on the **Browser** platform
27
28### 1.1.1 (Dec 10, 2015)
29
30* CB-9445 Improves executeScript callbacks on iOS
31* CB-10035 Incremented plugin version.
32* CB-10040 - re-fix: backwards compatible with cordova-ios < 4.0
33* CB-8534: Allow plugins to respond to onReceivedHttpAuthRequest. This closes #82
34* CB-3750: Fixes spinner on iOS. This closes #89
35* CB-7696 Document target=_self behavior for Windows
36* CB-10040 - Compile Error in InAppBrowser Plugin for iOS - No known instance method for selector 'URLIsWhitelisted:'
37
38### 1.1.0 (Nov 18, 2015)
39* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
40* Invoke webview if using local file
41* Fixed `zIndex` issue on **Windows 8**, **8.188 where InAppBrowser opens behind default app.
42* fix `async` self usage
43* [CB-9150](https://issues.apache.org/jira/browse/CB-9150) Fix InAppBrowser `executeScript` crash on **Windows** if no data returned
44* [CB-10008](https://issues.apache.org/jira/browse/CB-10008) Fix InAppBrowser popup layout on **Windows**
45* Setting `setStatusBarStyle` to `-1` causes `CGContextSaveGState`.
46* [CB-9167](https://issues.apache.org/jira/browse/CB-9167) Fix crash on **browser** window close
47* [CB-9799](https://issues.apache.org/jira/browse/CB-9799) Fixed `javaDoc` errors.
48* Fixing contribute link.
49* [CB-9760](https://issues.apache.org/jira/browse/CB-9760) InAppBrowser: fallback to default `window.open` behavior on **Ripple**
50* [CB-9378](https://issues.apache.org/jira/browse/CB-9378) Fix InAppBrowser not taking whole screen on **Windows**
51* [CB-9158](https://issues.apache.org/jira/browse/CB-9158) - InAppBrowser `zoomControls` are always set to true
52
53### 1.0.1 (Jun 17, 2015)
54* [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser
55* fix npm md issue
56
57### 1.0.0 (Apr 15, 2015)
58* [CB-8746](https://issues.apache.org/jira/browse/CB-8746) gave plugin major version bump
59* [CB-7689](https://issues.apache.org/jira/browse/CB-7689) Adds insertCSS support for windows platform
60* [CB-4930](https://issues.apache.org/jira/browse/CB-4930) - (prefix) InAppBrowser should take into account the status bar
61* [CB-8635](https://issues.apache.org/jira/browse/CB-8635) Improves UX on windows platform
62* [CB-8661](https://issues.apache.org/jira/browse/CB-8661) Return executed script result on Windows
63* [CB-8683](https://issues.apache.org/jira/browse/CB-8683) updated wp and browser specific references of old id to new id
64* [CB-8683](https://issues.apache.org/jira/browse/CB-8683) changed plugin-id to pacakge-name
65* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) properly updated translated docs to use new id
66* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) updated translated docs to use new id
67* Use TRAVIS_BUILD_DIR, install paramedic by npm
68* [CB-8432](https://issues.apache.org/jira/browse/CB-8432) Correct styles for browser wrapper to display it correctly on some pages
69* [CB-8659](https://issues.apache.org/jira/browse/CB-8659) - Update InAppBrowser to support both cordova-ios 4.0.x and 3.x (closes #93)
70* [CB-7961](https://issues.apache.org/jira/browse/CB-7961) Add cordova-plugin-inappbrowser support for browser platform
71* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) Updated Readme
72* Update docs for Android zoom=no option
73* Added option to disable/enable zoom controls
74* updated docs, set hardwareback default to true
75* Add a hardwareback option to allow for the hardware back button to go back.
76* [CB-8570](https://issues.apache.org/jira/browse/CB-8570) Integrate TravisCI
77* [CB-8438](https://issues.apache.org/jira/browse/CB-8438) cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser
78* [CB-8538](https://issues.apache.org/jira/browse/CB-8538) Added package.json file
79* Keep external android pages in a single tab. (close #61)
80* [CB-8444](https://issues.apache.org/jira/browse/CB-8444) Add a clobber for `cordova.InAppBrowser.open` (close #80)
81* [CB-8444](https://issues.apache.org/jira/browse/CB-8444) Don't clobber `window.open` - Add new symbol/clobber to access open function (`cordova.InAppBrowser.open`) - Change existing tests to use new symbol (i.e. don't rely on plugin clobber of `window.open`) - Add tests to use `window.open` via manual replace with new symbol - Update docs to deprecate plugin clobber of `window.open`
82
83### 0.6.0 (Feb 04, 2015)
84* [CB-8270](https://issues.apache.org/jira/browse/CB-8270) ios: Remove usage of `[arr JSONString]`, since it's been renamed to `cdv_JSONString`
85* ubuntu: implement `inject*` functions
86* ubuntu: port to oxide
87* [CB-7897](https://issues.apache.org/jira/browse/CB-7897) ios, android: Update to work with whilelist plugins in Cordova 4.x
88
89### 0.5.4 (Dec 02, 2014)
90* [CB-7784](https://issues.apache.org/jira/browse/CB-7784) Exit event is not fired after `InAppBrowser` closing
91* [CB-7697](https://issues.apache.org/jira/browse/CB-7697) Add `locationBar` support to `InAppBrowser` **Windows** platform version
92* [CB-7690](https://issues.apache.org/jira/browse/CB-7690) `InAppBrowser` `loadstart/loadstop` events issues
93* [CB-7695](https://issues.apache.org/jira/browse/CB-7695) Fix `InAppBrowser` `injectScriptFile` for **Windows 8.1** / **Windows Phone 8.1**
94* [CB-7692](https://issues.apache.org/jira/browse/CB-7692) `InAppBrowser` local url opening bug in 8.1
95* [CB-7688](https://issues.apache.org/jira/browse/CB-7688) `Alert` is not supported in `InAppBrowser` on **Windows** platform
96* [CB-7977](https://issues.apache.org/jira/browse/CB-7977) Mention `deviceready` in plugin docs
97* [CB-7876](https://issues.apache.org/jira/browse/CB-7876) change test target to avoid undesired redirects
98* [CB-7712](https://issues.apache.org/jira/browse/CB-7712) remove references to `closebuttoncaption`
99* [CB-7850](https://issues.apache.org/jira/browse/CB-7850) clarify role of whitelist
100* [CB-7720](https://issues.apache.org/jira/browse/CB-7720) check if event is null since OK string from success callback was removed
101* [CB-7471](https://issues.apache.org/jira/browse/CB-7471) cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser
102
103### 0.5.3 (Oct 03, 2014)
104* Windows implementation fixes and improvements
105* zIndex fixed
106* renamed InAppBrowser back to inappbrowser for case sensitive operating systems
107* Update french translation
108* Update doc to add Windows 8
109* Update windows proxy to be both compatible with windows 8 and 8.1
110* Rename windows81 by windows8 in src directory
111* Append Windows 8.1 platform configuration in plugin.xml
112* Append Windows 8.1 proxy using x-ms-webview
113
114### 0.5.2 (Sep 17, 2014)
115* [CB-7471](https://issues.apache.org/jira/browse/CB-7471) cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser
116* [CB-7490](https://issues.apache.org/jira/browse/CB-7490) Fixes InAppBrowser manual tests crash on windows platform
117* [CB-7249](https://issues.apache.org/jira/browse/CB-7249) cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser
118* [CB-7424](https://issues.apache.org/jira/browse/CB-7424) Wrong docs: anchor tags are not supported by the InAppBrowser
119* [CB-7133](https://issues.apache.org/jira/browse/CB-7133) clarify that anchor1 doesn't exist
120* [CB-7133](https://issues.apache.org/jira/browse/CB-7133) more fixup of tests on Android
121* [CB-7133](https://issues.apache.org/jira/browse/CB-7133) fix up the tests for Android
122* Add just a bit more logging
123* [CB-7133](https://issues.apache.org/jira/browse/CB-7133) port inappbrowser to plugin-test-framework
124* phonegap events supported for \_blank target
125* inappbrowser \_blank target position is fixed
126* amazon-fireos related changes.
127
128### 0.5.1 (Aug 06, 2014)
129* ubuntu: support qt 5.2
130* **FFOS** update InAppBrowserProxy.js
131* **FFOS** app needs to be privileged
132* [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Updated translations for docs
133* [CB-6769](https://issues.apache.org/jira/browse/CB-6769) ios: Fix statusbar color reset wasn't working on iOS7+
134
135### 0.5.0 (Jun 05, 2014)
136* [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Spanish and rench Translations added. Github close #23
137* Clean up whitespace (mainly due to no newline at eof warning)
138* Adding permission info
139* [CB-6806](https://issues.apache.org/jira/browse/CB-6806) Add license
140* [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md
141* Add necessary capability so the plugin works on its own
142* [CB-6474](https://issues.apache.org/jira/browse/CB-6474) InAppBrowser. Add data urls support to WP8
143* [CB-6482](https://issues.apache.org/jira/browse/CB-6482) InAppBrowser calls incorrect callback on WP8
144* Fixed use of iOS 6 deprecated methods
145* [CB-6360](https://issues.apache.org/jira/browse/CB-6360) - improvement: feature detection instead of iOS version detection
146* [CB-5649](https://issues.apache.org/jira/browse/CB-5649) - InAppBrowser overrides App's orientation
147* refactoring fixed
148* [CB-6396](https://issues.apache.org/jira/browse/CB-6396) [Firefox OS] Adding basic support
149
150### 0.4.0 (Apr 17, 2014)
151* [CB-6360](https://issues.apache.org/jira/browse/CB-6360): [ios] Fix for crash on iOS < 6.0 (closes #37)
152* [CB-3324](https://issues.apache.org/jira/browse/CB-3324): [WP8] Add support for back-button inappbrowser [WP8] if there is no history -> InAppBrowser is closed
153* [WP] await async calls, resolve warnings
154* [WP] Make InAppBrowser work with embedded files, using system behavior
155* [CB-6402](https://issues.apache.org/jira/browse/CB-6402): [WP8] pass empty string instead of null for [optional] windowFeatures string
156* [CB-6422](https://issues.apache.org/jira/browse/CB-6422): [windows8] use cordova/exec/proxy
157* [CB-6389](https://issues.apache.org/jira/browse/CB-6389) [CB-3617](https://issues.apache.org/jira/browse/CB-3617): Add clearcache and clearsessioncache options to iOS (like Android)
158* Doc update: event name and example param (closes #31)
159* [CB-6253](https://issues.apache.org/jira/browse/CB-6253): [WP] Add Network Capability to WMAppManifest.xml
160* [CB-6212](https://issues.apache.org/jira/browse/CB-6212): [iOS] fix warnings compiled under arm64 64-bit
161* [CB-6218](https://issues.apache.org/jira/browse/CB-6218): Update docs for BB10
162* [CB-6460](https://issues.apache.org/jira/browse/CB-6460): Update license headers
163
164### 0.3.3 (Mar 5, 2014)
165* [CB-5534](https://issues.apache.org/jira/browse/CB-5534) Fix video/audio does not stop playing when browser is closed
166* [CB-6172](https://issues.apache.org/jira/browse/CB-6172) Fix broken install on case-sensitive file-systems
167
168### 0.3.2 (Feb 26, 2014)
169* Validate that callbackId is correctly formed
170* [CB-6035](https://issues.apache.org/jira/browse/CB-6035) Move js-module so it is not loaded on unsupported platforms
171* Removed some iOS6 Deprecations
172
173### 0.3.1 (Feb 05, 2014)
174* [CB-5756](https://issues.apache.org/jira/browse/CB-5756): Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
175* Didn't test on ICS or lower, getDrawable isn't supported until Jellybean
176* add ubuntu platform
177* Adding drawables to the inAppBrowser. This doesn't look quite right, but it's a HUGE improvement over the previous settings
178* [CB-5756](https://issues.apache.org/jira/browse/CB-5756): Android: Use WebView.evaluateJavascript for script injection on Android 4.4+
179* Remove alive from InAppBrowser.js since it didn't catch the case where the browser is closed by the user.
180* [CB-5733](https://issues.apache.org/jira/browse/CB-5733) Fix IAB.close() not working if called before show() animation is done
181
182### 0.2.5 (Dec 4, 2013)
183* Remove merge conflict tag
184* [CB-4724](https://issues.apache.org/jira/browse/CB-4724) fixed UriFormatException
185* add ubuntu platform
186* [CB-3420](https://issues.apache.org/jira/browse/CB-3420) WP feature hidden=yes implemented
187* Added amazon-fireos platform. Change to use amazon-fireos as the platform if user agent string contains 'cordova-amazon-fireos'
188
189### 0.2.4 (Oct 28, 2013)
190* [CB-5128](https://issues.apache.org/jira/browse/CB-5128): added repo + issue tag to plugin.xml for inappbrowser plugin
191* [CB-4995](https://issues.apache.org/jira/browse/CB-4995) Fix crash when WebView is quickly opened then closed.
192* [CB-4930](https://issues.apache.org/jira/browse/CB-4930) - iOS - InAppBrowser should take into account the status bar
193* [CB-5010](https://issues.apache.org/jira/browse/CB-5010) Incremented plugin version on dev branch.
194* [CB-5010](https://issues.apache.org/jira/browse/CB-5010) Updated version and RELEASENOTES.md for release 0.2.3
195* [CB-4858](https://issues.apache.org/jira/browse/CB-4858) - Run IAB methods on the UI thread.
196* [CB-4858](https://issues.apache.org/jira/browse/CB-4858) Convert relative URLs to absolute URLs in JS
197* [CB-3747](https://issues.apache.org/jira/browse/CB-3747) Fix back button having different dismiss logic from the close button.
198* [CB-5021](https://issues.apache.org/jira/browse/CB-5021) Expose closeDialog() as a public function and make it safe to call multiple times.
199* [CB-5021](https://issues.apache.org/jira/browse/CB-5021) Make it safe to call close() multiple times
200
201### 0.2.3 (Oct 9, 2013)
202* [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Incremented plugin version on dev branch.
203* [CB-4926](https://issues.apache.org/jira/browse/CB-4926) Fixes inappbrowser plugin loading for windows8
204
205### 0.2.2 (Sept 25, 2013)
206* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) bumping&resetting version
207* [CB-4788](https://issues.apache.org/jira/browse/CB-4788): Modified the onJsPrompt to warn against Cordova calls
208* [windows8] commandProxy was moved
209* [CB-4788](https://issues.apache.org/jira/browse/CB-4788): Modified the onJsPrompt to warn against Cordova calls
210* [windows8] commandProxy was moved
211* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming core references
212* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming org.apache.cordova.core.inappbrowser to org.apache.cordova.inappbrowser
213* [CB-4864](https://issues.apache.org/jira/browse/CB-4864), [CB-4865](https://issues.apache.org/jira/browse/CB-4865): Minor improvements to InAppBrowser
214* Rename CHANGELOG.md -> RELEASENOTES.md
215* [CB-4792](https://issues.apache.org/jira/browse/CB-4792) Added keepCallback to the show function.
216* [CB-4752](https://issues.apache.org/jira/browse/CB-4752) Incremented plugin version on dev branch.