|
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 ### 0.2.2 (Sept 25, 2013) |
|
24 * CB-4889 bumping&resetting version |
|
25 * CB-4889 renaming org.apache.cordova.core.splashscreen to org.apache.cordova.splashscreen |
|
26 * Rename CHANGELOG.md -> RELEASENOTES.md |
|
27 * [CB-4806] Update splashscreen image bounds for iOS 7 |
|
28 * [CB-4752] Incremented plugin version on dev branch. |
|
29 |
|
30 ### 0.2.3 (Oct 9, 2013) |
|
31 * [CB-4806] Re-fix Update splashscreen image bounds for iOS 7 |
|
32 * [CB-4934] plugin-splashscreen should not show by default on Windows8 |
|
33 * [CB-4929] plugin-splashscreen not loading proxy windows8 |
|
34 * [CB-4915] Incremented plugin version on dev branch. |
|
35 |
|
36 ### 0.2.4 (Oct 28, 2013) |
|
37 * CB-5128: add repo + issue tag to plugin.xml for splashscreen plugin |
|
38 * [CB-5010] Incremented plugin version on dev branch. |
|
39 |
|
40 ### 0.2.5 (Dec 4, 2013) |
|
41 * add ubuntu platform |
|
42 * Added amazon-fireos platform. Change to use amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos' |
|
43 * CB-5124 - Remove splashscreen config.xml values from iOS Configuration Docs, move to plugin docs |
|
44 |
|
45 ### 0.2.6 (Jan 02, 2014) |
|
46 * CB-5658 Add doc/index.md for Splashscreen plugin |
|
47 * Handle error when splash image is missing. |
|
48 |
|
49 ### 0.2.7 (Feb 05, 2014) |
|
50 * [CB-3562] Fix aspect ratio on landscape-only iPhone applications |
|
51 * CB-4051 fix for splashscreen rotation problem |
|
52 |
|
53 ### 0.3.0 (Apr 17, 2014) |
|
54 * Add Tizen support to plugin |
|
55 * CB-6422: [windows8] use cordova/exec/proxy |
|
56 * CB-4051: [ios] - Re-fix - Splashscreen rotation problem (closes #13) |
|
57 * CB-6460: Update license headers |
|
58 * CB-6465: Add license headers to Tizen code |
|
59 * Add NOTICE file |
|
60 |
|
61 ### 0.3.1 (Jun 05, 2014) |
|
62 * documentation translation: cordova-plugin-splashscreen |
|
63 * Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen |
|
64 * Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen |
|
65 * Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen |
|
66 * Lisa testing pulling in plugins for plugin: cordova-plugin-splashscreen |
|
67 * CB-6810 Add license to CONTRIBUTING.md |
|
68 * [wp8] updated quirk for and combined iOS,WP8,BB10 quirks as they are all the same |
|
69 * [wp] implemented OnInit so splash screen can be shown before cordova page is loaded |
|
70 * [wp] plugin must be autoloaded for AutoHideSplashScreen preference to work |
|
71 * CB-6483 Use splash screen image from manifest on Windows8 |
|
72 * CB-6491 add CONTRIBUTING.md |
|
73 * Revert "Merge branch 'tizen' of http://github.com/siovene/cordova-plugin-splashscreen" |
|
74 |
|
75 ### 0.3.2 (Aug 06, 2014) |
|
76 * CB-6127 Updated translations for docs |
|
77 * CB-7041 ios: Fix image filename logic when setting the iPad splash screen |
|
78 * fixes Splashscreen crash on WP8 |
|
79 * Remove outdated doc |
|
80 |
|
81 ### 0.3.3 (Sep 17, 2014) |
|
82 * CB-7249 cordova-plugin-splashscreen documentation translation |
|
83 * Renamed test dir, added nested plugin.xml |
|
84 * added documentation for manual tests |
|
85 * CB-7196 port splashscreen tests to framework |
|
86 |
|
87 ### 0.3.4 (Oct 03, 2014) |
|
88 * Finalized iOS splash screen (image name) tests. 176 tests in all, 44 for each type of device (iPad, iPhone, iPhone5, iPhone6, iPhone 6 Plus). |
|
89 * CB-7633 - (Re-fix based on updated unit tests) iPhone 6 Plus support |
|
90 * Updated iOS tests for locked orientations |
|
91 * Added more iOS splash screen tests. |
|
92 * CB-7633 - Add support for iPhone 6/6+ |
|
93 * Added failing iPhone 6/6 Plus tests. |
|
94 * Added 'npm test' |
|
95 * CB-7663 - iOS unit tests for splash screen |
|
96 * Properly formatted splashscreen preference docs. |
|
97 |
|
98 ### 0.3.5 (Dec 02, 2014) |
|
99 * CB-7204 - Race condition when hiding and showing spinner (closes #21) |
|
100 * CB-7700 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen |