Skip to content

Commit

Permalink
8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benm071 committed Feb 14, 2020
1 parent 67a073c commit 8507e3e
Show file tree
Hide file tree
Showing 1,787 changed files with 5,492 additions and 4,371 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to Oracle JET

*Copyright (c) 2014, 2019 Oracle and/or its affiliates
*Copyright (c) 2014, 2020 Oracle and/or its affiliates
The Universal Permissive License (UPL), Version 1.0*

**Pull requests are currently not being accepted for the Oracle JET project.**
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Oracle JET

Copyright (c) 2019 Oracle and/or its affiliates.
Copyright (c) 2020 Oracle and/or its affiliates.

The Universal Permissive License (UPL), Version 1.0

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Oracle JET version 8.0.0
# Oracle JET version 8.1.0

## About Oracle JET
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.
Expand Down Expand Up @@ -34,19 +34,19 @@ npm install -g @oracle/ojet-cli
ojet create <app name>
```
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet800&id=homepage) for complete installation details, including prerequisites.
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet810&id=homepage) for complete installation details, including prerequisites.

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

## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet800&id=homepage)
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.
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet810&id=homepage)
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet810&id=homepage) to help with Getting Started and many common issues.

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

## [License](https://github.com/oracle/oraclejet/blob/master/LICENSE)
Copyright (c) 2019 Oracle and/or its affiliates and released under the
Copyright (c) 2020 Oracle and/or its affiliates and released under the
[Universal Permissive License (UPL)](https://oss.oracle.com/licenses/upl/), Version 1.0
16 changes: 8 additions & 8 deletions THIRDPARTYLICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ js/libs/jquery/jqueryui-amd-1.12.1/sortable.js MIT
js/libs/jquery/jqueryui-amd-1.12.1/widget.js MIT
js/libs/knockout/knockout-3.5.0.js MIT
js/libs/knockout/knockout-mapping-latest.js MIT
js/libs/oj/v8.0.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
js/libs/oj/v8.0.0/min/ojexpparser.js (expparser.js) MIT
js/libs/oj/v8.0.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
js/libs/oj/v8.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
js/libs/oj/v8.0.0/min/ojtree.js (jsTree.js) MIT
js/libs/oj/v8.0.0/ojL10n.js (requireJS i18n) MIT
js/libs/oj/v8.1.0/min/ojcspexpressionevaluator.js (cspexpressionevaluator.js) MIT
js/libs/oj/v8.1.0/min/ojexpparser.js (expparser.js) MIT
js/libs/oj/v8.1.0/min/ojknockout.js (knockout-fast-foreach.js) MIT
js/libs/oj/v8.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
js/libs/oj/v8.1.0/min/ojtree.js (jsTree.js) MIT
js/libs/oj/v8.1.0/ojL10n.js (requireJS i18n) MIT
js/libs/proj4js/dist/proj4.js Proj4js
js/libs/require/require.js MIT
js/libs/require/text.js MIT
js/libs/require-css/css.min.js (require-css) MIT
js/libs/webcomponents/custom-elements.min.js custom-elements
scss/oj/v8.0.0/3rdparty/normalize/normalize.scss MIT
scss/oj/v8.1.0/3rdparty/normalize/normalize.scss MIT
js/libs/touchr/touchr.js MIT
js/libs/oj/v8.0.0/min/ojvcomponent.js (petit-dom.js) MIT
js/libs/oj/v8.1.0/min/ojvcomponent.js (petit-dom.js) MIT

/*
* expression-eval - v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion dist/css/alta-android/oj-alta-min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 8507e3e

Please sign in to comment.