Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit 960823c

Browse files
committed
Release 4.2.0
1 parent f4d0d7d commit 960823c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+82
-79
lines changed

CONTRIBUTING.md

+1-1

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
module.exports = function (grunt) {

LICENSE.md

+1-1

README.md

+2-2

RELEASENOTES.md

+3

common/component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

common/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

common/messages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

common/restore.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

common/template/blank.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

common/template/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

common/template/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';
@@ -17,7 +17,7 @@ const _WEB = 'web';
1717

1818
const BLANK_TEMPLATE = blankTemplate.BLANK_TEMPLATE;
1919

20-
const _TEMPLATES_NPM_URL = '@oracle/oraclejet-templates@~4.1.0';
20+
const _TEMPLATES_NPM_URL = '@oracle/oraclejet-templates@~4.2.0';
2121

2222
const _TEMPLATES = [BLANK_TEMPLATE, 'basic', 'navbar', 'navdrawer'];
2323

common/template/local.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

common/template/npm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

common/template/url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

common/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

generators/add-component/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
/**

generators/add-hybrid/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

generators/add-sass/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

generators/add-theme/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

generators/app/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

generators/app/templates/blank/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!--
3-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
3+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
44
The Universal Permissive License (UPL), Version 1.0
55
-->
66

@@ -32,7 +32,7 @@
3232
<meta name="apple-mobile-web-app-title" content="Oracle JET">
3333

3434
<!-- injector:theme -->
35-
<link rel="stylesheet" href="css/libs/oj/v4.1.0/alta/oj-alta-min.css" id="css" />
35+
<link rel="stylesheet" href="css/libs/oj/v4.2.0/alta/oj-alta-min.css" id="css" />
3636
<!-- endinjector -->
3737

3838
</head>

generators/app/templates/blank/js/main-release-paths.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"promise": "libs/es6-promise/es6-promise.min",
66
"hammerjs": "libs/hammer/hammer-2.0.8.min",
77
"ojdnd": "libs/dnd-polyfill/dnd-polyfill-1.0.0.min",
8-
"ojs": "libs/oj/v4.1.0/min",
9-
"ojL10n": "libs/oj/v4.1.0/ojL10n",
10-
"ojtranslations": "libs/oj/v4.1.0/resources",
8+
"ojs": "libs/oj/v4.2.0/min",
9+
"ojL10n": "libs/oj/v4.2.0/ojL10n",
10+
"ojtranslations": "libs/oj/v4.2.0/resources",
1111
"text": "libs/require/text",
1212
"signals": "libs/js-signals/signals.min",
1313
"customElements": "libs/webcomponents/custom-elements.min",

generators/app/templates/blank/js/main.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';
@@ -23,9 +23,9 @@ requirejs.config(
2323
'promise': 'libs/es6-promise/es6-promise',
2424
'hammerjs': 'libs/hammer/hammer-2.0.8',
2525
'ojdnd': 'libs/dnd-polyfill/dnd-polyfill-1.0.0',
26-
'ojs': 'libs/oj/v4.1.0/debug',
27-
'ojL10n': 'libs/oj/v4.1.0/ojL10n',
28-
'ojtranslations': 'libs/oj/v4.1.0/resources',
26+
'ojs': 'libs/oj/v4.2.0/debug',
27+
'ojL10n': 'libs/oj/v4.2.0/ojL10n',
28+
'ojtranslations': 'libs/oj/v4.2.0/resources',
2929
'text': 'libs/require/text',
3030
'signals': 'libs/js-signals/signals',
3131
'customElements': 'libs/webcomponents/custom-elements.min',

generators/app/templates/common/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "1.0.0",
44
"description": "An Oracle JavaScript Extension Toolkit(JET) web app",
55
"dependencies": {
6-
"@oracle/oraclejet": "~4.1.0"
6+
"@oracle/oraclejet": "~4.2.0"
77
},
88
"devDependencies": {
99
"grunt": "^1.0.1",
10-
"@oracle/grunt-oraclejet": "~4.1.0",
10+
"@oracle/grunt-oraclejet": "~4.2.0",
1111
"load-grunt-config": "0.19.2",
12-
"@oracle/oraclejet-tooling": "~4.1.0",
12+
"@oracle/oraclejet-tooling": "~4.2.0",
1313
"qunit-reporter-junit": "^1.1.1",
1414
"qunitjs": "^2.3.3"
1515
},

generators/hybrid/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

generators/hybrid/templates/blank/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!--
3-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
3+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
44
The Universal Permissive License (UPL), Version 1.0
55
-->
66

@@ -30,7 +30,7 @@
3030
<link rel="icon" href="css/images/favicon.ico" type="image/x-icon" />
3131

3232
<!-- injector:theme -->
33-
<link rel="stylesheet" href="css/libs/oj/v4.1.0/alta/oj-alta-min.css" id="css" />
33+
<link rel="stylesheet" href="css/libs/oj/v4.2.0/alta/oj-alta-min.css" id="css" />
3434
<!-- endinjector -->
3535

3636
</head>

generators/hybrid/templates/blank/js/main-release-paths.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"promise": "libs/es6-promise/es6-promise.min",
66
"hammerjs": "libs/hammer/hammer-2.0.8.min",
77
"ojdnd": "libs/dnd-polyfill/dnd-polyfill-1.0.0.min",
8-
"ojs": "libs/oj/v4.1.0/min",
9-
"ojL10n": "libs/oj/v4.1.0/ojL10n",
10-
"ojtranslations": "libs/oj/v4.1.0/resources",
8+
"ojs": "libs/oj/v4.2.0/min",
9+
"ojL10n": "libs/oj/v4.2.0/ojL10n",
10+
"ojtranslations": "libs/oj/v4.2.0/resources",
1111
"text": "libs/require/text",
1212
"signals": "libs/js-signals/signals.min",
1313
"customElements": "libs/webcomponents/custom-elements.min",

generators/hybrid/templates/blank/js/main.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';
@@ -23,9 +23,9 @@ requirejs.config(
2323
'promise': 'libs/es6-promise/es6-promise',
2424
'hammerjs': 'libs/hammer/hammer-2.0.8',
2525
'ojdnd': 'libs/dnd-polyfill/dnd-polyfill-1.0.0',
26-
'ojs': 'libs/oj/v4.1.0/debug',
27-
'ojL10n': 'libs/oj/v4.1.0/ojL10n',
28-
'ojtranslations': 'libs/oj/v4.1.0/resources',
26+
'ojs': 'libs/oj/v4.2.0/debug',
27+
'ojL10n': 'libs/oj/v4.2.0/ojL10n',
28+
'ojtranslations': 'libs/oj/v4.2.0/resources',
2929
'text': 'libs/require/text',
3030
'signals': 'libs/js-signals/signals',
3131
'customElements': 'libs/webcomponents/custom-elements.min',

generators/hybrid/templates/common/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "1.0.0",
44
"description": "An Oracle JavaScript Extension Toolkit (JET) mobile app",
55
"dependencies": {
6-
"@oracle/oraclejet": "~4.1.0"
6+
"@oracle/oraclejet": "~4.2.0"
77
},
88
"devDependencies": {
99
"fs-extra": "0.30.0",
1010
"grunt": "^1.0.1",
11-
"@oracle/grunt-oraclejet": "~4.1.0",
11+
"@oracle/grunt-oraclejet": "~4.2.0",
1212
"load-grunt-config": "0.19.2",
13-
"@oracle/oraclejet-tooling": "~4.1.0",
13+
"@oracle/oraclejet-tooling": "~4.2.0",
1414
"qunit-reporter-junit": "^1.1.1",
1515
"qunitjs": "^2.3.3"
1616
},

generators/hybrid/templates/common/src/js/cordovaMocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
/*

generators/restore-hybrid/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

generators/restore-web/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

generators/restore/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

hybrid/cordova.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

hybrid/graphics.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

hybrid/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

hybrid/platforms.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oracle/generator-oraclejet",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"license": "UPL-1.0",
55
"description": "Yeoman generator for Oracle JET web and mobile applications",
66
"homepage": "http://oraclejet.org",
@@ -44,6 +44,6 @@
4444
"yeoman-test": "^1.5.1"
4545
},
4646
"preferGlobal": true,
47-
"jetversion": "4.1.0",
48-
"jetdocversion": "410"
47+
"jetversion": "4.2.0",
48+
"jetdocversion": "420"
4949
}

template/common/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

template/common/scripts/config/oraclejet-build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
Copyright (c) 2015, 2017, Oracle and/or its affiliates.
2+
Copyright (c) 2015, 2018, Oracle and/or its affiliates.
33
The Universal Permissive License (UPL), Version 1.0
44
*/
55
'use strict';

0 commit comments

Comments
 (0)