Skip to content

Commit dfadcb9

Browse files
committed
Oracle JET release 3.1.0
1 parent f68b79d commit dfadcb9

File tree

220 files changed

+17382
-14320
lines changed

Some content is hidden

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

220 files changed

+17382
-14320
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 3.0.0
1+
# Oracle JET version 3.1.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.
@@ -35,10 +35,10 @@ npm install -g generator-oraclejet
3535
3636
yo oraclejet <app name>
3737
```
38-
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet300/jet/) for complete installation details, including prerequisites.
38+
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet310/jet/) for complete installation details, including prerequisites.
3939

40-
## [Documentation](http://docs.oracle.com/middleware/jet300/jet/)
41-
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet300/jet/) to help with Getting Started and many common issues.
40+
## [Documentation](http://docs.oracle.com/middleware/jet310/jet/)
41+
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet310/jet/) to help with Getting Started and many common issues.
4242

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

THIRDPARTYLICENSE.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ THIRD-PARTY COMPONENT FILE LICENSE
1313
--------------------------------------------------------------------------------
1414
js/libs/knockout/knockout-3.4.0.js MIT
1515
js/libs/knockout/knockout-mapping-latest.js MIT
16-
js/libs/knockout/knockout-amd-helpers MIT
1716
js/libs/require/require.js MIT
1817
js/libs/require/text.js MIT
1918
js/libs/js-signals/signals.js MIT
@@ -28,13 +27,13 @@ js/libs/jquery/jqueryui-amd-1.12.0/widget.js MIT
2827
js/libs/history/history.iegte8.js MIT
2928
js/libs/es6-promise/es6-promise.js MIT
3029
js/libs/crossroads/crossroads.js MIT
31-
js/libs/oj/v3.0.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
32-
js/libs/oj/v3.0.0/min/ojtree.js (jsTree.js) MIT
33-
js/libs/oj/v3.0.0/ojL10n.js (requireJS i18n) MIT
30+
js/libs/oj/v3.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
31+
js/libs/oj/v3.1.0/min/ojtree.js (jsTree.js) MIT
32+
js/libs/oj/v3.1.0/ojL10n.js (requireJS i18n) MIT
3433
js/libs/hammer/hammer-2.0.8.js MIT
3534
js/libs/require-css/css.js (require-css) MIT
3635
js/libs/proj4js/dist/proj4.js Proj4js
37-
scss/oj/v3.0.0/3rdparty/normalize/normalize.scss MIT
36+
scss/oj/v3.1.0/3rdparty/normalize/normalize.scss MIT
3837

3938
/**
4039
* webcomponents.js - v0.7.23
@@ -188,11 +187,9 @@ Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors
188187
see: http://github.com/jrburke/requirejs for details
189188
*/
190189

191-
// knockout-amd-helpers 0.7.3 | (c) 2014 Ryan Niemeyer | http://www.opensource.org/licenses/mit-license
192-
193190

194191
/*!
195-
* Knockout JavaScript library v3.3.0
192+
* Knockout JavaScript library v3.4.0
196193
* (c) Steven Sanderson - http://knockoutjs.com/
197194
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
198195
*/

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oraclejet",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Oracle JET distribution",
55
"authors": [
66
"Oracle"

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.

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

Lines changed: 93 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)