Skip to content

Commit 67a073c

Browse files
committed
Release 8.0.0
1 parent 6dab2cd commit 67a073c

File tree

1,632 files changed

+878407
-579470
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,632 files changed

+878407
-579470
lines changed

LICENSE

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Oracle JET
2+
3+
Copyright (c) 2019 Oracle and/or its affiliates.
4+
5+
The Universal Permissive License (UPL), Version 1.0
6+
7+
Subject to the condition set forth below, permission is hereby granted to any
8+
person obtaining a copy of this software, associated documentation and/or data
9+
(collectively the "Software"), free of charge and under any and all copyright
10+
rights in the Software, and any and all patent rights owned or freely
11+
licensable by each licensor hereunder covering either (i) the unmodified
12+
Software as contributed to or provided by such licensor, or (ii) the Larger
13+
Works (as defined below), to deal in both
14+
15+
(a) the Software, and
16+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
17+
one is included with the Software (each a "Larger Work" to which the Software
18+
is contributed by such licensors),
19+
20+
without restriction, including without limitation the rights to copy, create
21+
derivative works of, display, perform, and distribute the Software and make,
22+
use, sell, offer for sale, import, export, have made, and have sold the
23+
Software and the Larger Work(s), and to sublicense the foregoing rights on
24+
either these or other terms.
25+
26+
This license is subject to the following condition:
27+
The above copyright notice and either this complete permission notice or at
28+
a minimum a reference to the UPL must be included in all copies or
29+
substantial portions of the Software.
30+
31+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37+
SOFTWARE.

LICENSE.md

-47
This file was deleted.

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 7.2.0
1+
# Oracle JET version 8.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,19 +34,19 @@ 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=jet720&id=homepage) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet800&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=jet720&id=homepage)
43-
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet720&id=homepage) to help with Getting Started and many common issues.
42+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet800&id=homepage)
43+
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet800&id=homepage) to help with Getting Started and many common issues.
4444

45-
## [Contributing](https://github.com/oracle/oraclejet/tree/master/CONTRIBUTING.md)
45+
## [Contributing](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md)
4646
Oracle JET is an open source project. Pull Requests are currently not being accepted. See
47-
[CONTRIBUTING](https://github.com/oracle/oraclejet/tree/master/CONTRIBUTING.md)
47+
[CONTRIBUTING](https://github.com/oracle/oraclejet/blob/master/CONTRIBUTING.md)
4848
for details.
4949

50-
## [License](https://github.com/oracle/oraclejet/tree/master/LICENSE.md)
51-
Copyright (c) 2014, 2019 Oracle and/or its affiliates
52-
The Universal Permissive License (UPL), Version 1.0
50+
## [License](https://github.com/oracle/oraclejet/blob/master/LICENSE)
51+
Copyright (c) 2019 Oracle and/or its affiliates and released under the
52+
[Universal Permissive License (UPL)](https://oss.oracle.com/licenses/upl/), Version 1.0

THIRDPARTYLICENSE.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MIT
2626
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
2727
js/libs/knockout/knockout-3.5.0.js MIT
2828
js/libs/knockout/knockout-mapping-latest.js MIT
29-
js/libs/oj/v7.2.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
30-
js/libs/oj/v7.2.0/min/ojexpparser.js (expparser.js) MIT
31-
js/libs/oj/v7.2.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
32-
js/libs/oj/v7.2.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
33-
js/libs/oj/v7.2.0/min/ojtree.js (jsTree.js) MIT
34-
js/libs/oj/v7.2.0/ojL10n.js (requireJS i18n) MIT
29+
js/libs/oj/v8.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
30+
js/libs/oj/v8.0.0/min/ojexpparser.js (expparser.js) MIT
31+
js/libs/oj/v8.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
32+
js/libs/oj/v8.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
33+
js/libs/oj/v8.0.0/min/ojtree.js (jsTree.js) MIT
34+
js/libs/oj/v8.0.0/ojL10n.js (requireJS i18n) MIT
3535
js/libs/proj4js/dist/proj4.js Proj4js
3636
js/libs/require/require.js MIT
3737
js/libs/require/text.js MIT
3838
js/libs/require-css/css.min.js (require-css) MIT
3939
js/libs/webcomponents/custom-elements.min.js custom-elements
40-
scss/oj/v7.2.0/3rdparty/normalize/normalize.scss MIT
40+
scss/oj/v8.0.0/3rdparty/normalize/normalize.scss MIT
4141
js/libs/touchr/touchr.js MIT
42-
js/libs/oj/v7.2.0/min/ojvcomponent.js (petit-dom.js) MIT
42+
js/libs/oj/v8.0.0/min/ojvcomponent.js (petit-dom.js) MIT
4343

4444
/*
4545
* expression-eval - v2.0.0
604 Bytes
Binary file not shown.
Loading

dist/css/alta-android/images/sprites/sprite.svg

+1-1
Loading

dist/css/alta-android/oj-alta-min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)