UNPKG

6 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### 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
101
102### 1.0.0 (Feb 04, 2015)
103* CB-8351 ios: Stop using deprecated IsIpad macro
104* CB-3679 Add engine tag for Android >= 3.6.0 due to use of `preferences`
105* CB-3679 Make SplashScreen plugin compatible with cordova-android@4.0.x
106
107### 2.0.0 (Apr 15, 2015)
108* give users a way to install the bleeding edge.
109* CB-8746 gave plugin major version bump
110* CB-8797 - Splashscreen preferences FadeSplashScreenDuration and FadeSplashScreen (iOS) are missing
111* CB-8836 - Crashes after animating splashscreen
112* CB-8753 android: Fix missing import in previous commit
113* CB-8753 android: Adds `SplashMaintainAspectRatio` preference (close #43)
114* CB-8683 changed plugin-id to pacakge-name
115* CB-8653 properly updated translated docs to use new id
116* CB-8653 updated translated docs to use new id
117* CB-8345 Make default for splashscreen resource "screen" (which is what template and CLI assume it to be)
118* Revert "CB-8345 android: Make "splash" the default resource ID instead of null"
119* Use TRAVIS_BUILD_DIR, install paramedic by npm
120* CB-8345 android: Make "splash" the default resource ID instead of null
121* docs: added Windows to supported platforms
122* CB-7964 Add cordova-plugin-splashscreen support for browser platform
123* CB-8653 Updated Readme
124* [wp8] oops, Added back config parse result checks
125* [WP8] code cleanup, minor refactors, comments to clarify some stuff.
126* Extend WP8 Splash Screen to respect SplashScreen and SplashScreenDelay preferences from config file
127* CB-8574 Integrate TravisCI
128* CB-8438 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen
129* CB-8538 Added package.json file
130* CB-8397 Add support to 'windows' for showing the Windows Phone splashscreen