Skip to content

Commit 9102f96

Browse files
author
oraclejet
committed
2.1.0-b1 pre release
1 parent 9e2dfcb commit 9102f96

File tree

806 files changed

+173195
-82828
lines changed

Some content is hidden

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

806 files changed

+173195
-82828
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 2.0.2
1+
# Oracle JET version 2.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/jet202/jet/) for complete installation details, including prerequisites.
38+
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet210/jet/) for complete installation details, including prerequisites.
3939

40-
## [Documentation](http://docs.oracle.com/middleware/jet202/jet/)
41-
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet202/jet/) to help with Getting Started and many common issues.
40+
## [Documentation](http://docs.oracle.com/middleware/jet210/jet/)
41+
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet210/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: 35 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,44 @@ js/libs/knockout/knockout-amd-helpers MIT
1717
js/libs/require/require.js MIT
1818
js/libs/require/text.js MIT
1919
js/libs/js-signals/signals.js MIT
20-
js/libs/jquery/jquery-2.1.3.js MIT
21-
js/libs/jquery/jquery-ui-1.11.4.custom.js MIT
22-
js/libs/jquery/jqueryui-amd-1.11.4/core.js MIT
23-
js/libs/jquery/jqueryui-amd-1.11.4/draggable.js MIT
24-
js/libs/jquery/jqueryui-amd-1.11.4/mouse.js MIT
25-
js/libs/jquery/jqueryui-amd-1.11.4/position.js MIT
26-
js/libs/jquery/jqueryui-amd-1.11.4/sortable.js MIT
27-
js/libs/jquery/jqueryui-amd-1.11.4/widget.js MIT
20+
js/libs/jquery/jquery-3.1.0.js MIT
21+
js/libs/jquery/jquery-ui-1.12.0.custom.js MIT
22+
js/libs/jquery/jqueryui-amd-1.12.0/core.js MIT
23+
js/libs/jquery/jqueryui-amd-1.12.0/draggable.js MIT
24+
js/libs/jquery/jqueryui-amd-1.12.0/mouse.js MIT
25+
js/libs/jquery/jqueryui-amd-1.12.0/position.js MIT
26+
js/libs/jquery/jqueryui-amd-1.12.0/sortable.js MIT
27+
js/libs/jquery/jqueryui-amd-1.12.0/widget.js MIT
2828
js/libs/history/history.iegte8.js MIT
29-
js/libs/es6-promise/promise-1.0.0.js MIT
29+
js/libs/es6-promise/es6-promise.js MIT
3030
js/libs/crossroads/crossroads.js MIT
31-
js/libs/oj/v1.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
32-
js/libs/oj/v1.1.0/min/ojtree.js (jsTree.js) MIT
33-
js/libs/oj/v1.1.0/ojL10n.js (requireJS i18n) MIT
34-
js/libs/hammer/hammer-2.0.4.js MIT
31+
js/libs/oj/v2.1.0/min/ojselectcombobox.js (Select2.js) Apache 2.0
32+
js/libs/oj/v2.1.0/min/ojtree.js (jsTree.js) MIT
33+
js/libs/oj/v2.1.0/ojL10n.js (requireJS i18n) MIT
34+
js/libs/hammer/hammer-2.0.8.js MIT
3535
js/libs/require-css/css.js (require-css) MIT
3636
js/libs/proj4js/dist/proj4.js Proj4js
37-
scss/oj/v1.1.0/3rdparty/normalize/normalize.scss MIT
37+
scss/oj/v2.1.0/3rdparty/normalize/normalize.scss MIT
38+
39+
/**
40+
* webcomponents.js - v0.7.22
41+
*
42+
* Copyright (c) 2015 The Polymer Authors. All rights reserved.
43+
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
44+
*
45+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
46+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer
47+
* in the documentation and/or other materials provided with the distribution.
48+
* Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software
49+
* without specific prior written permission.
50+
*
51+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
52+
* BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
53+
* SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
54+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
55+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
56+
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57+
*/
3858

3959
/*
4060
* proj4js - v2.3.14
@@ -136,7 +156,7 @@ Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors
136156
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
137157

138158
/*!
139-
* jQuery JavaScript Library v2.1.3
159+
* jQuery JavaScript Library v2.2.3
140160
* http://jquery.com/
141161
*
142162
* Includes Sizzle.js

bower.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "oraclejet",
3-
"version": "2.0.2",
3+
"version": "2.1.0-b1",
44
"description": "Oracle JET distribution",
5-
"authors": [
5+
"authors": [
66
"Oracle"
77
],
88
"license": "UPL-1.0",
@@ -19,13 +19,15 @@
1919
"main":[],
2020
"dependencies":
2121
{
22-
"es6-promise": "1.0.0",
23-
"hammerjs": "2.0.4",
24-
"jquery": "2.1.3",
25-
"jquery-ui": "1.11.4",
22+
"es6-promise": "3.2.1",
23+
"hammerjs": "2.0.8",
24+
"jquery": "3.1.0",
25+
"jquery-ui": "1.12.0",
2626
"js-signals": "1.0.0",
2727
"knockout": "3.4.0",
2828
"requirejs": "2.1.16",
29-
"text": "2.0.12"
29+
"text": "2.0.12",
30+
"proj4": "2.3.14",
31+
"require-css": "0.1.8"
3032
}
3133
}
-8 Bytes
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 11 additions & 8 deletions
Loading
Lines changed: 8 additions & 7 deletions
Loading
Lines changed: 11 additions & 8 deletions
Loading
Lines changed: 9 additions & 6 deletions
Loading

0 commit comments

Comments
 (0)