File tree Expand file tree Collapse file tree 6 files changed +20
-5
lines changed Expand file tree Collapse file tree 6 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 20
20
-->
21
21
# Release Notes
22
22
23
+ ### 6.0.0 (Jul 07, 2020)
24
+
25
+ * [ GH-282 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/282 ) fix: js ` clobber ` only on supported platforms
26
+ * [ GH-281 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/281 ) chore: adds ` package-lock ` file
27
+ * [ GH-280 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/280 ) doc(android): various improvements including size specs
28
+ * [ GH-200 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/200 ) fix(windows): implementation structure
29
+ * [ GH-279 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/279 ) chore: add missing supported platform ** Browser** to ` npm ` keywords
30
+ * [ GH-278 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/278 ) chore: update ` engine ` checks to cover newer versions
31
+ * [ GH-277 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/277 ) breaking: replace ` jshint ` with ` eslint `
32
+ * [ GH-276 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/276 ) breaking: drop ` node ` ` engine ` requirement
33
+ * [ GH-275 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/275 ) chore: cleanup repo
34
+ * [ GH-274 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/274 ) breaking: bump ` engine ` restriction for cordova dependencies
35
+ * [ GH-263 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/263 ) breaking: remove ** iOS** platform code from plugin repo
36
+ * [ GH-267 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/267 ) test: force ` cordova-ios ` @^5.1.1
37
+
23
38
### 5.0.4 (Jun 03, 2020)
24
39
* [ GH-261 ] ( https://github.com/apache/cordova-plugin-splashscreen/pull/261 ) chore: add ` cordova-ios ` requirement <6.0.0
25
40
* chore(asf): update git notification settings
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-splashscreen" ,
3
- "version" : " 6.0.0-dev " ,
3
+ "version" : " 6.0.0" ,
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.0-dev " >
23
+ version =" 6.0.0" >
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.0-dev " ,
3
+ "version" : " 6.0.0" ,
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.0-dev " >
23
+ version =" 6.0.0" >
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