Skip to content

Commit a3fdc1b

Browse files
committed
Release 7.0.0
1 parent 9e5e41a commit a3fdc1b

File tree

1,519 files changed

+153330
-342213
lines changed

Some content is hidden

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

1,519 files changed

+153330
-342213
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 6.2.0
1+
# Oracle JET version 7.0.0
22

33
## About Oracle JET
44
Oracle JET is targeted at intermediate to advanced JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services.
@@ -34,13 +34,13 @@ npm install -g @oracle/ojet-cli
3434
3535
ojet create <app name>
3636
```
37-
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet620&id=homepage) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet700&id=homepage) for complete installation details, including prerequisites.
3838

3939
## Related GitHub Projects
4040
All related projects on GitHub are associated under the [oracle-jet topic](https://github.com/search?q=topic%3Aoracle-jet+org%3Aoracle&type=Repositories).
4141

42-
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet620&id=homepage)
43-
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet620&id=homepage) to help with Getting Started and many common issues.
42+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet700&id=homepage)
43+
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet700&id=homepage) to help with Getting Started and many common issues.
4444

4545
## [Contributing](https://github.com/oracle/oraclejet/tree/master/CONTRIBUTING.md)
4646
Oracle JET is an open source project. Pull Requests are currently not being accepted. See

THIRDPARTYLICENSE.txt

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,37 +12,45 @@ THIRD-PARTY COMPONENT FILE LICENSE
1212
(path in the installation) (see license text reproduced below)
1313
--------------------------------------------------------------------------------
1414
js/libs/crossroads/crossroads.js MIT
15-
js/libs/es6-promise/es6-promise.js MIT
16-
js/libs/hammer/hammer-2.0.8.js MIT
15+
js/libs/es6-promise/es6-promise.js MIT
16+
js/libs/hammer/hammer-2.0.8.js MIT
1717
js/libs/history/history.iegte8.js MIT
1818
js/libs/js-signals/signals.js MIT
19-
js/libs/jquery/jquery-3.3.1.js MIT
20-
js/libs/jquery/jquery-ui-1.12.1.custom.js MIT
21-
js/libs/jquery/jqueryui-amd-1.12.1/core.js MIT
22-
js/libs/jquery/jqueryui-amd-1.12.1/draggable.js MIT
23-
js/libs/jquery/jqueryui-amd-1.12.1/mouse.js MIT
24-
js/libs/jquery/jqueryui-amd-1.12.1/position.js MIT
25-
js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MIT
26-
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
27-
js/libs/knockout/knockout-3.4.2.js MIT
19+
js/libs/jquery/jquery-3.4.1.js MIT
20+
js/libs/jquery/jquery-ui-1.12.1.custom.js MIT
21+
js/libs/jquery/jqueryui-amd-1.12.1/core.js MIT
22+
js/libs/jquery/jqueryui-amd-1.12.1/draggable.js MIT
23+
js/libs/jquery/jqueryui-amd-1.12.1/mouse.js MIT
24+
js/libs/jquery/jqueryui-amd-1.12.1/position.js MIT
25+
js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MIT
26+
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
27+
js/libs/knockout/knockout-3.5.0.js MIT
2828
js/libs/knockout/knockout-mapping-latest.js MIT
29-
js/libs/oj/v6.2.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
30-
js/libs/oj/v6.2.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31-
js/libs/oj/v6.2.0/min/ojtree.js (jsTree.js) MIT
32-
js/libs/oj/v6.2.0/ojL10n.js (requireJS i18n) MIT
33-
js/libs/proj4js/dist/proj4.js Proj4js
34-
js/libs/require/require.js MIT
35-
js/libs/require/text.js MIT
36-
js/libs/require-css/css.js (require-css) MIT
29+
js/libs/oj/v7.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
30+
js/libs/oj/v7.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31+
js/libs/oj/v7.0.0/min/ojtree.js (jsTree.js) MIT
32+
js/libs/oj/v7.0.0/ojL10n.js (requireJS i18n) MIT
33+
js/libs/proj4js/dist/proj4.js Proj4js
34+
js/libs/require/require.js MIT
35+
js/libs/require/text.js MIT
36+
js/libs/require-css/css.min.js (require-css) MIT
3737
js/libs/webcomponents/custom-elements.min.js custom-elements
38-
scss/oj/v6.2.0/3rdparty/normalize/normalize.scss MIT
39-
js/libs/touchr/touchr.js MIT
38+
scss/oj/v7.0.0/3rdparty/normalize/normalize.scss MIT
39+
js/libs/touchr/touchr.js MIT
40+
js/libs/oj/v7.0.0/min/ojvcomponent.js (petit-dom.js) MIT
4041

4142
/*!
4243
Knockout Fast Foreach v0.6.0 (2016-07-28T11:02:54.197Z)
4344
By: Brian M Hunt (C) 2015 | License: MIT
4445
*/
4546

47+
/*
48+
* petit-dom - v0.2.2
49+
* https://github.com/yelouafi/petit-dom
50+
* Copyright (C) 2017 Yassine Elouafi;
51+
* Licensed under the MIT license
52+
*/
53+
4654
/**
4755
* webcomponents/custom-elements - v1.1.2
4856
*
@@ -137,7 +145,7 @@ Copyright (c) Nicolas Gallagher and Jonathan Neal
137145
* v0.12.0 (2013/01/21 13:47)
138146
*/
139147

140-
ES6-Promise v1.0.0
148+
ES6-Promise
141149
Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors
142150

143151

@@ -190,14 +198,14 @@ Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors
190198
*/
191199

192200
/*
193-
RequireJS 2.1.16 Copyright (c) 2010-2015, The Dojo Foundation All Rights Reserved.
201+
RequireJS 2.3.6 Copyright (c) 2010-2015, The Dojo Foundation All Rights Reserved.
194202
Available via the MIT or new BSD license.
195203
see: http://github.com/jrburke/requirejs for details
196204
*/
197205

198206

199207
/*!
200-
* Knockout JavaScript library v3.4.2
208+
* Knockout JavaScript library v3.5.0
201209
* (c) Steven Sanderson - http://knockoutjs.com/
202210
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
203211
*/
-160 Bytes
Loading
-53 Bytes
Loading
-30 Bytes
Loading

0 commit comments

Comments
 (0)