File tree Expand file tree Collapse file tree 6 files changed +23
-6
lines changed Expand file tree Collapse file tree 6 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 20
20
-->
21
21
# Release Notes
22
22
23
+ ### 6.0.1 (Apr 04, 2022)
24
+ * [ GH-325 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/325 ) chore: update package-lock.json
25
+ * [ GH-213 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/213 ) GH-180 (android): Fixes nav and title bars still appearing when app is fullscreen
26
+ * [ GH-320 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/320 ) ci(ios): update workflow w/ ** iOS** 15
27
+ * [ GH-319 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/319 ) ci: add action-badge
28
+ * [ GH-318 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/318 ) ci: remove travis & appveyor
29
+ * [ GH-317 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/317 ) ci: add gh-actions workflows
30
+ * [ GH-312 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/312 ) fix: autofocus after splashscreen
31
+ * [ GH-314 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/314 ) fix: refocus after webview visible (#186 )
32
+ * [ GH-304 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/304 ) ci: add node-14.x to workflow
33
+ * [ GH-291 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/291 ) chore(docs): Update missing default resources for ** Android** #689
34
+ * [ GH-293 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/293 ) Documentation Enhancement for ** Android** Dark Mode
35
+ * [ GH-300 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/300 ) docs: Added ** iOS** notes to supported platforms.
36
+ * [ GH-296 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/296 ) chore(pkg): remove default-valued field "homepage"
37
+ * [ GH-292 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/292 ) ci(travis): updates ** Android** API level
38
+ * [ GH-286 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/286 ) (docs): Add Information about how to use Dark Mode SplashScreens
39
+
23
40
### 6.0.0 (Jul 07, 2020)
24
41
25
42
* [ GH-282 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/282 ) fix: js ` clobber ` only on supported platforms
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-splashscreen" ,
3
- "version" : " 6.0.1-dev " ,
3
+ "version" : " 6.0.1" ,
4
4
"description" : " Cordova Splashscreen Plugin" ,
5
5
"types" : " ./types/index.d.ts" ,
6
6
"cordova" : {
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 =" cordova-plugin-splashscreen"
23
- version =" 6.0.1-dev " >
23
+ version =" 6.0.1" >
24
24
<name >Splashscreen</name >
25
25
<description >Cordova Splashscreen Plugin</description >
26
26
<license >Apache 2.0</license >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-splashscreen-tests" ,
3
- "version" : " 6.0.1-dev " ,
3
+ "version" : " 6.0.1" ,
4
4
"description" : " " ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-splashscreen-tests" ,
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 =" cordova-plugin-splashscreen-tests"
23
- version =" 6.0.1-dev " >
23
+ version =" 6.0.1" >
24
24
<name >Cordova Splashscreen Plugin Tests</name >
25
25
<license >Apache 2.0</license >
26
26
You can’t perform that action at this time.
0 commit comments