You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,17 @@
20
20
-->
21
21
# Release Notes
22
22
23
+
### 4.1.0 (Nov 06, 2017)
24
+
*[CB-13473](https://issues.apache.org/jira/browse/CB-13473) (CI) Removed **Browser** builds from AppVeyor
25
+
*[CB-12011](https://issues.apache.org/jira/browse/CB-12011) (android) added the possibility to change the spinner color on **Android 5.0**+ apps
26
+
*[CB-13028](https://issues.apache.org/jira/browse/CB-13028) (CI) **Browser** builds on Travis and AppVeyor
27
+
*[CB-13094](https://issues.apache.org/jira/browse/CB-13094) (android) Don't show splash when activity being finished
28
+
*[CB-11487](https://issues.apache.org/jira/browse/CB-11487) (browser) Documented `AutoHideSplashScreen` for **Browser**
29
+
*[CB-11488](https://issues.apache.org/jira/browse/CB-11488) (browser) The `hide()` call became non re-entrant after the addition of fade out. This fixes the issue.
30
+
*[CB-11487](https://issues.apache.org/jira/browse/CB-11487) (browser) The standard `AutoHideSplashScreen``config.xml` property is now supported by the **Browser** platform.
31
+
*[CB-11486](https://issues.apache.org/jira/browse/CB-11486) (browser) `splashScreenDelay` now feed through `parseInt` to ensure it is an integer by the time it's value is passed in to `setTimeout()` in `hide()`.
32
+
*[CB-12847](https://issues.apache.org/jira/browse/CB-12847) added `bugs` entry to `package.json`.
33
+
23
34
### 4.0.3 (Apr 27, 2017)
24
35
*[CB-12622](https://issues.apache.org/jira/browse/CB-12622) Added **Android 6.0** build badge to `README`
25
36
*[CB-12685](https://issues.apache.org/jira/browse/CB-12685) added `package.json` to tests folder
0 commit comments