File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 95
95
* added documentation for manual tests
96
96
* CB-6965 Added manual tests
97
97
* CB-6965 Port notification tests to test-framework
98
+
99
+ ### 0.2.11 (Dec 02, 2014)
100
+ * [ CB-7737] lower min height for alert
101
+ * CB-8038 backslash getting escaped twice in ** BB10**
102
+ * CB-8029 test 1-based indexing for confirm
103
+ * CB-7639 Update docs + manual tests
104
+ * CB-7639 Revert back ` isAlertShowing ` flag in case of exception to prevent queuing of future dialogs.
105
+ * CB-7639 Handle button labels as array on windows
106
+ * CB-7977 Mention ` deviceready ` in plugin docs
107
+ * Check for ` setTextDirection ` API level
108
+ * ** Android** Make spinner dialog to use ` THEME_DEVICE_DEFAULT_LIGHT ` (same as the other dialogs)
109
+ * ** Android** Unbreak ` API ` level < ` 14 `
110
+ * CB-7414 ** BB10** Document callback parameter for ` navigator.notification.alert `
111
+ * CB-7700 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs
112
+ * CB-7571 Bump version of nested plugin to match parent plugin
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" org.apache.cordova.dialogs"
23
- version =" 0.2.11-dev " >
23
+ version =" 0.2.11" >
24
24
25
25
<name >Notification</name >
26
26
<description >Cordova Notification Plugin</description >
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" org.apache.cordova.dialogs.tests"
23
- version =" 0.2.11-dev " >
23
+ version =" 0.2.11" >
24
24
<name >Cordova Notification Plugin Tests</name >
25
25
<license >Apache 2.0</license >
26
26
You can’t perform that action at this time.
0 commit comments