UNPKG

9.9 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.1 (Apr 15, 2016)
24* CB-10097 dialog doesn't show on **iOS** when called from a select list `onChange` event
25* Remove `warning` emoji, as it doesn't correctly display in the docs website: http://cordova.apache.org/docs/en/dev/cordova-plugin-dialogs/index.html
26* CB-10727 Dialogs plugin has warnings on **iOS**
27* CB-10636 Add `JSHint` for plugins
28
29### 1.2.0 (Nov 18, 2015)
30* [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
31* [CB-8549](https://issues.apache.org/jira/browse/CB-8549) Updated source to pass `Fortify` scan.
32* Fixing contribute link.
33* add `CSS class` to prompt `div` for **Windows** platform
34* [CB-9347](https://issues.apache.org/jira/browse/CB-9347) - fix to allow to stack multiple `UIAlertControllers`
35
36### 1.1.1 (Jun 17, 2015)
37* [CB-9128](https://issues.apache.org/jira/browse/CB-9128) cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs
38* fix npm md
39
40### 1.1.0 (May 06, 2015)
41* [CB-8928](https://issues.apache.org/jira/browse/CB-8928): Removed direct call to `toStaticHTML`, only call it if we are sure it's present. This closes #52
42* [CB-7734](https://issues.apache.org/jira/browse/CB-7734) - `navigator.notification.alert` or `navigator.notification.confirm` seem have a "many words" issue. (closes #39)
43
44### 1.0.0 (Apr 15, 2015)
45* [CB-8746](https://issues.apache.org/jira/browse/CB-8746) gave plugin major version bump
46* [CB-8683](https://issues.apache.org/jira/browse/CB-8683) updated wp and bb specific references of old id to new id
47* [CB-8683](https://issues.apache.org/jira/browse/CB-8683) changed plugin-id to pacakge-name
48* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) properly updated translated docs to use new id
49* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) updated translated docs to use new id
50* Use TRAVIS_BUILD_DIR, install paramedic by npm
51* [CB-8653](https://issues.apache.org/jira/browse/CB-8653) Updated Readme
52* [CB-8659](https://issues.apache.org/jira/browse/CB-8659): ios: 4.0.x Compatibility: Remove use of deprecated headers
53* [CB-8565](https://issues.apache.org/jira/browse/CB-8565) Integrate TravisCI
54* [CB-8438](https://issues.apache.org/jira/browse/CB-8438) cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs
55* [CB-8538](https://issues.apache.org/jira/browse/CB-8538) Added package.json file
56* [CB-8367](https://issues.apache.org/jira/browse/CB-8367) [org.apache.cordova.dialogs] Add Prompt support on Windows
57
58### 0.3.0 (Feb 04, 2015)
59* Correct way to specify Windows platform in config.xml
60* [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
61* [CB-7955](https://issues.apache.org/jira/browse/CB-7955) Add support "browser" platform
62
63### 0.2.11 (Dec 02, 2014)
64* [CB-7737](https://issues.apache.org/jira/browse/CB-7737) lower min height for alert
65* [CB-8038](https://issues.apache.org/jira/browse/CB-8038) backslash getting escaped twice in **BB10**
66* [CB-8029](https://issues.apache.org/jira/browse/CB-8029) test 1-based indexing for confirm
67* [CB-7639](https://issues.apache.org/jira/browse/CB-7639) Update docs + manual tests
68* [CB-7639](https://issues.apache.org/jira/browse/CB-7639) Revert back `isAlertShowing` flag in case of exception to prevent queuing of future dialogs.
69* [CB-7639](https://issues.apache.org/jira/browse/CB-7639) Handle button labels as array on windows
70* [CB-7977](https://issues.apache.org/jira/browse/CB-7977) Mention `deviceready` in plugin docs
71* Check for `setTextDirection` API level
72* **Android** Make spinner dialog to use `THEME_DEVICE_DEFAULT_LIGHT` (same as the other dialogs)
73* **Android** Unbreak `API` level < `14`
74* [CB-7414](https://issues.apache.org/jira/browse/CB-7414) **BB10** Document callback parameter for `navigator.notification.alert`
75* [CB-7700](https://issues.apache.org/jira/browse/CB-7700) cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs
76* [CB-7571](https://issues.apache.org/jira/browse/CB-7571) Bump version of nested plugin to match parent plugin
77
78### 0.2.10 (Sep 17, 2014)
79* [CB-7538](https://issues.apache.org/jira/browse/CB-7538) Android beep thread fix Beep now executes in it's own thread. It was previously executing in the main UI thread which was causing the application to lock up will the beep was occurring. Closing pull request
80* Set dialog text dir to locale
81* Renamed test dir, added nested plugin.xml
82* added documentation for manual tests
83* [CB-6965](https://issues.apache.org/jira/browse/CB-6965) Added manual tests
84* [CB-6965](https://issues.apache.org/jira/browse/CB-6965) Port notification tests to test-framework
85
86### 0.2.9 (Aug 06, 2014)
87* ubuntu: pass proper arguments to prompt callback
88* ubuntu: use TextField instead of TextInput
89* ubuntu: proper message escaping before passing to qml
90* **FFOS** update notification.js
91* [CB-6127](https://issues.apache.org/jira/browse/CB-6127) Updated translations for docs
92* android: Explicitly apply default theme to dialogs
93* Fix Beep exception on Android when no argument passed
94
95### 0.2.8 (Jun 05, 2014)
96* [CB-6801](https://issues.apache.org/jira/browse/CB-6801) Add license
97* running original windows.open, inAppBrowser is overriding it no need to place CSS in every page anymore
98* [CB-5945](https://issues.apache.org/jira/browse/CB-5945) [Windows8] do not call success callbacks until dialog is dismissed
99* [CB-4616](https://issues.apache.org/jira/browse/CB-4616) Returned index 0 was not documented for notification.prompt
100* update docs to state that prompt is supported on windowsphone
101* [CB-6528](https://issues.apache.org/jira/browse/CB-6528) allow scroll on alert message content
102* [CB-6628][amazon-fireos]dialogs plugin's confirm and prompt methods dont work confirm() method was missing amazon-fireos platform check. added that. prompt() method had bug. It is executed in a worker thread that does not have a message queue(or Looper object) associated with it and hence "can't create a handler" exception is thrown. To fix this issue, we need to create the EditText widget from within the UI thread. This was fixed sometime ago when we added fireos platform but commit got lost somewhere. So fixing it again now.
103* [CB-6491](https://issues.apache.org/jira/browse/CB-6491) add CONTRIBUTING.md
104* Added check for isFinishing() on the parent activity to prevent crashes when trying to display dialogs when activity is in this phase of it's lifecycle
105* [CB-4966](https://issues.apache.org/jira/browse/CB-4966) Dialogs are in window now No need to add anything to manifest or index.html
106* Removing FirefoxOS Quirks * no need to add special permission (it's different API with the same name) * notification.css is added automatically
107
108### 0.2.7 (Apr 17, 2014)
109* [CB-6212](https://issues.apache.org/jira/browse/CB-6212): [iOS] fix warnings compiled under arm64 64-bit
110* [CB-6411](https://issues.apache.org/jira/browse/CB-6411): [BlackBerry10] Work around Audio playback issue
111* [CB-6411](https://issues.apache.org/jira/browse/CB-6411): [BlackBerry10] Updates to beep
112* [CB-6422](https://issues.apache.org/jira/browse/CB-6422): [windows8] use cordova/exec/proxy
113* [CB-6460](https://issues.apache.org/jira/browse/CB-6460): Update license headers
114* Add NOTICE file
115
116### 0.2.6 (Feb 05, 2014)
117* no need to recreate the manifest.webapp file after each `cordova prepare` for FFOS
118* FFOS description added
119
120### 0.2.5 (Jan 02, 2014)
121* [CB-4696](https://issues.apache.org/jira/browse/CB-4696) Fix compile error for Xcode 4.5.
122* [CB-5658](https://issues.apache.org/jira/browse/CB-5658) Add doc/index.md for Dialogs plugin
123* [CB-3762](https://issues.apache.org/jira/browse/CB-3762) Change prompt default to empty string
124* Move images from css to img
125
126### 0.2.4 (Dec 4, 2013)
127* add ubuntu platform
128* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as a platform if user agent string contains 'cordova-amazon-fireos'.
129* added beep funtionality using ms-winsoundevent:Notfication.Default
130
131### 0.2.3 (Oct 28, 2013)
132* [CB-5128](https://issues.apache.org/jira/browse/CB-5128): added repo + issue tag to plugin.xml for dialogs plugin
133* new plugin execute arguments supported
134* new plugin style
135* smaller fonts styling input
136* img files copied inside plugin
137* style added
138* prompt added
139* styling from James
140* fixed "exec" calls addedd css, but not working yet
141* first (blind) try
142* [CB-4915](https://issues.apache.org/jira/browse/CB-4915) Incremented plugin version on dev branch.
143
144### 0.2.2 (Sept 25, 2013)
145* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) bumping&resetting version
146* [windows8] commandProxy was moved
147* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming reference in Notification.cs
148* [CB-4889](https://issues.apache.org/jira/browse/CB-4889) renaming org.apache.cordova.core.dialogs to org.apache.cordova.dialogs
149* Rename CHANGELOG.md -> RELEASENOTES.md
150* [CB-4592](https://issues.apache.org/jira/browse/CB-4592) [Blackberry10] Added beep support
151* [CB-4752](https://issues.apache.org/jira/browse/CB-4752) Incremented plugin version on dev branch.