Skip to content

Commit 80a7cbf

Browse files
committed
Release 9.0.0
1 parent 8835539 commit 80a7cbf

File tree

3,192 files changed

+373204
-164972
lines changed

Some content is hidden

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

3,192 files changed

+373204
-164972
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 8.3.0
1+
# Oracle JET version 9.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.
@@ -21,7 +21,7 @@ Oracle JET is a modular toolkit allowing developers to use as much or as little
2121

2222
## Examples
2323
Here is a list of places to see Oracle JET in action:
24-
* [Oracle JET website](http://oraclejet.org)
24+
* [Oracle JET website](https://oracle.com/jet)
2525
* [Oracle JET Cookbook](http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html) - Every component with live code demos
2626
* [Sample applications and Tutorials](http://www.oracle.com/webfolder/technetwork/jet/globalExamples.html)
2727

@@ -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=jet820&id=homepage) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet900&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=jet820&id=homepage)
43-
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet820&id=homepage) to help with Getting Started and many common issues.
42+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet900&id=homepage)
43+
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet900&id=homepage) to help with Getting Started and many common issues.
4444

4545
## [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
@@ -49,4 +49,4 @@ for details.
4949

5050
## [License](https://github.com/oracle/oraclejet/blob/master/LICENSE)
5151
Copyright (c) 2020 Oracle and/or its affiliates and released under the
52-
[Universal Permissive License (UPL)](https://oss.oracle.com/licenses/upl/), Version 1.0
52+
[Universal Permissive License (UPL)](https://oss.oracle.com/licenses/upl/), Version 1.0

THIRDPARTYLICENSE.txt

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ unspecified.
1111
THIRD-PARTY COMPONENT FILE LICENSE
1212
(path in the installation) (see license text reproduced below)
1313
--------------------------------------------------------------------------------
14+
js/libs/chai/chai-4.2.0.js MIT
1415
js/libs/crossroads/crossroads.js MIT
1516
js/libs/es6-promise/es6-promise.js MIT
1617
js/libs/hammer/hammer-2.0.8.js MIT
@@ -24,22 +25,28 @@ js/libs/jquery/jqueryui-amd-1.12.1/mouse.js MIT
2425
js/libs/jquery/jqueryui-amd-1.12.1/position.js MIT
2526
js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MIT
2627
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
27-
js/libs/knockout/knockout-3.5.0.js MIT
28+
js/libs/knockout/knockout-3.5.1.js MIT
2829
js/libs/knockout/knockout-mapping-latest.js MIT
29-
js/libs/oj/v8.3.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
30-
js/libs/oj/v8.3.0/min/ojexpparser.js (expparser.js) MIT
31-
js/libs/oj/v8.3.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
32-
js/libs/oj/v8.3.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
33-
js/libs/oj/v8.3.0/min/ojtree.js (jsTree.js) MIT
34-
js/libs/oj/v8.3.0/ojL10n.js (requireJS i18n) MIT
30+
js/libs/oj/v9.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
31+
js/libs/oj/v9.0.0/min/ojexpparser.js (expparser.js) MIT
32+
js/libs/oj/v9.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
33+
js/libs/oj/v9.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
34+
js/libs/oj/v9.0.0/min/ojtree.js (jsTree.js) MIT
35+
js/libs/oj/v9.0.0/ojL10n.js (requireJS i18n) MIT
3536
js/libs/proj4js/dist/proj4.js Proj4js
3637
js/libs/require/require.js MIT
3738
js/libs/require/text.js MIT
3839
js/libs/require-css/css.min.js (require-css) MIT
3940
js/libs/webcomponents/custom-elements.min.js custom-elements
40-
scss/oj/v8.3.0/3rdparty/normalize/normalize.scss MIT
41+
scss/oj/v9.0.0/3rdparty/normalize/normalize.scss MIT
4142
js/libs/touchr/touchr.js MIT
42-
js/libs/oj/v8.3.0/min/ojvcomponent.js (petit-dom.js) MIT
43+
js/libs/oj/v9.0.0/min/ojvcomponent.js (petit-dom.js) MIT
44+
45+
/*!
46+
* chai
47+
* Copyright(c) 2011-2014 Jake Luer <jake@alogicalparadox.com>
48+
* MIT Licensed
49+
*/
4350

4451
/*
4552
* expression-eval - v2.0.0
@@ -496,4 +503,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
496503

497504
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
498505

499-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
506+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-5.65 KB
Binary file not shown.
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)